Forum Moderators: not2easy

Message Too Old, No Replies

What's wrong with this website?

Browser imcompatibility

         

dataman

1:53 pm on Mar 23, 2004 (gmt 0)



Plz check this website :

<snip>

First Use IE6 then Opera and/or Mozila.

IE6 seems to show the website fine, but latest Opera and Mozila screws it.

1.Why the horizontal lines are missing.
2.Why not all the images on top are being properly displayed.

I am new to CSS ... and i am really not aware of the compatibility issues of every browser .... it seems to me like a nightmare.

Check <snip>
Mozila misaligns the images ....

Thank you for the assistance.

[edited by: engine at 3:57 pm (utc) on Mar. 23, 2004]
[edit reason] No urls, thanks. See TOS [webmasterworld.com] [/edit]

BlobFisk

2:09 pm on Mar 23, 2004 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



Welcome to WebmasterWorld, dataman!

The posting of personal URLS is against the Terms of Service [webmasterworld.com] here so you should really remove it before a mod does.

Have you validated your HTML and CSS pages using W3C HTML Validator [validator.w3.org] and CSS Validator [jigsaw.w3.org]?

If you could give a brief description of the problems you are seeing and a short code snippet of where you think your error might be, we can help you work out a solution.

HTH

Rambo Tribble

3:48 pm on Mar 23, 2004 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



A quick glance suggests that it is your use of multiple tables within tables and the specification of table widths and td widths of "1".

If you insist on using tables for layout, diligently avoid using tables within tables and don't set table or td widths to less than their contents.