Click to See Complete Forum and Search --> : table issue


lukeurtnowski
02-24-2006, 01:11 AM
why does the inner table appear on the outside?
http://www.lukesplace.com/GBF/cart/categories.php?cat=10
Thanks

BonRouge
02-24-2006, 02:02 AM
Try this : table {
clear:left;
}
table table {
clear:none;
}

lukeurtnowski
02-24-2006, 01:21 PM
that worket great, thanks
So the first thing cleared any left floats for a table and what did the 2nd thing do?

BonRouge
02-24-2006, 06:19 PM
The second made your nested tables not clear anything. You need them floating left.