Tagged Questions
0
votes
0answers
27 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 ...
1
vote
1answer
228 views
IE disables back-button [closed]
We have an ASP.Net (Web Forms) site hosted on IIS7.
The site contains a table with information retrieved from a database. Paging is enabled for this table, meaning that only 10 rows are displayed at ...
2
votes
5answers
788 views
Why is Internet Explorer seemingly work different then other browsers?
For the past two weeks I have been painfully revising and changing my webpage to run in IE.
I was happy to see my page working properly on Safari 4 & 5, Chrome 10-13, and FF 3.6-4.0
BUT
I ...
5
votes
4answers
485 views
Compared to Firefox 4 and Google Chrome 10, what can't IE9 do?
If a website works in Firefox 4 and in Google Chrome 10, what could potentially cause that website not to work (broken layout or broken JavaScript) in IE9? What limitations and differences does IE9 ...
3
votes
2answers
671 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). ...