Can anyone help me I am new to dreamweaver and have created two pages at www.skinnycardcompany.co.uk. The ''index'' page is shorter than the ''about'' page. You can see when click onto these two linked pages.
What I want to do is to ensure that the footer always is at the bottom of the page irrespective on the page height to ensure consistency of the look.
Also the banner seems to jump when using Firefox but not on IE7 whaen you click to eah page is this normal in Firefox browser ?
Get Footer to stay at bottom of pageFor your footer problem insert the following into your footer css code:
clear: both;
HTH
PZ
Get Footer to stay at bottom of pageTried this but did not work
Can you show us the page (link etc.), as without something to work with, it would all be just guess work?
PZ
The page is listed in the OP as www.skinnycardcompany.co.uk
But I'm guessing he fixed it as I don't see either symptom in IE 7 or FF 3. Footer is always at the bottom of the page and I see no ''banner jump''.
If the banner jump is related to a scroll bar being visible or not (your browser viewport may be taller than mine), adding the following to the CSS is the typical cure:
html, :root {overflow-y:scroll;}
--
Mark A. Boyd
Keep-On-Learnin' :-)
This message was processed and edited by Jive.
It shall not be considered an accurate representation of my words.
It might not even have been intended as a reply to your message.
It worked in mine also so -
I thought I was looking at the wrong page!
PZ
No comments:
Post a Comment