Archive for February, 2009

IE7 CSS border bug

How quickly one forgets

IE7 will not add a border to a link if it’s set to display:inline. Make the little beggars display:block and your worries will fall away.

Of course I knew this already…

No Comments

Disappearing fixed div in IE7

Who’d have thought – eh?

Here’s a bug I came across while working on the updated Solutions Overseas website. Not used position:fixed; in anger before. The “Enquire Now” button there is fixed. Except in IE7 though. Looked around and it’s apparently caused by a floated div next to a postion: fixed div (next to/child of parent etc… )

Simple fix – add another div around or between those two scrapping trouble makers.

Documented here.

, ,

No Comments