IE8 complains about javascript errors, probably because you include jQuery **after** using addEvent. Try putting the jQuery before other script tags in your <head>.
A few things that might help you streamline your page: * You have several <a name="top"></a>, you should simply put id="top" onto the topmost element in your page and discard the named anchors. * span-24 last is redundant: class "last" simply removes the right margin, which is already removed from span-24. * column and span-x is redundant too on divs (column simply adds float: left and margin-right: 10px, which is done to everry div.span-x) Hope that fixes your problem! On Wed, Aug 5, 2009 at 3:58 PM, ads <[email protected]> wrote: > > Hi Guys, > > Got a weird height issue with IE8 only. Check out > http://www.findmeatradesperson.com > which appears fine in all browsers apart from IE8 apparently. > -- Goulven Champenois --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Blueprint CSS" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/blueprintcss?hl=en -~----------~----~----~----~------~----~------~--~---
