Re: line-through in select tag

2010-01-04 Thread Gerald Guido

This worked on FF but not IE 7 (got figure).

select
option  style=text-decoration:line-through;span
style=text-decoration:line-through;#dollarFormat(productData.Price)#/span/option
/select

On Mon, Jan 4, 2010 at 3:18 PM, Chad Gray cg...@careyweb.com wrote:


 Anyone know of a way to get a CSS line-through in an HTML select tag?

 I tried this but it does not work.

 select
 optionspan
 style=text-decoration:line-through;#dollarFormat(productData.Price)#/span/option
 /select


 

~|
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:329401
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


RE: line-through in select tag

2010-01-04 Thread William Seiter

In this page ' http://htmlhelp.com/reference/css/text/text-decoration.html',
this code is used:
span style=text-decoration: line-throughline-through/span

I am able to view the desired effect using IE8 and FF 3.5.6

I cannot test this on IE7 and earlier at the moment, however.

William

-Original Message-
From: Gerald Guido [mailto:gerald.gu...@gmail.com] 
Sent: Monday, January 04, 2010 2:47 PM
To: cf-talk
Subject: Re: line-through in select tag


This worked on FF but not IE 7 (got figure).

select
option  style=text-decoration:line-through;span
style=text-decoration:line-through;#dollarFormat(productData.Price)#/spa
n/option
/select

On Mon, Jan 4, 2010 at 3:18 PM, Chad Gray cg...@careyweb.com wrote:


 Anyone know of a way to get a CSS line-through in an HTML select tag?

 I tried this but it does not work.

 select
 optionspan

style=text-decoration:line-through;#dollarFormat(productData.Price)#/spa
n/option
 /select


 



~|
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:329402
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4