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 |
|
|
|
![]() |
Jun 30 2008, 06:13 PM
Post
#2
|
|
![]() Senior Member ![]() ![]() ![]() ![]() ![]() ![]() Group: Staff Alumni Posts: 2,435 Joined: Feb 2007 Member No: 506,205 |
Well, which parts don't you understand? I have a tutorial on my site that's slightly different: click. I doubt it's any easier, but I don't know how to simplify it any more than that.
|
|
|
|
Jul 1 2008, 12:45 PM
Post
#3
|
|
![]() Senior Member ![]() ![]() ![]() Group: Member Posts: 96 Joined: Jun 2008 Member No: 659,628 |
but how to i get the links to "home,msg....etc." cuz they dont show upand i put in my correct friend id!and is it possible to change the font? http://profile.myspace.com/index.cfm?fusea...endid=200740181 |
|
|
|
Jul 1 2008, 01:05 PM
Post
#4
|
|
![]() 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> |
|
|
|
Jul 1 2008, 01:28 PM
Post
#5
|
|
![]() Senior Member ![]() ![]() ![]() Group: Member Posts: 96 Joined: Jun 2008 Member No: 659,628 |
by "add it to the end of the first part of your code" do u mean before the ".two..." or after that?
|
|
|
|
Jul 1 2008, 01:30 PM
Post
#6
|
|
![]() Senior Member ![]() ![]() ![]() ![]() ![]() ![]() Group: Staff Alumni Posts: 2,435 Joined: Feb 2007 Member No: 506,205 |
Just add it to the very end after EVERYTHING else.
|
|
|
|
Jul 1 2008, 01:58 PM
Post
#7
|
|
![]() Senior Member ![]() ![]() ![]() Group: Member Posts: 96 Joined: Jun 2008 Member No: 659,628 |
http://profile.myspace.com/index.cfm?fusea...endid=200740181 close plz :) |
|
|
|
Jul 8 2008, 05:04 PM
Post
#8
|
|
![]() Senior Member ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Administrator Posts: 8,629 Joined: Jan 2007 Member No: 498,468 |
Topic Closed & Moved
|
|
|
|
![]() ![]() |