I have a layout with a menu DIV on the left. This is floated left with a fixed EM width. I then have a content DIV which has a left margin of more than the menu’s width. So it sits nicely to the right of the menu and fills up the remaining space with both […]
Category: xhtml
xhtml document – Lang options question
What is the difference between the 2 lines shown below?: <html xmlns=”http://www.w3.org/1999/xhtml” xml:lang=”en-GB”> <meta http-equiv=”content-language” content=”en-GB” /> If i didn’t have the meta tag, what would be the consequence? Does the meta one affect screen readers and the top one not? I’m a bit confused as to what exactly they do. Thanks in advance for […]