RE: [WSG] IE7 - content not displaying

2008-04-22 Thread EBS Admin
 This is what you've got at the moment

 

 div class=clear-fix/div

  /div

  div id=page-footer-links

ul id=footer-links

  lia href=null.html id=footer-first-linkWisconsin History
Store/a/li

  lia href=null.htmlAbout Us/a/li

  lia href=null.htmlMedia Relations/a/li

  lia href=null.htmlGovernment Services/a/li

  lia href=null.htmlContact Us/a/li

/ul

  /div

/div

/body

/html

 

Try

 

  /div

  div class=clear-fix/div

  div id=page-footer-links

ul id=footer-links

  lia href=null.html id=footer-first-linkWisconsin History
Store/a/li

  lia href=null.htmlAbout Us/a/li

  lia href=null.htmlMedia Relations/a/li

  lia href=null.htmlGovernment Services/a/li

  lia href=null.htmlContact Us/a/li

/ul

  /div

/div

/body

/html

 

  _  

From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On
Behalf Of Likely, James A.
Sent: 22 April 2008 14:20
To: wsg@webstandardsgroup.org
Subject: [WSG] IE7 - content not displaying

 

Hello, 

I am in the process of coding some templates for a client. Of course,
everything works well in Firefox, but IE7 is giving me some problems. 

The footer on the page is not appearing, but the space that it is meant to
hold the footer is present.  I know about the peek-a-boo effect for IE, but
this does not seem to be the case. Does any one have any suggestions on how
to fix this?

Example:  http://wisconsin.joekiosk.com/version2/research.php
http://wisconsin.joekiosk.com/version2/research.php 

Thanks for the help. 

James 

 


***
List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
Help: [EMAIL PROTECTED]
***


***
List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
Help: [EMAIL PROTECTED]
***

RE: [WSG] IE7 - content not displaying

2008-04-22 Thread Darren Lovelock
Hi James,
 
I'm not sure but it may be because of the extra /li's here:
div id=idx-content-bottom

ul class=lower01

  li class=promo-section-01 img src=images/delete-lower.gif /

h3Ask an Expert/h3

Need help? We can help answer your questions! a
href=null.htmlSend us an email/a /li


  li class=promo-section-02img src=images/delete-lower2.gif /

h3National Register/h3

We manage the nomination process for listing WI Properties.. a
href=null.htmlLearn more /a /li

  /li

  li class=promo-section-03img src=images/delete-lower3.gif /

h3Share your project!/h3


John Doe is restoring his 1918 Victorian, a href=mull.htmlview
his project/a and share yours! /li

  /li

/ul

Darren Lovelock
Munky Online Web Design
 http://www.munkyonline.co.uk/ http://www.munkyonline.co.uk
T: +44 (0)20-8816-8893



  _  

From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On
Behalf Of Likely, James A.
Sent: 22 April 2008 14:20
To: wsg@webstandardsgroup.org
Subject: [WSG] IE7 - content not displaying



Hello, 

I am in the process of coding some templates for a client. Of course,
everything works well in Firefox, but IE7 is giving me some problems. 

The footer on the page is not appearing, but the space that it is meant to
hold the footer is present.  I know about the peek-a-boo effect for IE, but
this does not seem to be the case. Does any one have any suggestions on how
to fix this?

Example:  http://wisconsin.joekiosk.com/version2/research.php
http://wisconsin.joekiosk.com/version2/research.php 

Thanks for the help. 

James 



***
List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
Help: [EMAIL PROTECTED]
*** 


***
List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
Help: [EMAIL PROTECTED]
***

Re: [WSG] IE7 - content not displaying

2008-04-22 Thread Gunlaug Sørtun

Likely, James A. wrote:


The footer on the page is not appearing, but the space that it is
meant to hold the footer is present.  I know about the peek-a-boo
effect for IE, but this does not seem to be the case. Does any one
have any suggestions on how to fix this?

Example: http://wisconsin.joekiosk.com/version2/research.php


Start by adding a 'hasLayout'[1] trigger to the bottom-container, for
example...

#idx-content-bottom {height: 1%;}

That'll give IE/win something to hold on to when it tries to figure out
where to display the rest.


BTW: a div is 'display: block' by default, so all those 'display: block'
on divs is butter on fat that doesn't help any browser.

regards
Georg

[1]http://www.satzansatz.de/cssd/onhavinglayout.html
--
http://www.gunlaug.no


***
List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
Help: [EMAIL PROTECTED]
***