If it's the layout i released, add this to the right navigation's CSS code:
If that doesn't work, add:Quote:
float: left;
Quote:
clear: both;
Printable View
If it's the layout i released, add this to the right navigation's CSS code:
If that doesn't work, add:Quote:
float: left;
Quote:
clear: both;
You should never need to have a separate style sheet for IE for a layout structure. The only time you need to is when an image flows into a background; the hex's are different for FF and IE (personal problem, may be other reasons for separate style sheet)
If you code it and use IE to keep checking your layout process that's where you are going wrong. You need to download FF or some other browser so you know it will work.
Is this problem resolved?
Why would he do that?
For the last time, tables are not meant to "code layouts", they are meant for holding and organizing data, just like a spreadsheet.
That's like coding your layout in a spreadsheet, that doesn't even sound smart.
Each cell with a different image :|
It's old technology, and an overused way to do things, which is a bad habit in the first place.
There's your problem then. IE has the worse rendering and display standards, meaning you start off with those.. and then go to something like FF, with precise and up-to-date standards, and it doesn't look right.
That's incorrect.
Tables are meant to be displayed on the web also, hence why they have <table>, they just have specific uses for them.. and some people mis-interpret that..
I use tables everyday to display things, and it's easy to do, for certain things.. but for certain things it's not a right example.
Sorta agree.
Although it has been highly popularized by sites like MySpace, etc, using tables for their layouts.
no meti it's not ur layout, its mine, http://habbdance.net/v4.
i tried learning tables for weeks and came up with nothing, i learned divs in, an 1-2hrs. lol.
so uh, yea not resolved.