![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
#3
| |||
| |||
|
|
I've managed to achieve the effect I wanted in IE6 - although I had to use an experession to set the vertical height of a div (I want it to have an overflow and scroll) but I can't work out a way to duplicate the effect in Mozilla/Firefox the code is here: http://www.fogcat.co.uk/example/example.html Can anyone point me in the right direction - or at least tell me if it is or isn't possible to get the same functionality in Firefox (I don't have access to Opera, Konquerer and Safari at the moment so I'm not even starting to worry about them.) |
#4
| |||
| |||
|
|
Imteresting that you use the Strict DTD and yet use MS Proprietory code for height which only IE recognizes (do you see the conflict there?). Use the proper height declaration as per: http://www.w3.org/TR/CSS21/visudet.html#propdef-height which every browser, including IE, recognizes. Then you will have a vertical scrollbar for all. |
#5
| |||
| |||
|
#6
| |||
| |||
|
#7
| |||
| |||
|
|
Thank's for all your help there, much appreciated. I have now got something that seems to work - it involves using some very thick top and bottom borders to position the scrolling area. I "borrowed" the idea from: http://www.stunicholls.myby.co.uk/layouts/bodyfix.html My implementation is at http://www.fogcat.co.uk/example/ex10.html |
![]() |
| Thread Tools | |
| Display Modes | |
| |