tbare Posted July 23, 2009 Share Posted July 23, 2009 I'm so lost here: http://dev.wannafork.com/humor.php on FF and IE 8, all is well. on IE 6, 7 & 8 (compat mode ON) , after the page loads, if you mouse over the menu, the bottom div (footer image) jumps up to directly under the content div. Additionally, IE7 & 8 (compat mode ON) ONLY, there's a 1px redish line above each menu item (assuming margin, but cant' tell because it's ONLY there on IE7... Any help on either of these problems would be great, as i'm bashing my head against a wall trying to figure them out! Quote Link to comment Share on other sites More sharing options...
tbare Posted July 23, 2009 Author Share Posted July 23, 2009 oh yeah... both the css and the html validate... and as a side note, it's on my de server at my house, so it may be slow... Quote Link to comment Share on other sites More sharing options...
tbare Posted July 25, 2009 Author Share Posted July 25, 2009 i see you people getting distracted on the site... no answers? :-\ Quote Link to comment Share on other sites More sharing options...
haku Posted July 25, 2009 Share Posted July 25, 2009 It wouldn't load in IE for me, so I gave up. Quote Link to comment Share on other sites More sharing options...
tbare Posted July 25, 2009 Author Share Posted July 25, 2009 when? i was having internet problems here a little while ago... did it load in FF? Quote Link to comment Share on other sites More sharing options...
Hybride Posted July 25, 2009 Share Posted July 25, 2009 It looks like an image problem, but my suggestion is to mess with the CSS ids/classes that have the images; also, looking at it, you can use the shorthand version of CSS (instead of declaring font weight, font style, font variant, just use font) which can make it easier to read/load and understand. Quote Link to comment Share on other sites More sharing options...
tbare Posted July 25, 2009 Author Share Posted July 25, 2009 It looks like an image problem, but my suggestion is to mess with the CSS ids/classes that have the images; also, looking at it, you can use the shorthand version of CSS (instead of declaring font weight, font style, font variant, just use font) which can make it easier to read/load and understand. image problem on which? the wrapperFooter bg? something else i noticed is that it's only when you mouse over a menu item that's not the active item (li a:hover as opposed to li.active a:hover)... Quote Link to comment Share on other sites More sharing options...
bronzemonkey Posted July 25, 2009 Share Posted July 25, 2009 Sounds familiar, check here - http://www.positioniseverything.net/explorer.html Can happen sometimes if you're changing the background color of some other properties on :hover. But check at PIE to narrow down the bug you're experiencing and find possible solutions. Quote Link to comment Share on other sites More sharing options...
tbare Posted July 26, 2009 Author Share Posted July 26, 2009 nice... i'll check it out... thanks for the tip... Quote Link to comment Share on other sites More sharing options...
tbare Posted July 29, 2009 Author Share Posted July 29, 2009 So after going through (several times) the bugs on PIE, i'm still lost as to what's gonig on... any other thoughts before i just end up taking off the bottom image altogether (which i really don't want to do!) Quote Link to comment Share on other sites More sharing options...
tbare Posted August 3, 2009 Author Share Posted August 3, 2009 so, i had to put the sidebar and the content inside of a larger div wrapper height auto, width 100%... all fixed now... for those that want to see what WAS going on, broken http://dev.wannafork.com/BugTest/index.html and fixed: http://dev.wannafork.com/downloads.php Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.