Hi ,

Good morning.

Well, I had a need where the content page was by default loading scrollbars and body scroll="no" not getting effected i added color to the scrollbars to match the background and now it is working fine in the IE.

But the thing that makes me go down is that what should i do for this scroll bar hiding by setting the color or any similiar techinique only for firefox.

I would like to know how the experts here had over come similiar issue.Please share the tips and hints with me.

with regards

Harish

Recommended Answers

All 3 Replies

There are no "scrollbar" objects in the standard web DOM for HTML, XHTML, etc. Internet Explorer has implemented some non-standard objects.

In other words, you're writing "broken code", which IE will understand, but which any browser that adheres to standards will not.

For firefox i think you could can use "-moz-scrollbars-none" for the overflow property

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.