Announcement

Collapse
No announcement yet.

100% Height??? Help Please!

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    100% Height??? Help Please!

    Hi

    Im trying to make my site 100% height. Everything is great apart from the fact that it doesn't fill the page. It's like there is a great big white box at the bottom of the page.

    the address is www.northstardesign.co.uk/empress

    the code shows nothing there, however if I make the background colour of the whole page grey it doesn't show at the bottom, like something is covering it.

    Any ideas?

    Tom

    Northstar Design

    #2
    Remove or comment out this in line css from your template
    Code:
    <style type="text/css">
    <!--
    .style1 {
    	color: #FFFFFF;
    	font-family: Arial, Helvetica, sans-serif;
    	font-size: 11px;
    }
    
    html,body{
    	margin:0;
    	padding:0;
    	height:92%;
    	border:none;
    }
    
    #fullheight {height:100%;}
    body {
    	background-color: #999999;
    }
    -->
    </style>
    Bill
    www.egyptianwonders.co.uk
    Text directoryWorldwide Actinic(TM) shops
    BC Ness Solutions Support services, custom software
    Registered Microsoft™ Partner (ISV)
    VoIP UK: 0131 208 0605
    Located: Alexandria, EGYPT

    Comment


      #3
      I removed the height=92% from the embedded CSS in FireFox and the bottom images dropped to the bottom... you should not really use embedded CSS as this makes future maintenace more complex ... copy what you need into the external sheet


      Bikster
      SellerDeck Designs and Responsive Themes

      Comment

      Working...
      X