Help with Div over lay, help with div over lay |
Help with Div over lay, help with div over lay |
Apr 14 2006, 07:30 PM
Post
#1
|
|
|
Member ![]() ![]() Group: Member Posts: 18 Joined: Apr 2006 Member No: 393,435 |
ok im trying to cover up a this black void with a div over lay but the part i want to cover up is
all the way to the right of the screen i used your "simple div overlay code" but the farthest i can move it is in the middle... also is there a way i can lock it once its placed so if i scroll up or down it stays in its original place? this is what it looks like this part in the About me Section <Style type="text/css"> Body{ background-color:000000; background-image:url(http://i63.photobucket.com/albums/h152/GatesOfAbove/d398b99a.jpg); background-position:Top left; background-attachment:fixed; background-repeat:no-repeat; } Table, Td{background-color:transparent;border-style:none;} img { filter: none; } a:link img { filter: none; } a:hover img { filter: none; } </Style> <Style> . {removes top links and navbar} div table form tr td, a.navbar, font{visibility:hidden!important; height:0px!important;} </Style> <style type="text/css">.contactTable {display:none!important; border:0px !important;}</style> <Style> . {hiding the copyright} table div font a, table div div {visibility:hidden; display:none;border:0px!important;background-color:transparent;} </Style> <style>.orangetext15{display: none;}</style> <style type="text/css"> table tbody td table tbody tr td.text table {visibility:hidden;} table tbody td table tbody tr td.text table table, table tbody td table tbody tr td.text table table tbody td.text {visibility:visible;}</style> <style> td.text td.text td td a, .redlink, td.text td.text td b a {visibility:visible;} td.text td.text td a {visibility:hidden;}</style> <Style> table td.text {visibility:hidden;} </Style> and this part in the in the Who id like to meet <div class="bg" style="position: absolute; left:100%px; top:0px; width:122px; height:845px; overflow: hidden;"> <img src="http://img240.imageshack.us/img240/6740/half4cv.png"> </div> <div class="content" style="position: absolute; left:500px; top:000px; width:000px; height:000px; overflow: auto;"><center> lalalalala this is your content! </div> and one more question i was messing with the div overlay thing and tired to overlay everything with one big pic but it just would cover everything im talking about the whole screen is what i want to cover, thats y im using css cause its covers more. Is there another code i should be using? thanks for the help no links nothing |
|
|
|
![]() |
Apr 14 2006, 08:36 PM
Post
#2
|
|
|
t-t-t-toyaaa ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Official Member Posts: 19,821 Joined: Apr 2004 Member No: 11,270 |
Yea but your thing is already HUGE I think you should do this
<style type="text/css"> body, tr,td{ background-color:######; } </style> Where I put ###### Put the color code to the yellow in the picture and you will loose the grey. If you absolutely want ot move it you need to move it more left so edit this part: margin-left:-400px; of this code (in about me): <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;} </style> |
|
|
|
GatesOfAbove Help with Div over lay Apr 14 2006, 07:30 PM
toyo loco Cover everything with this:
http://www.createblog.... Apr 14 2006, 07:48 PM
GatesOfAbove Thanks man but how can i stretch out the whole ima... Apr 14 2006, 08:32 PM
GatesOfAbove Dude im sry for bothering you and stuff but i love... Apr 14 2006, 08:58 PM
toyo loco Its ok ask as many q's as you want
edit the b... Apr 14 2006, 09:19 PM
GatesOfAbove dude you rock hardcore.
now how would i go about ... Apr 14 2006, 09:55 PM
toyo loco <a href="linkhere"><img src=... Apr 14 2006, 10:04 PM
GatesOfAbove Thanks man you've been hell of a great help. i... Apr 14 2006, 10:09 PM
GatesOfAbove ok toyo thanks for all your help but i'l still... Apr 15 2006, 01:29 PM
toyo loco http://www.createblog.com/forums/index.php?showtop... Apr 15 2006, 01:38 PM
GatesOfAbove ok i was fooling around with it plugged in
and ... Apr 15 2006, 02:12 PM
GatesOfAbove Never mind i got it
I still need help making tha... Apr 15 2006, 04:15 PM
GatesOfAbove you can close this thread now Apr 15 2006, 04:40 PM![]() ![]() |