I have been working on the pet profile for Lash again, and I'm just about done with her! However, I want to move her friends list from where it is positioned (absolute) on the side, into my content.
I noticed that coded the friends list on Scorpius. But I think that it was positioned there, whereas I want to actually insert my pet friends into the area I called "Friendships"
I'm having a hard time explaining myself. I'm not very good at coding, so it's taking me hours and hours to read tutorials online and try to google what different words mean. I often don't know the word for what I am wanting to do! Haha... sob
Please let me know if you don't understand and you are still willing to help? Otherwise, if for some magical reason you know how to resolve this, eeeeeeeeeee~
[size="8"] [tot=Hazard] Looking to adopt four letter english noun Legacy Names like Glue, Disc, Lash, Crop, Gown, Teas: to make characters.[/size]
- Hi! I think I get what you mean. :) You want the friends section to appear in your main div when you click a tab right? Like how your gallery and other sections do? I've never had a reason to learn how to do that so I haven't done it before. :P But it's probably not too dissimilar to coding a TC to come up in a div. crosses fingers I have the code for that so I'll go dig it out and smail it to you.
One question though! For your profile links, I'm seeing scroll bars above each one. Here's a screen shot: screen shot You also have to scroll to see the whole title. I haven't checked out the code but we could probably figure out a better way if you wanted.
@ pretty
That's because making it a tab is a little bit tricky.
Instead of
do
while setting up pet_friends more or less like this
{display:none;}
:target {position:absolute; top:250px; left:20px; z-index:10; width:590px; height:500px; background-color:; display:block;}
You can't really make it a part of that box but you can sure make it act like it is.
...annd beat me to it :P
Thank you so much, you two! You guys are SUPERSTARS! (And I admit to stalking both your pets and profiles. So inspiring.)
I THINK that I have it working now, but I should verify it works for others. And thank you for the additional helpful info in the mail, Ringo. ❤
Friendships Page working for you?
And oh my golly. That is what was talking about last night, then, about the nav. For me the nav shows up perfectly. ;n; I've tried making the boxes longer now... I guess I will just experiment with things until it maybe works? I like the way it looks on the page, so I don't want to change the 'look' of it, too much. Baah... Though originally I wanted that nav area to sort of... float down the page at that position and follow you as you scroll up and down... Do you think it would be better if I paid someone to look over my code and pointout/fix my mistakes?
How it is supposed to look: Front Page Example Scrolling Page Example See how nice and neat the minion/spotlight/nav tabs are?
How it looks in other browsers (AKA SO BROKEN SOB): Windows IE is broken OS Snow Leopard Firefox is broken Android and iphone are a mess ETC
The only thing that works decently is chrome. Is chrome the only one that understands rounded corners like how I set them up?
[size="8"] [tot=Hazard] Looking to adopt four letter english noun Legacy Names like Glue, Disc, Lash, Crop, Gown, Teas: to make characters.[/size]
- It views awesome now! I use chrome and it's viewing the way your screenshot shows it should. Different browsers view differently. This is how I code the rounded borders and it will view right most of the time:
-moz-border-radius: 8px;
-webkit-border-radius: 8px;
border-radius: 8px;
Try that out and see if it helps! :)