Hi... Well the problem is that i have 2 divs in my page... and one have 1 horzizontal scrollbar adn the other one have another horizontal scroll bar.. and want that if i move one scroll bar the other one move in the same time... i dont know if this is posible but if anyone can help i will be really gratefull.
THanks.

CSS time!

The overflow attribute of a block element (such as div) can be set in a stylesheet.

<style type="text/css">
div {overflow: scroll;}
</style>

You can choose overflow to be visible, hidden, scroll, or auto.

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.