strange drop down gap in firefox
hi there,
i wondering if me out this. i've got xslt page drop-down menus. page works fine in ie, in firefox, there gaps between each of drop down menu items. can see mean at:
http://www.valleypethospital.com/valleypetnewsxml.xml
does know may cause this? not problem prior converting document xslt 1.0 i've added whole bunch of things since then, including doubling javascript outside of xsl:comment function have menus display @ in firefox (if rid of inside comment function won't display @ in ie). realize code long way best practices still hope can me out.
thanks,
evan
i wondering if me out this. i've got xslt page drop-down menus. page works fine in ie, in firefox, there gaps between each of drop down menu items. can see mean at:
http://www.valleypethospital.com/valleypetnewsxml.xml
does know may cause this? not problem prior converting document xslt 1.0 i've added whole bunch of things since then, including doubling javascript outside of xsl:comment function have menus display @ in firefox (if rid of inside comment function won't display @ in ie). realize code long way best practices still hope can me out.
thanks,
evan
on thu, 27 jul 2006 18:09:19 +0000 (utc), "dividual"
<webforumsuser@macromedia.com> wrote:
> wondering if me out this. i've got xslt page
>with drop-down menus. page works fine in ie, in firefox, there gaps
>between each of drop down menu items. can see mean at:
>
> http://www.valleypethospital.com/valleypetnewsxml.xml
add styles:
a img {display: block;float:left;}
gary
<webforumsuser@macromedia.com> wrote:
> wondering if me out this. i've got xslt page
>with drop-down menus. page works fine in ie, in firefox, there gaps
>between each of drop down menu items. can see mean at:
>
> http://www.valleypethospital.com/valleypetnewsxml.xml
add styles:
a img {display: block;float:left;}
gary
More discussions in Dreamweaver support forum
adobe
Comments
Post a Comment