[themes] CSS gurus

morten.dk drupal at morten.dk
Tue Nov 13 15:33:21 UTC 2007


Use the good old clearfix hack - the problem comes in safari 2(.04)  
when you get multible float left element after each other then the  
parent element - here its the fieldset dosnt get that its a block.  
and get those 	.project-issue .node-form div.inline-options .form- 
item <div>'s in line

	fieldset:after {content: "."; display: block; height: 0;  clear:  
both; visibility: hidden;}
	fieldset {display:inline-block;} /*ie7 dosnt validate - but fixes  
the prob ...*/
	fieldset {display:block;} /*opera & safari */
	/*ie6 and no IE mac*/
	/* Hides from IE-mac \*/
	* html fieldset {height: 1%;}
	/* End hide from IE-mac */



/morten.dk
noget med ILD


On 13/11/2007, at 15.17, Dries Buytaert wrote:

>
> Can I cast some CSS gurus in this issue?
>
>    http://drupal.org/node/148712
>
> Thanks,
>
> --
> Dries Buytaert  ::  http://www.buytaert.net/
>
>
> _______________________________________________
> themes mailing list
> themes at drupal.org
> http://lists.drupal.org/mailman/listinfo/themes

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.drupal.org/pipermail/themes/attachments/20071113/cddc097f/attachment.htm 


More information about the themes mailing list