[css-d] IE not positioning navigation correctly

2006-05-19 Thread GypsiiRose Baptiste
If anyone could take a look at this page:
http://www.hospicevalley.org/
and see if you can figure out why IE on PCs push the top navigation way over
to the right, I would much appreciate it.  It seems to work fine in Firefox
and Safari, but I'm not able to test on PCs right now.
Here is the CSS:
http://www.hospicevalley.org/css/basic.css

My apologies, this is a repost, but I didn't get any replies the first time,
and I'm really stuck.

Thank you,
Rose
__
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
IE7b2 testing hub -- 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] IE not positioning navigation correctly

2006-05-19 Thread GypsiiRose Baptiste
This does fix the positioning of the text, but the background image gets cut
off at the bottom after the text ends.
I had originally fixed that by giving #topnav a min-height, 25 px, the
height of the image.   Now that is being ignored after the list ends. Any
suggestions?



On 5/19/06, Matt Fitzwater [EMAIL PROTECTED] wrote:


 It looks like the dreaded double margin float bug try putting
 display: inline; on your #topnav{
 
 


 GypsiiRose Baptiste wrote:
  If anyone could take a look at this page:
  http://www.hospicevalley.org/
  and see if you can figure out why IE on PCs push the top navigation way
 over
  to the right, I would much appreciate it.  It seems to work fine in
 Firefox
  and Safari, but I'm not able to test on PCs right now.
  Here is the CSS:
  http://www.hospicevalley.org
 
  /css/basic.css
  
   My apologies, this is a repost, but I didn't get any replies the first
  time,
   and I'm really stuck.
  
  




__
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
IE7b2 testing hub -- 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/