Inline-block problem in firefox 1 & 2

29 November 2008 von Sinan Yasar Kommentieren »

Inline-block is really nice feature of css2.1 and css3, but unfortunately you have to make a work-around to achive its result in firefox 2. Mozilla guys fixed it in firefox 3 but i believe there is still plenty of people using firefox 2 or older. So there is that trick which i mention…

	display: -moz-inline-block;
	display: inline-block;

This fixes the problem :)

Werbung

Hinterlasse einen Kommentar