how do i instert text boxes and get things in layers in my new div |
how do i instert text boxes and get things in layers in my new div |
Jul 22 2008, 03:52 PM
Post
#1
|
|
![]() Senior Member ![]() ![]() ![]() Group: Member Posts: 66 Joined: Aug 2007 Member No: 562,263 |
I want to have some text boxes and i would like to have some image rollovers in my new div layout but i insert codes but they don't show up on myspace is there a way to make them into like layers /orders I've heard of z-index but its not working so don't no what to do
heres my myspace heres my code that in my about me section CODE <style>embed, object {width:0px; height:0px;} table table table embed, table table table object {width:320px; height:240px;} </style></a> <div class="navigation" style="position: absolute; left:200px; top:90px;z-index:0 "> <img src="http://i34.tinypic.com/9iwn0n.jpg" width="1024" height="768" border="0" alt="" usemap="#myspace_Map" /> <map name="myspace_Map"> <area shape="rect" alt="" coords="787,730,1023,767" href="http://www.msplinks.com/MDFodHRwOi8vd3d3Lm15c3BhY2UuY29tL3VrcmlkZXM=" /> <area shape="rect" alt="" coords="606,708,741,752" href="http://www.msplinks.com/MDFodHRwOi8vaG9tZS5teXNwYWNlLmNvbS9pbmRleC5jZm0/ZnVzZWFjdGlvbj11c2Vy" /> <area shape="rect" alt="" coords="384,708,592,752" href="http://www.msplinks.com/MDFodHRwOi8vbWVzc2FnaW5nLm15c3BhY2UuY29tL2luZGV4LmNmbT9mdXNlYWN0aW9uPW1haWwubWVz 2FnZSZmcmllbmRJRD0xMDIxNTg0NzcmTXlUb2tlbj00MTMwZTZiZC0yYTFlLTQzZWQtODliNS03MTgyN JmN2Q2ZjA=" /> <area shape="rect" alt="" coords="217,708,336,752" href="http://www.msplinks.com/MDFodHRwOi8vZnJpZW5kcy5teXNwYWNlLmNvbS9pbmRleC5jZm0/ZnVzZWFjdGlvbj1pbnZpdGUuYWRkZnJpZW5kX3ZlcmlmeSZmcmllbmRJRD0xMDIxNTg0Nzc=" /> <area shape="rect" alt="" coords="39,708,142,753" href="http://www.msplinks.com/MDFodHRwOi8vdmlld21vcmVwaWNzLm15c3BhY2UuY29tL2luZGV4LmNmbT9mdXNlYWN0aW9uPXVzZXIu mlld0FsYnVtcyZmcmllbmRJRD0xMDIxNTg0Nzc=" /> </map> </div> <div class="content" style="position: absolute; left:000px; top:000px; z-index:1 "> width:000px; height:000px; overflow: auto; } ><center> <a class="></a> <style> a.NAME {float:left;background:url(http://i36.tinypic.com/2vvndyu.gif)repeat;width:175px;height:129px;position:absolute; top:0px; left:0px;display:block;} a.NAME:hover {float:left;background:url(http://i33.tinypic.com/vqp1e0.jpg)repeat;} </style> </div> <style> .mslogo, .clearfix form, .clearfix a, .clearfix select, .profileinfo, .contacttable, .userprofileurl, .interestsanddetails, .userprofiledetail, .userprofilenetworking, .userprofileschool, .userprofilecompany, .extendednetwork, .latestblogentry, .blurbs td.text, .orangetext15, .friendspace, .friendscomments, table div {display:none!important;} table table div, .clearfix, .clearfix div {display:block!important;} table, tr, td, .clearfix {background:none!important;} .clearfix tr td div {filter:alpha(opacity:0)!important;} .bodycontent div {_filter:alpha(opacity:100)!important;} div[id="></style> <style> .mslogo, .clearfix form, .clearfix a, .clearfix select, .profileinfo, .contacttable, .userprofileurl, .interestsanddetails, .userprofiledetail, .userprofilenetworking, .userprofileschool, .userprofilecompany, .extendednetwork, .latestblogentry, .blurbs td.text, .orangetext15, .friendspace, .friendscomments, table div {display:none!important;} table table div, .clearfix, .clearfix div {display:block!important;} table, tr, td, .clearfix {background:none!important;} .clearfix tr td div {filter:alpha(opacity:0)!important;} .bodycontent div {_filter:alpha(opacity:100)!important;} div[id="topnav"], div[id="shortcuts"] {opacity:0!important;} </style> thanks ukrides
Reason for edit: please put codes in codeboxes. thanks :) -natalia
|
|
|
|
![]() |
Jul 22 2008, 06:16 PM
Post
#2
|
|
|
Treasure Pleasure ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Head Staff Posts: 11,193 Joined: Oct 2005 Member No: 281,127 |
Try not to post several topics about the same problems. You've been posting topics about z-index issues and I've been trying to answer them but you don't even read my replies.
Your DIV codes are all messed up. You have this for your content: CODE <div class="content" style="position: absolute; left:000px; top:000px; z-index:1 "> width:000px; height:000px; overflow: auto; } ><center> <a class="></a> <style> a.NAME {float:left; background:url(http://i36.tinypic.com/2vvndyu.gif)repeat; width:175px; height:129px; position:absolute; top:0px; left:0px; display:block;} a.NAME:hover {float:left; background:url(http://i33.tinypic.com/vqp1e0.jpg)repeat;} </style> </div> DIV codes are supposed to be separate from CSS codes. So it should look like this: CODE <div class="content" style="position: absolute; left:000px; top:000px; z-index:1 width:000px; height:000px; overflow: auto;"><center> <a class="></a> </div> <style> a.NAME {float:left; background:url(http://i36.tinypic.com/2vvndyu.gif)repeat; width:175px; height:129px; position:absolute; top:0px; left:0px;display:block;} a.NAME:hover {float:left; background:url(http://i33.tinypic.com/vqp1e0.jpg)repeat;} </style> Then you just go on from there. You need to change 000px where it says left: and top: so you can move your div scrollbox to where you want it to be. You also need to change 000px where it says height: and width: so you'll have space for your content. |
|
|
|
Jul 24 2008, 08:25 AM
Post
#3
|
|
![]() Senior Member ![]() ![]() ![]() Group: Member Posts: 66 Joined: Aug 2007 Member No: 562,263 |
Try not to post several topics about the same problems. You've been posting topics about z-index issues and I've been trying to answer them but you don't even read my replies. Your DIV codes are all messed up. You have this for your content: CODE <div class="content" style="position: absolute; left:000px; top:000px; z-index:1 "> width:000px; height:000px; overflow: auto; } ><center> <a class="></a> <style> a.NAME {float:left; background:url(http://i36.tinypic.com/2vvndyu.gif)repeat; width:175px; height:129px; position:absolute; top:0px; left:0px; display:block;} a.NAME:hover {float:left; background:url(http://i33.tinypic.com/vqp1e0.jpg)repeat;} </style> </div> DIV codes are supposed to be separate from CSS codes. So it should look like this: CODE <div class="content" style="position: absolute; left:000px; top:000px; z-index:1 width:000px; height:000px; overflow: auto;"><center> <a class="></a> </div> <style> a.NAME {float:left; background:url(http://i36.tinypic.com/2vvndyu.gif)repeat; width:175px; height:129px; position:absolute; top:0px; left:0px;display:block;} a.NAME:hover {float:left; background:url(http://i33.tinypic.com/vqp1e0.jpg)repeat;} </style> Then you just go on from there. You need to change 000px where it says left: and top: so you can move your div scrollbox to where you want it to be. You also need to change 000px where it says height: and width: so you'll have space for your content. thanks i am very sorry for posting it so much but i was just getting annoyed i will nto do this in the future thanks again ukrides |
|
|
|
ukrides how do i instert text boxes and get things in layers in my new div Jul 22 2008, 03:52 PM
ukrides if i had my code like this
CODE<div class=... Jul 24 2008, 08:41 AM
Anarchy Technically, yes. But the codes you put inside the... Jul 24 2008, 10:55 AM
ukrides QUOTE(Anarchy @ Jul 24 2008, 04:55 PM) Te... Jul 24 2008, 04:10 PM
Anarchy I'm not sure about rollover images using HTML.... Jul 24 2008, 08:53 PM
ukrides QUOTE(Anarchy @ Jul 25 2008, 02:53 AM) I... Jul 25 2008, 05:28 AM
manny-the-dino Due to this topic being 2 weeks old & the prob... Aug 15 2008, 02:08 PM![]() ![]() |