text in overlay, having some problems with text, please help |
text in overlay, having some problems with text, please help |
![]()
Post
#1
|
|
Newbie ![]() Group: Member Posts: 8 Joined: Aug 2006 Member No: 449,629 ![]() |
Hey.
Im having some trouble with my overlay. ![]() Whenever i write text below my header image, the sidebar on the left goes down a line. is there a way i can fix that? if so, please reply. Thanks So Much. Here's the myspace thaqt im testing the layout on. www.myspace.com/wavebird Rosario |
|
|
![]() |
![]()
Post
#2
|
|
![]() the name is ada. ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Official Member Posts: 4,688 Joined: Dec 2005 Member No: 334,608 ![]() |
So you want your info to be position more to the left,correct?
it could be your positioning.. quick lesson on "position: relative" top: -45px = moves up 45px top: 45px = moves down 45px left: -15px = moves left 15px left: 15px = moves right 15px use that lesson to edit your code.. <style type="text/css"> .main { position: absolute; left: 50%; top: 125px; width: 800px; z-index: 1; margin-left: -400px; } that part. |
|
|
![]() ![]() |