0
votes
4answers
80 views
IE’s XHTML Compatibility
Hi stackoverflow,
I'm having a rather heated debate into IE's XHTML Compatibility. The only thing is, I'm unsure if the guy is trolling.
Essentially he claims that IE has absolu …
0
votes
2answers
76 views
Does anyone have a script to automatically generate image tags from a directory of images?
I do a lot of slicing in Photoshop, and it's tedious to manually write an <img /> tag for each of them -- writing in the filename, checking height and width, writing the alt …
1
vote
3answers
137 views
Why <div style=”width:50%” /> is not rendered in xHTML?
Why <div style="width:50%" /> is not rendered in xHTML?
If I do <div style="width:50%"> </div> only then it is rendered. Do I miss something?
Will min- …
2
votes
4answers
88 views
Can we place `<img>` inside `<h1>` according to web standards?
Can we place <img> inside <h1> according to web standards? like this
<h1> Demo text <img src="anyimage.jpg"/> </h1>
0
votes
3answers
23 views
Is an XHTML doc nested inside an XHTML doc invalid?
Hi Guys,
The background to this is that we have a ASP.NET master page that reads its contents from a file supplied to us by a third party. The file that they supplied is a comple …
0
votes
6answers
98 views
Expand an <a> tag to fill the spce
How can I make the anchor tag expand to the bottom of the list item?
I know I could put the anchor round the list item tag, but that breaks XHTML 1.0 Strict compliance, so I cannot …
2
votes
3answers
33 views
How should ajax request html files be formatted?
Im using jquery UI's tabs with ajax.
I was wondering if the files that the ajax calls are gonna retrieve are supposed to be formatted starting with <html> or just the minimal …
2
votes
3answers
158 views
xhtml transitional vs strict?
iframes are not supported in xhtml strict. However, in my application I am using php recaptcha which requires the use of iframes. What are the downsides of just switching to xhtml …
0
votes
5answers
74 views
XHTML correct syntax
Hello,
I have a question. I am developing a card board which is 4x3. So I have tryed to do markup with XTHML Transitional. I have used containers mixed with tables.
The example fo …
2
votes
5answers
153 views
IE8 & FF XHTML error or badly formed span?
I recently have found a strange occurrence in IE8 & FF.
The designers where using js to dynamically create some span tags for layout (they were placing rounded corner graphic …
0
votes
2answers
58 views
Help needed in figuring out validation and display issues !!
Hi all,
I am developing a website for a friend which was earlier developed by some other guy, basically i am a php pro and dont ve much experience in html (or untill now) ...
now …
0
votes
2answers
178 views
How to make Resig’s micro-templates XHTML compliant?
Hello,
I have been experimenting with John Resig's micro-template, which works great. However, the mark-up will not pass the XHTML 1.0 Transitional validation test. (Among other …
8
votes
9answers
445 views
So what if custom HTML attributes aren’t valid XHTML?
I know that is the reason some people don't approve of them, but does it really matter? I think that the power that they provide, in interacting with JavaScript and storing and se …
2
votes
5answers
192 views
Conditional Comments and Valid XHTML
Given the code (which looks like it should be valid):
<!--[if lt IE 7]> <style type="text/css" media="screen">
<!--
div.stuff { background-image: none; }
-->< …
0
votes
2answers
155 views
How to get this line of jQuery to validate as XHTML strict
Hello, I have this bit of jQuery at the top of my page (used for a simple image carousel):
$(document).ready(function(){
$("#slider").easySlider({
prevText:'<div id="back …
