Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS Please Help; IE Browser Compatibility Issue Re: Please Help; IE Browser Compatibility Issue

#99573

AWESOME YOU SOLVED IT!!!! :) Thank you so much! I really only needed to define the visited state. I had it there, but I never gave it a button background. Going with what you said, I made the visited state have the up background (the same as my a:link state). In other words, I don’t really need a visited state I just need the button to stay the same and not go white when it loses focus the first time.

As for changing focus to active, I’m not completely following you on that one. Let me explain. What I’m after is I want a given button to reflect the page you are on with either a different background color or graphic. That seems to me to be the focus. The active state on the other hand, seems to be right when you click on the button…..like if you wanted the button to press inward as you click to give a realtime effect that it’s getting pushed at the instance you click it. Once the click is done, the image change goes away. That won’t work for having the button reflect what page you are currently on right? So, that brings me back to the need to use the focus state. Perhaps I’m still not understanding.

Thanks!