Tagged Questions

4
votes
1answer
67 views

CSS Sprite Button Using Table… Can't get rid of line breaks after table in IE (quirks mode)

I am creating a css button using the following image... This is the background of a table.. the text for the image goes inside td blocks. You can see it in action here, please view source to see ...
1
vote
1answer
155 views

List of everything that doesn't work correclty in quirks mode?

Does anyone have a complete list of html, javascript, and css that is buggy in quirks mode (particularly IE quirks mode)? I have checked out the quirksmode.org list at ...
0
votes
1answer
31 views

General Problems With Quirks Mode

I'm working on a large website that has hundreds of pages with headers, footers, pop-ups w/ iframes, buttons, logos, etc all over it. It's been developed for several years. The entire time there ...
0
votes
2answers
128 views

IE Quirks Mode - border-right not showing up

I'm designing a navigation bar that HAS to run in IE Quirks mode (i.e. it can't have a DOCTYPE tag at the top). It also needs to work in Firefox and Safari (quirks mode for safari as well). My ...