Archive for February, 2009
IE7 CSS border bug
Posted by admin in Web design & development on February 18, 2009
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…
Disappearing fixed div in IE7
Posted by admin in Web design & development on February 17, 2009
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.