Div Profile Help |
Div Profile Help |
Jan 21 2007, 01:48 PM
Post
#1
|
|
![]() Senior Member ![]() ![]() ![]() Group: Member Posts: 40 Joined: Jan 2007 Member No: 497,172 |
Im confused in making one. I know that you make a picture in photoshop and put it in codes which i saw in other topics, but im confued in the links such as comments, photots, navigation buttons, and so on. And also how do you put a comment box and how do you put a custom flash music player?
|
|
|
|
![]() |
Jan 21 2007, 05:34 PM
Post
#2
|
|
![]() vengeance. ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Official Member Posts: 3,058 Joined: Jul 2006 Member No: 437,024 |
I actually think this was explained very well...
about content: This is a great tutorial! I'm having one problem though. My content wont show up. I put the code in the "Who I'd like to meet" section and I've played around with the posistioning but it still wont show up. EDIT - Ok. I refreshed my page and I saw the content for a second but tjhen it disapeared. So it's underneath my background image. How do I get it to come overtop of it? ^ in reply to that: set the z-index to a layer that would be above the background. CODE 0 should be the bottem most layer 1 would be your content ^In reply to that: I dont have a z-index in my code at the moment. Where do I put the z-index in my code? ^In reply to that: <style> .div1 { background-color:000000; color:000000; border:0px solid; border-color:silver; width:400px; height:100px; overflow:auto; position:absolute; z-index:2; left:50%; top:0%; margin-left:-250px; margin-top:150px; visibility:visible;} </style> <div class="div1"> content </div> also a reply to Caitlin's last post: If your using this: CODE <div class="bg" style="position: absolute; left:0px; top:0px; width:000px; height:000px; overflow: hidden;"> Add it after the ; before the " . Example: QUOTE <div class="bg" style="position: absolute; left:0px; top:0px; width:000px; height:000px; overflow: hidden;z-index:0;"> For custom comment boxes, do you mean how to make a custom one, or place it on the layout? For the links, make sure in photoshop you make a box area for it, or you can image map. |
|
|
|
Rudolphski Div Profile Help Jan 21 2007, 01:48 PM
toyo loco Every single questioned you asked in answered here... Jan 21 2007, 01:49 PM
Rudolphski Still not getting it especially the content codes. Jan 21 2007, 04:57 PM
Rudolphski im at noob at this, so i still dont understand how... Jan 21 2007, 07:21 PM
toyo loco QUOTE(Rudolphski @ Jan 21 2007, 4:21 PM) ... Jan 23 2007, 12:14 AM
Quarantine. You have photoshop, I'm correct?You made the i... Jan 21 2007, 07:51 PM
Rudolphski Havent done it yet. Jan 22 2007, 07:24 PM
Rudolphski Now that I saw a code for a div, i kind of get it ... Jan 27 2007, 04:01 PM
toyo loco Can you elaborate what you mean by "links for... Jan 27 2007, 06:22 PM![]() ![]() |