Forum Moderators: open
Its worked well up to now....basically I have four coloured tables inside of layers which all line up niceley in all browsers but then I put a form into one of the tables and it will look OK in IE but not NN and vice versa!
I tried putting the form around the table, changing DIVs to LAYERS, SPANS etc but cant seem to get round the problem..I ma going to have to go back to tables?
I must say the only dependable solution I've found has been separate style sheets. Netscape renders form elements differently than MSIE does.
However, at the present, I often need to browser sniff and do at least two style sheets for many situations. It's darned near a standard practice.
I'm diggin deep into the O'Reilly CSS reference at present. Maybe I'll find another way, and if I do I'll let you know.
The style sheet is here [absak.com], if you want to take a look.
<added>Also, when using forms on a CSS "treated" page, there is a known bug in Netscape... If you use <p> </p> tags WITHIN your form, Netscape with interpret the </p> tag as an </form> tag. That bug caused entire forms to diappear on my site in NN. Also... (I'm almost done, really) make sure you have an </form> tag at the end your form, or any formatting that comes after the form can get hopelessly screwed up.