Tagged Questions
2
votes
1answer
51 views
What is the maximum safe line length in css files?
YUI Compressor and other minifiers tend to remove unnecessary whitespaces, causing long lines. Safari 5 seems to fail rendering some rules from the css files when the file has more than 5000 ...
0
votes
0answers
26 views
Internet Explorer css issues on site [closed]
I have been converting a static website to a WordPress theme and the layout displays fine in FireFox but not in IE (no surprise!).
The site can be seen on my online test page at onlinewpthemetest
The ...
2
votes
3answers
210 views
Cross Browser CSS script?
a few weeks ago I stumbled over a javascript that you can add to your site, and it would automatically modify your css, to work around some bugs in browsers, and add features they don't support (e.g. ...
1
vote
3answers
408 views
Can you make total height for a 3-div-sandwhich equal 100% if top & bottom divs are in pixels? [duplicate]
Possible Duplicate:
Any problems with DIVs inside a table cell?
Ok so I've got a header and a footer with absolute positioning and heights of 144px. The content div in the middle area needs ...
1
vote
3answers
218 views
Are there any cross-operating-system, cross-browser bugs of which web-programmers should be aware?
Perhaps this belongs on superuser, but I'll try here on stackoverflow first
I develop on Ubuntu and was wondering if it's safe to assume that my site will look the same in, say, Chrome, when viewed ...
2
votes
4answers
1k views
Broken jQuery/CSS in Firefox - ColorBox and reCAPTCHA
I am working on what would appear to be a basic contact form. I am using the ColorBox plugin for jQuery to build a form with an image link, which then opens a ColorBox containing the reCAPTCHA form ...
3
votes
2answers
667 views
How to overcome eBay CSS limits for auctions' pages?
On eBay you can code the content of a <div> on the auction's page. The problem is that you can't edit the <head> content.
I tried using inside the <div> something like this:
...
0
votes
1answer
87 views
How do I create styles for IE7 (and below)? [duplicate]
Possible Duplicate:
What are the best ways to implement cross browser css?
I have a site that looks more or less the same in all browsers except Internet Explorer (version 7 and below). ...
2
votes
6answers
337 views
What are the best ways to implement cross browser css?
What are the best ways to implement cross browser css?
Rule: one approach for an answer.