see if adding display:inline-block to the span's style, or setting
line-height property, helps.
iirc, span, by default,  is not a block-level element, and thus uses the
line-height of its parent for its height...

Azadi Saryev
Sabai-dee.com
http://www.sabai-dee.com/


On 25/09/2009 18:50, Richard White wrote:
> Hi
>
> we are using the tag cf_barcode and although we can change the height in IE 
> it is not changing in firefox. The code that sets the height is as follows 
> (note: attributes.barheight). can anyone spot what could be causing this?
>
> <span 
> style="border-right:#val(mid(code39[asc(mid(Attributes.InputValue,i,1))],1,1)*(Attributes.BarWidth)+(Attributes.BarWidth/2))#px
>  solid; border-color: black; height: 
> #Attributes.BarHeight#px;margin-bottom:#Attributes.MarginBottom#px;margin-top:#Attributes.MarginTop#px;"></span>
>
> thanks
>
> richard 
>
> 

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Want to reach the ColdFusion community with something they want? Let them know 
on the House of Fusion mailing lists
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:326626
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

Reply via email to