Tag Archives: ie7

Standalone IE7 doesn’t work with Windows 7

I wanted to do some browser testing on a blog project I was working on last week so I dusted off and fired up the nearest working Windows machine which happened to be a recently abandoned Windows 7 laptop belonging … Continue reading

Posted in Web Development | Tagged , , | 4 Comments

Making an entire <li> menu clickable

Today I came across this problem. I had a standard little vertical menu that looked like so (hover state is the darker colour). The markup is very simple: <div class=”menu”> <ul> <li><a href=”#”>A link</a></li> <ul> </div> CSS pretty simple too … Continue reading

Posted in CSS | Tagged , , | Leave a comment