Global Moderator Community Supporter?
Jedai Sword Master
Gender:
Posts: 6691
34714 credits Members referred : 374
It's time to use PHP5!
« Reply #3 on: Jul 19, 2007, 03:06:35 pm »
try for the UL element
list-style-type:none;
Tim Nash
Global Moderator Community Supporter?
Internet Junkie
Posts: 2175
5052 credits Members referred : 2
Venture Skills - New Media & IT group
« Reply #4 on: Jul 19, 2007, 03:14:32 pm »
solved it
Code:
list-style-type:none;
in the li element makes it vanish in firefox, rather then declaring it in the div, or ul odd never come across that problem before cheers for the help guys
Global Moderator Community Supporter?
Jedai Sword Master
Gender:
Posts: 6691
34714 credits Members referred : 374
It's time to use PHP5!
« Reply #5 on: Jul 19, 2007, 03:17:26 pm »
I see this "bad" CSS code very often in free CSS templates like:
background:none;
some nasty CSS code works fine but some not. I guess the CSS validator will tell the same
Tim Nash
Global Moderator Community Supporter?
Internet Junkie
Posts: 2175
5052 credits Members referred : 2
Venture Skills - New Media & IT group
« Reply #6 on: Jul 19, 2007, 03:26:20 pm »
it validates fine and after some research it is the correct method, it was my misuse of list-style:none; which was the problem By the ways for those interested in what sliding doors is all about http://www.alistapart.com/articles/slidingdoors/