text in overlay, having some problems with text, please help |
text in overlay, having some problems with text, please help |
Aug 6 2006, 02:28 PM
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 |
|
|
|
![]() |
Aug 6 2006, 03:30 PM
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. |
|
|
|
rosario text in overlay Aug 6 2006, 02:28 PM
toyo loco All codes please?
The div that your trying to type... Aug 6 2006, 02:33 PM
rosario in the ABOUT ME:
<style type="text/css... Aug 6 2006, 03:25 PM
rosario no, i wanted to write things in that huge space on... Aug 6 2006, 03:38 PM
toyo loco Did you make it its own div? You have to. Here st... Aug 6 2006, 03:56 PM
rosario thanks for the code.
how will i know if its positi... Aug 6 2006, 04:11 PM
rosario hmm, i can see the outline of a box behind all my ... Aug 6 2006, 04:32 PM
toyo loco Put the code directly under:
<div class="m... Aug 6 2006, 05:05 PM
rosario lol, alright ill make sure i edit next time.
so, ... Aug 6 2006, 05:36 PM
toyo loco Change it to this:
CODE<div class="content... Aug 6 2006, 05:57 PM
rosario ehh...it didnt work...
<div class="main... Aug 6 2006, 06:04 PM
toyo loco Fixed it.
Your new code I'd like to meet code... Aug 6 2006, 06:14 PM
rosario THANK YOU SO MUCH! it works perfect! yay l... Aug 6 2006, 06:19 PM
toyo loco haha thanks. If you need anymore help feel free to... Aug 6 2006, 06:22 PM![]() ![]() |