Not signed in (Sign In)

SkillShare - A place to discuss Web Standards and Web Design topics

Categories

Vanilla 1.1.9 is a product of Lussumo. More Information: Documentation, Community Support.

  1.  permalink
    I am a complete beginner and am in the middle of a site for my mum-in-law - have been working away on firefox with no problem but just logged into IE7 and the bottom of my pages are not showing.

    Is there an easy fix? first page is http://www.teachcuailgne.com/testsite/index.html

    Many thanks if you could point me in the right direction....
  2.  permalink
    The problem is that the .text element has a fixed height (440px) and when the content extends beyond the set height it gets cut off in IE.

    I would suggest fixing by not declaring a fixed height for the .text element.

    Or, if the height must be 440px then add overflow:scrollbar; to the .text CSS declarations.

    Hope that helps.
    Ben
  3.  permalink
    Ben - thanks - that worked a treat!!!!
Add your comments
    Username Password
  • Format comments as (Help)