50
votes
24answers
4k views
What is the best way to create rounded corners using CSS?
What is the best way to create rounded corners using CSS?
23
votes
33answers
996 views
How best to convince people to upgrade IE?
I recently asked a question that got shot down for being too strongly worded. I'm having another go today because it's something I really am concerned about and I really do want feedback and ideas …
21
votes
17answers
1k views
What Cross-Browser issues have you faced?
While developing for multiple sets of browsers, what issues have you faced while development due to differences in browser implementation?
To start with I am listing some of those which i faced:
A …
13
votes
10answers
1k views
Displaying vector graphics in a browser
I need to display some interactive (attaching with DOM listeners etc. and event handling) vector graphics in web site I am working on. There is a W3C recommendation for SVG though this format is still …
12
votes
10answers
451 views
css problem: Absolutely positioned parent and float:right child stretches
In IE6, IE7 and FF2 the .outer div below is stretching out to the right edge of the document. Here is a complete test case:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
…
12
votes
6answers
303 views
What are the best practices for cross-browser web sites?
(I'd like this to be the definitive community wiki. I seeded it from my own answer to this question.)
Specify Everything
A lot of cross-browser issues amount to this: you didn't specify something, …
11
votes
7answers
2k views
Your choice of cross-browser javascript GUI
There are a number of great and not so-great Javascript GUI frameworks out there. I've looked at some (only superficially). And I can't make my mind about any of them
Scroll to the end of this …
11
votes
8answers
3k views
Are the PUT, DELETE, HEAD, etc methods available in most web browsers?
I've seen a couple questions around here like How to debug RESTful services, which mentions:
Unfortunately that same browser won't allow me to test HTTP PUT, DELETE, and to a certain degree even …
9
votes
7answers
490 views
HTML 5 - Early Adoption Where Possible - Good or Bad?
This question was inspired a bit by this question, in which the most upvoted answer recommended using a feature from HTML 5. It certainly seemed to be a good method to me, but it made me curious …
9
votes
4answers
1k views
Truncating long strings with CSS: feasible yet?
Is there any good way of truncating text with plain HTML and CSS, so that dynamic content can fit in a fixed-width-and-height layout?
I've been truncating server-side by logical width (i.e. a …
9
votes
8answers
3k views
Can I detect IE6 with PHP?
Is there a way to use PHP to detect if the page is being loaded using IE6?
9
votes
16answers
489 views
What Cross-Browser Javascript Libraries Are Out There?
I'm gearing up to do some AJAX style client side Javascript in the near future and I've heard rave reviews of JQuery when it comes to this realm. What I'm wondering is:
What are all the cross …
8
votes
10answers
364 views
Testing a website for cross-browser/multiple-version support
This is a multipart question:
Is there a tool that let's me view my site in all the major browsers along with different versions of each?
If I have to actually download and install the different …
7
votes
7answers
220 views
Site slows for individual users, but they can switch browsers?
I've tried searching for this but it's pretty difficult to put into words.
Basically, our site will run fine for most users without any issues. Sometimes though, those of us who use the site pretty …
7
votes
10answers
851 views
HTML/CSS: what’s a better option for layout of a tree of nested elements than nested tables?
Ok, I have a set of checkboxes for selecting criteria. For argument's sake, we'll say the data looks like this:
[] Vehicles
[] Unpowered
[] Bicycle
[] Skateboard
[] Powered
…
