Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations derfloh on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. jasinner

    change div bg-image onclick

    that did it guys, thanks!
  2. jasinner

    change div bg-image onclick

    I'm trying to find a way to change the background-image of a div when certain elements are clicked. Here is what I have but it isn't working: ... #bgimage { position:absolute; background-image: url(1.jpg); top:10px; left: 220px; width: 767px; height: 549px; } ... <img src="1thumb.jpg"...
  3. jasinner

    how to scroll a div

    Thanks guys I found what I was looking for: http://www.dhtmlcentral.com/script/script.asp?id=4 I did this and changed onmouseover/onmouseoff to onmousedown/onmouseup. Thanks!
  4. jasinner

    scrolling without scrollbars

    I'd like to scroll a div (vertically) without scrollbars. I'd like to have two links "up" and "down" that scroll the div respectively onclick. I found an example a while back that set the div overflow to hidden and used javascript to scroll the contents but cannot seem to find it again. Any...
  5. jasinner

    how to scroll a div

    I'm looking for a way to scroll a div with overflow hidden with two onclick links (up and down) so that I can hide the ugly scrollbar and make my page not user friendly. Thanks!

Part and Inventory Search

Back
Top