/ Published in: CSS
Expand |
Embed | Plain Text
zoom: 1; *display: inline; /* example usage */ ul { display: inline-block; zoom: 1; /* IE7 */ *display: inline; /* IE7 */ }
You need to login to post a comment.
zoom: 1; *display: inline; /* example usage */ ul { display: inline-block; zoom: 1; /* IE7 */ *display: inline; /* IE7 */ }
You need to login to post a comment.