[css-d] display: inline-block

2008-10-21 Thread Ed Pybus
Hi,

Is there a fix for display:inline-block for IE5, or is it now worth 
worrying about the 0.1% [1] still using IE5?

Here's an example of how I'm wanting to use it 
http://www.slrecords.net/mba/buttons.html

Also I can't work out why I need a br in the a elements for it to 
display the hover text properly?

Cheers
Ed

[1] http://www.w3schools.com/browsers/browsers_stats.asp


ps thanks to www.tjkdesign.com !
__
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
List policies -- http://css-discuss.org/policies.html
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/


[css-d] display: inline-block

2005-11-19 Thread Erwin Heiser
Hi all: a short question: is there a way to use

a  {display: inline-block;}

and still have your CSS validate?
the validator gives this as an error although I believe it's a valid
CSS2 value for display.
Any alternatives to this?
__
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/


Re: [css-d] display: inline-block

2005-11-19 Thread Rimantas Liubertas
2005/11/20, Erwin Heiser [EMAIL PROTECTED]:
 Hi all: a short question: is there a way to use

 a  {display: inline-block;}

 and still have your CSS validate?
 the validator gives this as an error although I believe it's a valid
 CSS2 value for display.
 Any alternatives to this?


display: inline-block is valid in CSS2.1. CSS validator defaults to CSS2, but
in http://jigsaw.w3.org/css-validator/validator-uri you can select to
use CSS2.1 (choose
form Profile drop-down).

Regards,
Rimantas
--
http://rimantas.com/
__
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/