Tech Support Guy banner
Status
Not open for further replies.

Solved: Calling all CSS gurus!

1K views 8 replies 5 participants last post by  dmurfitt 
#1 ·
I've made some CSS popups which display some text in a box near the link, but it's only working in Firefox, not IE. Does anyone have any ideas how I can fix this?

Edit: link removed

It seems to be something to do with this bit

Code:
#iButtons a span {
	display:none;
}
Thanks a lot :)
 
#7 ·
Yeah I noticed that, I was going to look into CSS preloading. I think browsers should preload :hover graphics anyway. Foor the time it saves not loading them, it look pants when you do finally hover over them.

Managed to get it sorted in the end with this:

#iButtons a:hover { display: inline-block;}

Thanks everyone :)
 
Status
Not open for further replies.
You have insufficient privileges to reply here.
Top