RE: Subject: DIVs and horizontal scroll -- WAS: RE: [WSG] the mysteries of float - i seek enlightenment

2005-05-27 Thread Chris Taylor
Thanks everyone. In the end I used Gunlaug's solution (slightly modified), and wrapped the calendar table in an extra DIV with a class of horizontalscroll: .horizontalscroll { overflow: auto; margin: 0 0 0 1em; width: 95%; _overflow-y: visible; padding: 0

Subject: DIVs and horizontal scroll -- WAS: RE: [WSG] the mysteries of float - i seek enlightenment

2005-05-26 Thread Chris Taylor
Hi, Posted this with an incorrect subject first time, sorry about that. The end of the week looms and my brain is starting to shut down. I'm trying to get a very wide table to appear inside a DIV and scroll horizontally, but not vertically. Take a look at http://www.egton.net/yearview/index.html

Re: Subject: DIVs and horizontal scroll -- WAS: RE: [WSG] the mysteries of float - i seek enlightenment

2005-05-26 Thread Parker Torrence
Have you tried .databox { padding: 0.5em; overflow: auto; } Parker ** The discussion list for http://webstandardsgroup.org/ See http://webstandardsgroup.org/mail/guidelines.cfm for some hints on posting to the list getting

Re: Subject: DIVs and horizontal scroll -- WAS: RE: [WSG] the mysteries of float - i seek enlightenment

2005-05-26 Thread Roberto Gorjão
Hi Chris, Here's what you need: #pane2 { position:relative; height:auto; background-color: #FF; margin: 0 1em 0 1em; border: 1px solid #404040; overflow:auto; } Hope that is useful! Roberto Chris Taylor wrote: Hi, Posted this with an incorrect subject first time, sorry about that.

Re: Subject: DIVs and horizontal scroll -- WAS: RE: [WSG] the mysteries of float - i seek enlightenment

2005-05-26 Thread Roberto Gorjão
So sorry about the receipt request! Please appologise for the inconvenience. It was my first post here... I've turned it off! Roberto Chris Taylor wrote: Hi, Posted this with an incorrect subject first time, sorry about that. The end of the week looms and my brain is starting to shut down.

Re: Subject: DIVs and horizontal scroll -- WAS: RE: [WSG] the mysteries of float - i seek enlightenment

2005-05-26 Thread Gunlaug Sørtun
Chris Taylor wrote: I'm trying to get a very wide table to appear inside a DIV and scroll horizontally, but not vertically. Take a look at http://www.egton.net/yearview/index.html to see what I mean. What I would like is for the calendar table to be horizontally scrollable inside Tapes due