Topic: Scrolling layers sizing issues.. please help (Page 1 of 1) |
|
---|---|
Neurotic (0) Inmate Newly admitted From: |
posted 12-01-2004 22:56
hi there, I am using Dreamweaver MX 2004 and have created a layout which contains a layer which I have set to scroll using the "overflow=auto" command and I was wondering if anyone knew the commands or code to make the area ONLY scroll up and down and not side to side as that is just a burden to people who visit the site... |
Maniac (V) Inmate From: Den Haag: The Royal Residence |
posted 12-02-2004 01:45
Well you could try Min-width and Max-width both set to the same value. Either the page will turn to crap or the element will held open at Min-width and it will not scale beyond the Max-width. Essentially it will thus stay the same. But the content may be clipped beyond the border of the element. Just experiment and let us know what happens |
Obsessive-Compulsive (I) Inmate From: Kalamazoo, MI USA |
posted 12-02-2004 04:09
Any idea what the code would look like. I am a n00b to alot of the coding aspects of site creation (well, the more advanced coding anyways) and would love to know more..... quote:
|
Maniac (V) Mad Scientist From: :morF |
posted 12-02-2004 04:22
*Skaarjj boots this thread in the arse over to the CSS forum* |
Obsessive-Compulsive (I) Inmate From: Kalamazoo, MI USA |
posted 12-02-2004 04:45
Sorry skaarjj just trying to understand everything quote:
|
Obsessive-Compulsive (I) Inmate From: Kalamazoo, MI USA |
posted 12-02-2004 05:29
Hey there.... I think I may have actually kinda got it down with DIV tags and whatnot.... can yall please check it out with your browsers and resolutions and let me know how it turns out for you all ? quote:
|
Obsessive-Compulsive (I) Inmate From: Kalamazoo, MI USA |
posted 12-02-2004 05:31
AHHHHHHHHHHHHHHHHHHHHHH !!!!!!!! I have both MIE (ick) and Mozilla Firefox and notice that, while the DIV layer looks great on my MIE browser window, it is off on the Firefox window... any suggestings or code snippets I can use to defeat this ? quote:
|
Maniac (V) Mad Scientist From: :morF |
posted 12-06-2004 08:24
same thing I posted in another thread, you'll probably have to change your CSS so that the box is in the correct position in Firefox and hack the CSS so it fits in IE using a concept or two from here: http://www.washington.edu/webinfo/snippets/css/boxmodel.html |