|
caz -> RE: browser / alignment issue - need help !!! (3/4/2005 18:42:59)
|
You are already using conditional code to tame IE specifically because it is IE that is not standards compliant. The usual way is to get it right in a standards compliant browser like Firefox or Opera and then tweak it for IE. You can load other browsers onto your machine and then use them locally to view your pages. You may also like to validate your pages for html/xhtml and CSS as there are errors in both. Look at the links page at the top of this forum to find out more about validation. You can use the Web Developer toolbar in Firefox to get a great deal of help and also the Web Accessibility toolbar in IE. Both have links for validation and other graphical options for outlining your divs so that you can see exactly what is wrong. Now that HTML Tidy (Firefox extension) is working again you have a number of errors, one of which is an unclosed div <div id="container"> . Try closing that.
|
|
|
|