scrollbar in div wont scroll up or down with mouse wheel

This is a discussion on "scrollbar in div wont scroll up or down with mouse wheel" within the Web Page Design section. This forum, and the thread "scrollbar in div wont scroll up or down with mouse wheel are both part of the Design Your Website category.



Go Back   Webforumz.com > Main Forums > Design Your Website > Web Page Design

Notices


Reply
 
LinkBack Thread Tools
  #1 (permalink)  
Old Dec 25th, 2005, 16:20
Junior Member
Join Date: Dec 2005
Age: 25
Posts: 43
Thanks: 0
Thanked 0 Times in 0 Posts
scrollbar in div wont scroll up or down with mouse wheel

Code: Select all
#right {
position: absolute;
top:0;
left:20%;
height:100%;
width:80%;
background:#666666;
overflow: auto;
}
this code successfully adds a scrollbar to my div if the content is large enough..

however, when the scroll bar is there, i cant scroll up or down with the scroll wheel on the mouse like i can on any other page with a scrollbar (even when i click on the div and try scrolling with the wheel it doesnt work)..the only way to move up or down is to manually click on the scroll bar with the mouse and move it..
this is annoying

anyone else had this issue.. can it be fixed with a piece of code in the stylesheet??
Reply With Quote

  #2 (permalink)  
Old Dec 25th, 2005, 21:19
Highly Reputable Member
Join Date: May 2005
Location: U.K
Age: 21
Posts: 739
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via MSN to benbramz
Re: scrollbar in div wont scroll up or down with mouse wheel

hmm ive never expericned this before..

what browser do you have?
Reply With Quote
  #3 (permalink)  
Old Dec 25th, 2005, 21:24
Junior Member
Join Date: Dec 2005
Age: 25
Posts: 43
Thanks: 0
Thanked 0 Times in 0 Posts
Re: scrollbar in div wont scroll up or down with mouse wheel

lol

you wont believe this.. i have just downloaded firefox 1.5 and it works.. hahaha
i was using 1.0.4 before and it didnt work

isnt that funny.. ok, let me just add to this post then something else that concerns me..

at the top of my css page i have the following..
Code: Select all
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN"
"http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" >
now my question is this... how often will i need to change this code... what site do i need to check to find the 'latest' standard declarations.. and so on.. and are these standards compatible for all browsers...

maybe that code had something to do with why it wasnt working on the old mozilla firefox browser i dont know..
Reply With Quote
  #4 (permalink)  
Old Dec 25th, 2005, 21:27
Highly Reputable Member
Join Date: May 2005
Location: U.K
Age: 21
Posts: 739
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via MSN to benbramz
Re: scrollbar in div wont scroll up or down with mouse wheel

i have no idea....lol

maybe theres somthing on the w3c website that would tell you..
Reply With Quote
  #5 (permalink)  
Old Dec 25th, 2005, 21:38
Junior Member
Join Date: Dec 2005
Age: 25
Posts: 43
Thanks: 0
Thanked 0 Times in 0 Posts
Re: scrollbar in div wont scroll up or down with mouse wheel

is lol in the dictionary yet...
most people know the word, im sure it is used nowadays more then a lot of words in there.

oh and if anyone else knows the answer to the mysterious code at the top of the page then let me know..

what would be good is if there was a one page site that says...

todays date is:......
please use this bit of code......
we will email you when you have to change it....

someone make that site!
Reply With Quote
Reply

Tags
scrollbar, div, wont, scroll, down, mouse, wheel

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

Similar Threads
Thread Thread Starter Forum Replies Last Post
3D Scrolling Wheel in z-axis bunty07 Flash & Multimedia Forum 1 Mar 11th, 2008 12:07
IFrame left horizontal scrollbar and top horizontal scroll bar jadeite100 Web Page Design 6 May 29th, 2007 09:45
Firefox issue - Not able to scroll down and up thru mouse wheel navigation icon kallol Web Page Design 1 Apr 16th, 2007 11:34
CSS Scrollbar ??? j4mes_bond25 Web Page Design 1 May 10th, 2006 09:41
Scroll button to scroll flash page helpmhost Flash & Multimedia Forum 3 Apr 26th, 2006 11:30


All times are GMT. The time now is 16:14.


Powered by vBulletin®
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.2.0 RC8
© 2003-2008 Webforumz.com : All Rights Reserved

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43