Top "Xhtml" questions

XHTML is the traditional name for what is now formally called the XML syntax of HTML, as opposed to the more commonly used HTML syntax, both of which are defined by the HTML5 standard.

How to make div occupy remaining height?

I have this problem, I have two divs: <div style="width:100%; height:50px;" id="div1"></div> &…

html css xhtml
Why <textarea> and <textfield> not taking font-family and font-size from body?

Why Textarea and textfield not taking font-family and font-size from body? See live example here http://jsbin.com/ucano4 Code &…

css xhtml
Remove outline from select box in FF

Is it possible to remove the dotted line surrounding a selected item in a select element? I have tried to …

html css firefox xhtml
What are all the valid self-closing elements in XHTML (as implemented by the major browsers)?

What are all the valid self-closing elements (e.g. <br/>) in XHTML (as implemented by the major browsers)? …

html xhtml browser cross-browser
How to stop highlighting of a div element when double-clicking

I have this div element with a background image and I want to stop highlighting on the div element when …

css xhtml tags highlighting double-click
Disable horizontal scrollbar due to a DIV with position:absolute which is outside of the page

I have an absolutely positioned element that is "outside" of the page, but I want browsers (I am using Firefox 3) …

html css xhtml scrollbar css-position
The reference to entity "foo" must end with the ';' delimiter

I have Google checkout sandbox generated HTML code which works fine in HTML page. When I put the same code …

html xml-parsing xhtml
Why can't the <p> tag contain a <div> tag inside it?

As far as I know, this is right: <div> <p>some words</p> </…

html xhtml
Margin-Top push outer div down

I have a header div as the first element in my wrapper div, but when I add a top margin …

html css xhtml
How to scale SVG image to fill browser window?

This seems like it ought to be easy, but I'm just not getting something. I want to make an HTML …

layout xhtml svg scaling aspect-ratio