Skip to main content

All Questions

Tagged with
4 votes
2 answers
256 views

How can I get Firefox to attach an XML namespace to my html element?

I'm creating XHTML documents client-side as follows: var xhtmlDocType = document.implementation.createDocumentType( 'html', '-//W3C//DTD XHTML 1.0 Transitional//EN', 'http://www.w3.org/TR/...
David Smith's user avatar
  • 39.3k
1 vote
2 answers
111 views

How will a web application with XHTML 1.1 and frames behave on major browsers?

I am working on a web application which was built on XHTML 1.1 and also uses frameset and frames. Now the application runs only on IE (upto IE 8). I am trying to make changes so that it runs on major ...
roshan's user avatar
  • 2,450
0 votes
2 answers
567 views

Loading assets in a noscript element

I expect the standard behavior would be to not load any assets in a <noscript> element, and a quick cursory test in FF and Chrome proves this to be the case. However, are there any situations ...
Matty's user avatar
  • 33.9k
1 vote
5 answers
181 views

How to show certain content to <=IE6 and different one to other browsers?

How to show certain content to IE6 + earlier versions and different one to the others? Is it possible with a conditional comment? Thanks UPDATE I can only edit a content within <body> tag...
tomexx's user avatar
  • 2,299
0 votes
1 answer
6k views

Cross Browser Compatibility and docType declaration

I designed a webpage and tested it on firefox, chrome & IE-8. The webpage is displayed fine on firefox & chrome but not on IE. In the process of making it compatible, I changed the DocType ...
user avatar
0 votes
2 answers
166 views

Messed layout only in IE 7

I am coding a site in IE 9. The layout looks perfect in IE 9 and IE 8 as well as IE 6 BUT it's completely messed up in IE 7. Also, the issue is when I press the compatibility button in IE 9 - the ...
Rod Rig Gez's user avatar
0 votes
1 answer
615 views

Cross Browser Display Issue

On further investigation I have discovered that there is something in my CSS that is making my navigation display funny -> Everything on my innerPage and HTML below (Main Page) load fine but I am ...
Jess McKenzie's user avatar
0 votes
1 answer
71 views

Are there any invalid values from id that use only [a-z0-9]?

I'm generating IDs for elements in a page, and would like to make sure I don't stumble across some invalid 'id' value. While the W3 standard seems to say that anything goes, you never know about all ...
Aaron Yodaiken's user avatar
2 votes
2 answers
61 views

web applications and rendering

I've been developing on the web for a while now and most of my cross browser compatibility consists of using IE css hacks, which is not standard by any means so I'm just curious how do you handle ...
Dalton Conley's user avatar
2 votes
1 answer
7k views

Input fields rendered very differently in different browsers

Okay, so I am in the process of designing a website which has a login form at the top-right corner of a webpage. I set the size attribute of its input fields and I am getting some interesting results. ...
Tyler Crompton's user avatar
1 vote
2 answers
109 views

Where can I find a very concise list of the html tags that should not be used

Reasons that the tags would no longer be used could include... deprecated limited browser compatibility Best Practices (using another tag +css to perform the same function)
Doug Chamberlain's user avatar
6 votes
4 answers
2k views

jQuery example (in jsfiddle) working in firefox but not in IE8, 7

Why this example not working in IE http://jsfiddle.net/8RZVt/ I'm getting this error in IE8. Message: Invalid argument. Line: 156 Char: 295 Code: 0 URI: http://code.jquery.com/jquery-1.4.4.min.js
Jitendra Vyas's user avatar
0 votes
1 answer
1k views

Slider not working in IE8 and only IE8?

For the past two weeks I have been trying to figure out why this slider isn't showing up in IE8? Can anyone shed some light on this please? http://thefoldingkayakcompany.com/ <!--HTML--> &...
Solidariti's user avatar
0 votes
1 answer
732 views

how to solve IE6 box model problem without adding extra div and using Valid CSS?

In this article http://www.kashit.org/design/css/ultimate-guide-to-techniques-for-cross-browser-css/ under section "Fixing IE Box Model Bug" author wrote IE 6 can actually get it right if you ...
Jitendra Vyas's user avatar
2 votes
2 answers
947 views

XHTML multi-column text flow div

How can I have multi-column text flow in div for XHTML please? (if possible) I'm looking for a cross-browser specification. Thank you.
Francisc's user avatar
  • 79.5k

15 30 50 per page
1
2 3 4 5
7