Hi there,
I have an odd problem with my CSS.
The CSS declarations work as expected in all needed browsers apart from IE6. The problem is, I cannot seem to reach an element to define its style.
If you take a look at the following URL
http://thebookshoponline.co.uk - you'll notice in the drop-down menu that the last list in the support dd doesn't have any style attributed to it.
I have tried many different ways to overcome this issue from direct external mapping to inline declaration. The inline declaration does work however, this solution is not ideal, this is only an IE style problem as transparency is used in other browsers.
My question is: Can I use another scripting language to insert inline content if the browser type is IE6 or below? If so, whats better of the two languages (PHP or Javasciprt) and how would the code be written?
Thank you very much for your guidance and assistance.
Start Free Trial