View Single Post
  #2 (permalink)  
Old 03-16-2004, 11:14 PM
matauri matauri is offline
WebProWorld 1,000+ Club
 
Join Date: Jul 2003
Location: Western Australia
Posts: 1,336
matauri RepRank 0
Default

Are you talking about customizing scroll bars by changing their colour? And when you validated, was it with an external css file? And if so, did you validate the css?

To my knowledge, customized scroll bars arent supported by xhtml, but are also only supported by IE & not other browsers.

My reckoning would be that the XHTML doctype didnt display the customization, whereas the HTML would. But if you had the formatting in a separate css file, then the XHTML page would still validate, even though it wouldnt show the scroll bar.

Have you checked it in other browssers apart from IE? There are many customisations that arent supported from browser to browser,or from HTML to XHTML, hence why there are so many hacks in place to deal with them. The reasoning behind XHTML was to try & make code compatable with all current & future technologies.
__________________
Web Development Community ::: Forum ::: Library

It' time for Progressive Web & IT Development!
Reply With Quote