Topic awaiting preservation: Dynamic enable/disable of horizontal scrolling (Page 1 of 1) |
|
---|---|
Bipolar (III) Inmate From: Magna, UT |
posted 11-28-2003 19:41
I pu to gether a quickie page for my Cousin at http://www.pflaw.net/ and had disabled Horizontal scrolling because I extended a DIV out to 1600 res incase it was viewed from a higher resolution. I left the vertical scroll because I didn't think it distracted from the info on the page and was nessecary for some info. |
Paranoid (IV) Inmate From: Northumberland, England |
posted 11-28-2003 20:24
as mentioned in a previous post in the css forum the best way to to disable the scrollbars cross browser is by using: |
Bipolar (III) Inmate From: Magna, UT |
posted 11-29-2003 08:33
No offense, but that much I can figure out for myself. My problem is I am not a Code Monkey. I can usually adapt code but am not very good at coming up with it from scratch. I am looking for something fairly simple. any sites on where I can find something similar going on, how to check for the right conditions and how change the CSS value based on that. |
Paranoid (IV) Inmate From: Northumberland, England |
posted 11-29-2003 12:24
Not a code monkey eh? code: var reqHeight = 768 // the required viewport sizes
|
Bipolar (III) Inmate From: Magna, UT |
posted 11-29-2003 22:09
Thats great I can usually do pretty good deciphering once I have something that even close to what I am looking for. I don't really plan to mess with the vertical scrolling but I can comment those out. This makes sense and looks good I will givie it a try. |