Hi , if you look at this in Moz... http://www.firepages.org/ch/
when you mouseover the images the border changes colour...
In IE(6) this does not happen , is this something that IE can't do or am I just doing it totally backwards ?
the CSS I use is ...
.fpa_ex_t_img{width:50;height:50;border:solid 1px black;float:left;margin-bottom:10px;margin:5px;}
.fpa_ex_t_img:hover{width:50;height:50;border:solid 1px gold;float:left;margin-bottom:10px;margin:5px;}
if it can't be done via CSS do you have any javascript alternatives/common workarounds ?
Also , I want (on another similar page) to set the border-color of the image inline (as its dynamically generated [I dont want to rebuild the css file on every request]) , when I do that the :hover above does not work in mozilla nor IE ... can I set :hover inline and if so how ?
cheers !
when you mouseover the images the border changes colour...
In IE(6) this does not happen , is this something that IE can't do or am I just doing it totally backwards ?
the CSS I use is ...
.fpa_ex_t_img{width:50;height:50;border:solid 1px black;float:left;margin-bottom:10px;margin:5px;}
.fpa_ex_t_img:hover{width:50;height:50;border:solid 1px gold;float:left;margin-bottom:10px;margin:5px;}
if it can't be done via CSS do you have any javascript alternatives/common workarounds ?
Also , I want (on another similar page) to set the border-color of the image inline (as its dynamically generated [I dont want to rebuild the css file on every request]) , when I do that the :hover above does not work in mozilla nor IE ... can I set :hover inline and if so how ?
cheers !
Comment