Firefox Image Problem
view link below in firefox. hover (don't click) logo image in upper left. notice how header expands pixel or two. behavior doesn't occur in ie. image has simple link ahref. ideas?
thanks input.
http://www.bjjtapes.com
thanks input.
http://www.bjjtapes.com
jasons wrote:
> view link below in firefox. hover (don't click) logo image in
> upper left. notice how header expands pixel or two. behavior
> doesn't occur in ie. image has simple link ahref. ideas?
>
> input.
>
> http://www.bjjtapes.com
>
it's this:
a:hover {
color: #ff9900;
border-bottom: 1px dotted #ff9900;
text-decoration: none;
}
the border-bottom hover style. when mouse on logo, border appears, pushing
rest 1 pixel down.
--
seb ( ---@webtrans1.com)
http://webtrans1.com | high-end web design
downloads: slide show, directory browser, mailing list
> view link below in firefox. hover (don't click) logo image in
> upper left. notice how header expands pixel or two. behavior
> doesn't occur in ie. image has simple link ahref. ideas?
>
> input.
>
> http://www.bjjtapes.com
>
it's this:
a:hover {
color: #ff9900;
border-bottom: 1px dotted #ff9900;
text-decoration: none;
}
the border-bottom hover style. when mouse on logo, border appears, pushing
rest 1 pixel down.
--
seb ( ---@webtrans1.com)
http://webtrans1.com | high-end web design
downloads: slide show, directory browser, mailing list
More discussions in Dreamweaver support forum
adobe
Comments
Post a Comment