DIV coding help |
DIV coding help |
Jun 30 2008, 03:13 PM
Post
#1
|
|
![]() Senior Member ![]() ![]() ![]() Group: Member Posts: 96 Joined: Jun 2008 Member No: 659,628 |
ok ive tried the div overlay tutorial on cb like 3 times but i still dont get it! its confusing for me idk y! so if enybody can help me. maybe make it simpler for me,step by step by step, that b great!
i already have div that i want i just need to code it n put it on my myspace>> http://i25.tinypic.com/s4p7av.jpg |
|
|
|
![]() |
Jul 1 2008, 01:05 PM
Post
#2
|
|
![]() Senior Member ![]() ![]() ![]() ![]() ![]() ![]() Group: Staff Alumni Posts: 2,435 Joined: Feb 2007 Member No: 506,205 |
They don't show up because you didn't make a section for the position of the div they're in. You'll want to add this to the first part of the code:
CODE .two{ position: absolute; left: 50%; margin-left:-210px; top: 290px; z-index:5; width: 212px; height: 170px; overflow: auto;} You'll have to change the size and the positioning just like you did with the other sections. Here's an example of the codes I use to edit the links. Just add it to the end of the first part of your code. CODE <style>a:active,a:visited,a:link,a{ color:ddc3dc; font-size:10px; font-weight:normal; letter-spacing:1px; font-family:tahoma; text-decoration:none;} a:hover{ color:f9e1f9; font-size:10px; font-weight:normal; letter-spacing:1px; font-family:tahoma; text-decoration:none;}</style> |
|
|
|
purpleKat DIV coding help Jun 30 2008, 03:13 PM
schizo Well, which parts don't you understand? I have... Jun 30 2008, 06:13 PM
purpleKat OMFG!!!!!!!!!... Jul 1 2008, 12:45 PM
purpleKat by "add it to the end of the first part of yo... Jul 1 2008, 01:28 PM
schizo Just add it to the very end after EVERYTHING else. Jul 1 2008, 01:30 PM
purpleKat awesome!!! check it out thank u so muc... Jul 1 2008, 01:58 PM
manny-the-dino Topic Closed & Moved Jul 8 2008, 05:04 PM![]() ![]() |