in FF the input works fine, but in IE the text infront of the input ie in the table td doesnt change,
ive tried styling the table and the tc and the input but it just wont change in IE
and in FF you see the light blue box under the footer, that belongs to the main div, but i have no idea where it comes from, and i cant get rid of it.
If you start by making sure the HTML and CSS are syntactically valid then you can start looking for logical errors.
"Debugging is twice as hard as writing the code in the first place. Therefore, if you write the code as cleverly as possible, you are, by definition, not smart enough to debug it." Brian W. Kernighan
One IE problem might be the xml prologue. One page 158 of dwws, Zeldman opines, "Unforunately, many browsers, even those from 'nice' homes, can't handle their XML prologue. After imbibing this XML element, they stagger and stumble and soil themselves, bringing shame to their families and eventually losing their place in society." So he recommends dropping the prologue and replacing its encoding functionality with a meta tag.
For the "blue strip" problem, add a few paragraphs of lorem ipsum to the appropriate spot on the page and see if that isn't just a page on an empty stomach problem.
"Debugging is twice as hard as writing the code in the first place. Therefore, if you write the code as cleverly as possible, you are, by definition, not smart enough to debug it." Brian W. Kernighan
Originally posted by ray326 One IE problem might be the xml prologue. One page 158 of dwws, Zeldman opines, "Unforunately, many browsers, even those from 'nice' homes, can't handle their XML prologue. After imbibing this XML element, they stagger and stumble and soil themselves, bringing shame to their families and eventually losing their place in society." So he recommends dropping the prologue and replacing its encoding functionality with a meta tag.
and practily that means?
For the "blue strip" problem, add a few paragraphs of lorem ipsum to the appropriate spot on the page and see if that isn't just a page on an empty stomach problem.
Originally posted by Fantatier and practily that means?
Ditch the <?xml version="1.0" encoding="iso-8859-1"?>
Originally posted by Fantatier tried that
Same result? I don't see it online.
"Debugging is twice as hard as writing the code in the first place. Therefore, if you write the code as cleverly as possible, you are, by definition, not smart enough to debug it." Brian W. Kernighan
"Debugging is twice as hard as writing the code in the first place. Therefore, if you write the code as cleverly as possible, you are, by definition, not smart enough to debug it." Brian W. Kernighan
Bookmarks