[css-d] more IE 6 problems

2007-08-26 Thread JGardner
Hello,

I am having some positioning problems with IE 6 - it looks correct in IE 7, 
Firefox, and Safari ( I don't know about any others).

On the home page, there is extra white on the right hand side of the container, 
you can see it here - http://www.jgardnerdesigns.com/

Then on the FAQ page the question mark image displays in the middle of the page 
instead of to the left.  You can see it here - 
http://www.jgardnerdesigns.com/faq.htm

Any help or guidance would be greatly appreciated - I don't know what I would 
do without this group!!

Thanks,
Jennifer




   
Ready
 for the edge of your seat? 
Check out tonight's top picks on Yahoo! TV. 
http://tv.yahoo.com/
__
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
IE7 information -- http://css-discuss.incutio.com/?page=IE7
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/


Re: [css-d] more IE 6 problems

2007-08-26 Thread Rafael
JGardner wrote:
 On the home page, there is extra white on the right hand side of the 
 container, you can see it here - http://www.jgardnerdesigns.com/
   
That seems to be caused by your
  #container #content-home #services-box{
margin-right:5px;
  }
it seems you don't need it.

 Then on the FAQ page the question mark image displays in the middle of the 
 page instead of to the left.  You can see it here - 
 http://www.jgardnerdesigns.com/faq.htm
   
Oh, I remember this one. I actually never knew why was it there 
(what triggers it), but it disappears if you use any border on the (top 
side of the) container, and that's what I did, sorry I can't help you 
more than this. Anyone else?

Rafael.
__
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
IE7 information -- http://css-discuss.incutio.com/?page=IE7
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/