PDA

Click to See Complete Forum and Search --> : rollover with iframe


milesphillips
11-07-2006, 05:07 PM
Hi everybody!
Was wondering if anyone can help me?

I have a little problem with keeping a roller over (mouse up, mouse over ..swap image) up so that the change of color on image link stays a different color when having a certain page viewable in the floating window.

click on ICT services -- how to keep this link dark pink?
http://www.duosin.com/intelium/

thank u kindly ~ m

ryanmclaughlin
11-07-2006, 07:39 PM
The easy way to do it would be to make the background pink in the a:visited argument in the CSS. However, this is going to make it stay pink if someone navigates away and then back to your site, or even to another page on the site.

There are other easy solutions such as Javascript or Flash, but the one I would recommend taking a look at is a slightly more complicated CSS trick called the Body ID/class method.

This page explains it better than I can:

http://www.websiteoptimization.com/speed/tweak/current/

milesphillips
11-07-2006, 09:11 PM
thank you Ryan, I'm going to give it a try. Wish me luck!