1 reply [Last post]
mkimp
mkimp's picture
Offline
newbie
Last seen: 9 years 49 weeks ago
Timezone: GMT-4
Joined: 2013-06-18
Posts: 1
Points: 2

I'm not sure why this is the case but Firefox and IE display the site very different from Google Chrome. I have updated to all the latest browsers with no luck.

Any idea what is happening?

Website Link

Appreciate any input.

gary.turner
gary.turner's picture
Offline
Moderator
Dallas
Last seen: 2 years 13 weeks ago
Dallas
Timezone: GMT-6
Joined: 2004-06-25
Posts: 9776
Points: 3858

Not sure where your concern

Not sure where your concern lies. I see this

<div style="..."  
     id="s5_center_column_wrap_inner" 
     class="s5_resize_center_columns">

It has a transparent background color, and in Chrome, it's white. Also, Chrome appears to have some padding that's missing in FF.

Of greater concern, are the 14 levels (if I counted correctly) of nested div elements. This is a trivial layout made all too complex.

There is no way to properly debug this page. There are html syntax errors and 215! css errors. Granted, some are due to proprietary properties and values, but not that many.

Note that you declare xhtml1.0 transitional, but are using html5 elements. The proper doctype to use is either <!doctype html> or <!doctype xhtml>. HTML is the preferred.

gary

If your web page is as clever as you can make it, it's probably too clever for you to debug or maintain.