View Full Version : Umm help....


ryu
01-15-2004, 07:47 PM
Ok, there is only one way for any of you to solve this problem again. The table in the div layer on the right is above my table..... So here is my site URL, please help :(

www.geocities.com/evil_meep88

If you can help me, I'll be forever grateful, thank you :)

Rosey
01-15-2004, 08:04 PM
try adding a width to your #content

ryu
01-16-2004, 01:09 PM
oh ok, umm... could you give me an example code for that ^^ thanks

Rosey
01-16-2004, 01:11 PM
In your code you have:

#content {

margin-left: 0px;
padding: 0px;
margin-right: 200px;
}

try doing this:

#content {
width:600px;
margin-left: 0px;
padding: 0px;
margin-right: 200px;
}

ryu
01-17-2004, 12:02 AM
ok thanks :)