This is a discussion on "newbie needs help, brickwall hit" within the Web Page Design section. This forum, and the thread "newbie needs help, brickwall hit are both part of the Design Your Website category.
|
|
|
|
|
![]() |
||
newbie needs help, brickwall hit
|
||
| Notices |
![]() |
|
|
LinkBack | Thread Tools |
|
#1
|
|||
|
|||
|
newbie needs help, brickwall hit
Hi all, I am having a problem with a website I am designing. The problem centre's around area of the page which has a scrolling content cell and the height attribute when it is set to 100%.
Everything works and looks as planned in IE but mozilla firefox just won't play ball. I am aware that if I play with the relevant css class attached to the cell and set the height to something in pixels I can get a similar look but the scroll bar does not increase or decrease then to fit the page accordingly and when you change the height to 100% firefox just does not recognise it. Any ideas or help would be welcome as I have searched and searched for an answer with no real solution. Link below http://myweb.tiscali.co.uk/darrengalewebdesign regards Darren1969 Last edited by darren1969; Sep 13th, 2006 at 17:02. |
|
|
|
#2
|
||||
|
||||
|
Re: newbie needs help, brickwall hit
Make sure you have overflow: auto; in the appropriate block. If it still acts up, you have a booboo somewhere, but you can always set overflow:hidden; which will get rid of the scroll bar.
|
|
#3
|
|||
|
|||
|
Re: newbie needs help, brickwall hit
I take it this is a new site so still chance to do it right! Please get rid of all those table bits and pieces just used for layout purposes. Code to modern standards compliant. Seperate out ALL css into a seperate file and <link... it into your html pages. DO NOT use none standard propriatory attributes. And as Mason says the problem lies in the way you have defined your css for the scrolling div. |
|
#4
|
|||
|
|||
|
Re: newbie needs help, brickwall hit
Hi,
thanks for the quick replies, being very reliant on dreamweaver, it looks like i will have to get reading as my css knowledge is very limited. regards darren1969 |
![]() |
| Tags |
| newbie, needs, help, brickwall, hit |
| Thread Tools | |
|
|