hi guys,
I wanted to get rid of the category headings so
I assigned a new css tag to the category headings, so for instance
accessories now has a <h7>accessories</h7> which has a value of
h7 {
margin: 0.2em 0.3em 0.3em 0;
display: none;
}
works great in firefox and safari but I can still see it in IE
any ideas?
site is at www.littleredsky.com




