Hi,
At a client's request, I created menu using images in photoshop and sliced the result. Each option had the actual image and a rollover image. E.g. home.gif and home_over.gif. Several of these images were placed into a divider called #menu. Now, all this looked nice, displayed correctly etc.
However, the client has now decided that they want something different. They now want the menu as text (they say this will increase their SEO loads. I'm not convinced personally) and want to keep the rollover effect (that would be near impossible to do in CSS).
So, at the minute, i somehow need remake the menu using text (easy with css using a list) and make sure that each rollover image for each option (not every option is the same width) line up with the text.
Have been tempted to use varying width's of the <span> tag and give each span a class with a :hover. E.g. li.homeitem li.homeitem:hover. However, I imagine this would take ages to get lined up perfectly.
Can anyone suggest anything here as I'm running out of ideas.
Thanks
At a client's request, I created menu using images in photoshop and sliced the result. Each option had the actual image and a rollover image. E.g. home.gif and home_over.gif. Several of these images were placed into a divider called #menu. Now, all this looked nice, displayed correctly etc.
However, the client has now decided that they want something different. They now want the menu as text (they say this will increase their SEO loads. I'm not convinced personally) and want to keep the rollover effect (that would be near impossible to do in CSS).
So, at the minute, i somehow need remake the menu using text (easy with css using a list) and make sure that each rollover image for each option (not every option is the same width) line up with the text.
Have been tempted to use varying width's of the <span> tag and give each span a class with a :hover. E.g. li.homeitem li.homeitem:hover. However, I imagine this would take ages to get lined up perfectly.
Can anyone suggest anything here as I'm running out of ideas.
Thanks