i have used the technique from this website
http://mauzon.com/pseudoclasses-firs...child-for-ie6/
whereby ie6 will support first child and last child
i would like to display a background image for the 1st list item i have tried different combinations however the background image that i want is not being displayed for the 1st list item it is working if i want a background color however what i need is a background image so i guess the issue is with the syntax or the quotes
can anyone look at the code and let me know how to fix this
my css code
.topmenu li {background-image: expression(this.previousSibling==null?url(‘absolut e/path/to/topmenu_divider.jpg’):url(‘absolute/path/to/topmenu_divider1.jpg’));}
any help will be appreciated
thanks
|