table positioning, in div overlay |
table positioning, in div overlay |
Feb 18 2006, 02:30 PM
Post
#1
|
|
![]() Senior Member ![]() ![]() ![]() ![]() Group: Member Posts: 123 Joined: Feb 2006 Member No: 368,723 |
okay so i got a div from a site and changed it, and i changed the positioning of the tables so one of the boxes doesnt show on the page.. the only thing is i want it back on tha page.. and i did that but now its right in the middle overlapping the center table.. and i dont know how to get it back.
i want it on the right side about the same distance away from the middle box as the left hand box. heres the code CODE <style type="text/css"> table {visibility:hidden;} div table tbody tr td a.navbar, table tr td script {visibility:visible !important} table tbody tr td a.navbar, table tbody tr td input, table tbody tr td font {visibility:visible;} body table td {background-color: transparent;} table tbody table tbody td {visibility:hidden;} table tr td div div{display:none;} div table tbody tr td form input, div table tbody tr td a img, div table tbody tr td div a, div table tbody tr td {visibility: visible !important; color:00FF00;} a, a.man, a:link, a:visited{font-family: terminal; font-color: 00FF00; font-size:10pt; font-weight:normal; text-decoration:none; font-style:normal; line-height: 15px; text-transform: lowercase;} a:active, a:hover{font-family: terminal; color:black; text-transform:lowercase; font-size:10pt; font-weight:normal; text-decoration:underline; font-style:normal; line-height: 15px;}td, table, tr, span, li, p, div, textarea, DIV {font-family:terminal; color:00FF00; font-weight:normal; font-decoration:none; font-style:normal; line-height: 15px;background-color:transparent} td, li, p, div, textarea {font-family: terminal; border-color: FF00CC; line-height: 15px} table{border-color: 00FFCC }a.navbar{font-family:terminal; font-size:10pt; font-weight:normal; line-height: 15px} a.navbar:link{color:00FF00;} a.navbar:active{color:00FF00;} a.navbar:visited{color:FF00CC;} a.navbar:hover{color:00FF00;}a.searchlinkSmall{font-family:terminal; font-size:10pt; text-decoration:none; font-weight:normal;; line-height: 15px} a.searchlinkSmall:link{color:FF00FF} a.searchlinkSmall:active{color:FF00FF} a.searchlinkSmall:visited{color:FF00FF} a.searchlinkSmall:hover{color:FF00FF}body{font-family:terminal; background-color:black;; background-attachment:fixed; background-color: black; background-position: bottom right;}.nametext{font-family:rockwell;font-size:12pt;color:FF00CC; font-weight:bold;}.blacktext10{font-family:terminal; font-size:10pt; color:00FF00; font-weight:normal;}.00FFCC{font-family:terminal; font-size:10pt; color:00FF00; font-weight:normal; line-height: 15px}.btext, .itext, .text{font-family:terminal, arial, times new roman;font-size:10pt; color:00FF00; font-weight:normal; line-height: 15px} .orangetext15{font-family:terminal; color:00FF00; font-weight:normal; line-height: 15px}.lightbluetext8{font-family:terminal; font-size:10pt; color:FFFFFF; font-weight:normal; line-height: 15px}.tmz_imp{font-family:arial;color:00FF00;font-weight:bold}a img{}a:hover img{}body{scrollbar-arrow-color:00FF00;scrollbar-Track-Color:black;scrollbar-Highlight-Color:00FF00;scrollbar-base-color:00FF00;scrollbar-Face-Color:black;scrollbar-Shadow-Color:00FF00;scrollbar-DarkShadow-Color:00FF00} body {background:black;} </style> <style> .background {background-color:transparent; position: absolute; left: 50%; top: 180px; margin-left:-415px; width: 850px; height: 590px; z-index:0; visibility:visible !important; overflow:none} .box1 {background-color:transparent; position: absolute; left: 50%; top: 190px; margin-left:-185px; width: 400px; height: 110px; z-index:1; visibility:visible !important; overflow:auto; border:4px solid FF00FF} .box2 {background-color:transparent; position: absolute; left: 50%; top: 255px; margin-left:-445px; width: 200px; height: 300px; z-index:1; visibility:visible !important; overflow:none; border:4px solid FF00FF} .box3 {background-color:transparent; position: absolute; left: 50%; top: 255px; margin-left:1px; width: 200px; height: 300px; z-index:1; visibility:visible !important; overflow:auto; border:4px solid FF00FF} .box4 {background-color:transparent; position: absolute; left: 50%; top: 300px; margin-left:-185px; width: 400px; height: 400px; z-index:1; visibility:visible !important; overflow:auto; border:4px solid FF00FF} </style> and its box 3 that i want changing and heres my myspace www.myspace.com/omfgz_its_jenni i know theres nothing on it coz i changed everything lol would be a great help please :] thanks :] xx ps. i think the layout of the site has changed for me, and i dont know how to put the code in the scrolly box |
|
|
|
x-vampire-heart-x table positioning Feb 18 2006, 02:30 PM
notwutiseem92 QUOTE(x-vampire-heart-x @ Feb ... Feb 18 2006, 02:34 PM
coldtrance change margin-left:1px; to a bigger number until i... Feb 18 2006, 02:35 PM
x-vampire-heart-x lol thanks Feb 18 2006, 02:48 PM![]() ![]() |