[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 in the elements for it to display the hover text p

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? > displ

[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?