Tycoon Talk
Become a Big fish!
The number 1 forum for online business!
Post topics, ask questions, share your knowledge.
Tycoon Talk is part of Freelancer.com - find skilled workers online at a fraction of the cost.

CSS Forum


You are currently viewing our CSS Forum as a guest. Please register to participate.
Login



Reply
Strange Behavior in IE
Old 01-20-2009, 08:53 PM Strange Behavior in IE
Super Talker

Posts: 131
Trades: 0
I've only checked in IE7, but on this page (and the rest of the pages) the box with links on the left has a very weird behavior of a color on top of the links until you move your cursor over them, in which case they disappear.

Anybody know what's going on?


LINK http://localhost/rossetti/site/testimonials.php
soap is offline
Reply With Quote
View Public Profile
 
 
Register now for full access!
Old 01-20-2009, 09:12 PM Re: Strange Behavior in IE
stevej's Avatar
Professional Multitasker

Posts: 996
Location: Not positive
Trades: 0
You know, I don't have access to your localhost. It just ain't happenin'. Perhaps you could give us some css and html?

- Steve
stevej is offline
Reply With Quote
View Public Profile
 
Old 01-20-2009, 10:56 PM Re: Strange Behavior in IE
Super Talker

Posts: 131
Trades: 0
OOPS!
http://effective-practice-marketing....stimonials.php
soap is offline
Reply With Quote
View Public Profile
 
Old 01-20-2009, 11:13 PM Re: Strange Behavior in IE
stevej's Avatar
Professional Multitasker

Posts: 996
Location: Not positive
Trades: 0
Wow. Just looked at the site in Firefox. Very nice website. I just checked it in IE6, and it's the messiest site I've ever seen. Still looking through the code, I don't have a clue what is setting it off. However, when I looked at it in my text editor I got this notice:



You may want to look into it. May solve a lot of problems.

- Steve
stevej is offline
Reply With Quote
View Public Profile
 
Old 01-21-2009, 01:26 AM Re: Strange Behavior in IE
Super Talker

Posts: 131
Trades: 0
Hate IE6...
soap is offline
Reply With Quote
View Public Profile
 
Old 01-21-2009, 12:13 PM Re: Strange Behavior in IE
LadynRed's Avatar
Defies a Status

Posts: 10,017
Location: Tennessee
Trades: 0
This one turned out to be real easy to fix.

On your <li> in your nav, you are triggering IE6's doubled-float margin bug. This happens when you use float right/left and add a margin going in the same direction - in your case, a float:right with a right margin. To fix this, you need to add display: inline for the <li> items in your nav and everything will snap into place.

You should do this 'fix' using conditional comments to call a separate css file just for IE6 and all it need to contain is the css rules to make IE behave.
__________________
Web Goddess & Web Standards Evangelist :) - Tables Be Gone !!

Please login or register to view this content. Registration is FREE


Please login or register to view this content. Registration is FREE

LadynRed is offline
Reply With Quote
View Public Profile
 
Old 01-23-2009, 08:22 PM Re: Strange Behavior in IE
Super Talker

Posts: 131
Trades: 0
thank you madam
soap is offline
Reply With Quote
View Public Profile
 
Reply     « Reply to Strange Behavior in IE
 

Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off





   
RSS Feed  Feeds: RSS   JS   XML
RSS Feed  Feeds for this forum: RSS   JS   XML



Page generated in 0.50649 seconds with 12 queries