Archive for the ‘CSS’ Category

I thought it’s the button that’s unclickable. Actually it’s the label that messes it up.
This one doesn’t work:
<button type=”submit” name=”signin” class=”button” id=”signinb”><label><span>Sign-In</span></label></button>
Workaround:
<button type=”submit” name=”signin” class=”button” id=”signinb”><p><span>Sign-In</span></p></button>

Unordered list in IE6

In: CSS

3 Nov 2008

I am working on a website wherein i need to display a list in a block. It’s working well with Firefox but in IE6, it really sucks! The list-type isn’t displaying. After asking Google I got the solution: Here http://www.sitepoint.com/forums/showthread.php?p=3997492
Thanks Paul O’B for the idea!
This is his solution:

li {float:left;padding:0 10px}
li a {
display:list-item;
[...]


About this blog

An expression... a thought... a joy... a pain... a point of view... a shout... a whisper... an experience... an adventure.. a LIFE of a high spirited girl named Bhee :)

Photostream

Rubie @Twitter

Be part of Software Freedom Day 2009!

Mozilla Philippines Community