Spike Spencer wrote:

>Hi guys,
>We're looking for a reliable method of doing the following. Everything
>we have tried just doesn't work.
>First of all, our site is center-aligned. There are four circular
>images that, when in the :hover state, need to display a menu beneath
>them (Hey, I didn't write the design brief!) all on the same line.
>Crucially, it needs to be liquid and display fine in IE6/FF1.5
>  
>
Hi Spike,
It sounds like you can solve it with:
    <a id="circle1" href="#stayhere"><img src="circle1.gif"><span>menu 
over here</span></a>
and:
    #circle1 a span { margin-left: -9999px; }
    #circle1 a:hover span { margin-left: 0 px; }
to toggle the menu.
But it will depend on real html / css in your page! - Do you have a 
testpage to get a better impression ? And/or some "screenshot" images of 
what must be the results?

Greetings,
francky
______________________________________________________________________
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
IE7b2 testing hub -- http://css-discuss.incutio.com/?page=IE7
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to