Tagged Questions
4
votes
1answer
79 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
163 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
17 views
Is it possible that browser's rendering mode dynamically change from standard to quirks
Suppose that you have a page that renders in browser's standard rendering mode. Suppose that there is a button on the page that, when clicked, downloads a set of external CSS and JavaScript files and ...
0
votes
1answer
36 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
160 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 ...