1 reply [Last post]
rockfin
rockfin's picture
Offline
newbie
Last seen: 12 years 23 weeks ago
Timezone: GMT+2
Joined: 2010-10-19
Posts: 1
Points: 2

Hi to everyone! Smile
I have a series of controls in my html:

<div id="controller">
        <a id="size1" onclick = "javascript:SetFontSize('80');">A</a>
	...
	...
</div> 

in css I have #controller a:hover{border-color: #CCC}  

on load the :hover property is showed, but after the first click on "size1" anchor, :hover isn't showed anymore. I wish I could see it in action. I tried setting also :link, :visited and after :hover, :active, but it didn't worked anyway. Sad Anyone has any ideas? Anthony.

Vade
Vade's picture
Offline
Enthusiast
Ireland
Last seen: 12 years 17 weeks ago
Ireland
Joined: 2007-08-13
Posts: 315
Points: 276

Can you show us all your

Can you show us all your validated HTML and CSS or a link to a test site