DIV help, The text will not show |
DIV help, The text will not show |
Jun 7 2006, 10:51 AM
Post
#1
|
|
|
Senior Member ![]() ![]() ![]() Group: Member Posts: 38 Joined: Jun 2006 Member No: 419,709 |
I am in the process of making a DIV layout for a myspace contest site. The only problem is I can't get the text to show. I was just using random text to test it with so the text means nothing, but here is the code.
<style type="text/css"> .Main { position:absolute; left:50%; top:125px; width:800px; z-index:1; margin-left:-400px; padding:0px; border:0px; background-color:transparent;} .Background {position:absolute; left:50%; top:0px; width:800px; z-index:1; margin-left:-400px; padding:0px; border:0px; background-color:transparent;} .Music {position: absolute; left:0px; top:0px; background-color:transparent; border:0px; padding:0px;} .table {position: absolute; left:50%; top:50%; background-color:transparent; border:0px; padding:0px;} </style> <DIV class="Background"> <img src="http://i64.photobucket.com/albums/h165/PoeticInsanity16/background.jpg" width="800px" height="900px"/> </div> <DIV class="Main"> <img src="http://i64.photobucket.com/albums/h165/PoeticInsanity16/steve_rock.jpg" width="800px" height="550px"/> </DIV> <DIV class="Music"> <embed allowScriptAccess="never" src="http://crash.onlinestoragesolution.com/music/(Weezer)%20-%2004%20-%20Island%20In%20The%20Sun%20(1).mp3" type="audio/x-pn-realaudio-plugin" name="video" console="Clip1" autostart="true" controls="ControlPanel" border="0" width="176" height="30" align="center" loop="true"></embed> </DIV> <DIV class="table"> blah blah blah </DIV> its probably something simple, but I'm missing it. please help, thanx. |
|
|
|
PoeticInsanity DIV help Jun 7 2006, 10:51 AM
coldtrance you have no css, meaning your profile has no defau... Jun 7 2006, 11:15 AM
PoeticInsanity yeah, so i have to have a CSS for anything to work... Jun 7 2006, 01:21 PM
waccoon Check your positioning and make sure it's not ... Jun 7 2006, 01:23 PM
PoeticInsanity ok, question on DIVs covering other DIVs. The DIVs... Jun 7 2006, 02:09 PM
waccoon No - those "DIV#" things are just the na... Jun 7 2006, 03:45 PM
coldtrance try putting font classes in your css.
example:
.M... Jun 7 2006, 04:17 PM
waccoon QUOTE(coldtrance @ Jun 7 2006, 5:17 PM) t... Jun 7 2006, 08:28 PM
defrag Divs are made up of levers the layers are affected... Jun 7 2006, 09:03 PM
waccoon QUOTE(defrag @ Jun 7 2006, 10:03 PM) Divs... Jun 8 2006, 12:47 AM
PoeticInsanity Thanx, I'm not too familiar with DIVs. Actuall... Jun 8 2006, 01:24 PM![]() ![]() |