ASP Forum
random IE indents after lists
pussy cat | Posted 5:49am 15. August 2007 Server Time |

any one know how to stop IE randomly indenting things after lists?

http://naric.org.uk/index.asp?page=14
^^ view this page in IE and it will show: Going overseas from the UK (green heading) indented.
stimpy | Posted 12:21am 16. August 2007 Server Time |

Well, technically you are only supposed to have 1 h1 per page... At least according to the specs on document structure... See this article for more http://www.sitepoint.com/blogs/2007/01/26/the-hard-facts-about-heading-structure/
stimpy | Posted 12:25am 16. August 2007 Server Time |

You also have errors in your CSS

Sorry! We found the following errors
URI : http://naric.org.uk/css/main.css
101 Unknown pseudo-element or pseudo-class :firstletter
295 .text1 ul li, .text2 ul li Lexical error at line 292, column 2. Encountered: " " (32), after : "#"linkbox h1 { padding-left:30px; }
URI : http://naric.org.uk/css/print.css
17 #container Value Error : margin-left Too many values or values are not recognized : 0 px
49 * Parse Error - *html #page { height: 600px }
stimpy | Posted 12:26am 16. August 2007 Server Time |

The container one is easy to fix just reemove the space, it should either be 0 or 0px but 0 px is illegal as would be 0 cm, 0 in, 0pt etc.
stimpy | Posted 12:29am 16. August 2007 Server Time |

But once you fix these your issue should be solved. Snappy looking layout by the way...
pussy cat | Posted 1:50am 29. August 2007 Server Time |

Ah sweet cheers.

Knew it would be something simple


Reply to Post random IE indents after lists



Back to Forum Page