David Bailey wrote:
> Hi,
> 
> I've got a couple of problems with IE 6 (and probably other versions,  
> I don't have other IE browsers in order to check) which all work fine  
> in Safari and FF. I've struggled with this for a few hours now, and  
> looked for answers, but to no avail.
> 
> http://www.widemannviolins.com/index.php
> 
> 
> 1. Text content:
> The text drops down below the image on the right instead of being  
> parallel to it. I'm sure I've seen something about this problem  
> before in one of my books, but I can't find it for the life of me.


What text content are you referring to? Both IE6 and other browsers show 
the image on the right (a man) quite parallel to any text that I can see.


> 2. Stripes:
> The gray stripes under the navigation bar at the top and the bottom  
> redish band at the bottom drops too low (the bottom one gets tangled  
> with the footer text.


This is interesting, still analyzing why. The fix is to give the 
div#footer hasLayout [1].

#footer { /* hasLayout trigger */
   height:1%;
}



> 3. The Main Nav bar text:
> I have used WebAssist's CSS MenuWriter for this (I thought it would  
> save time!). I am having trouble getting this to work well.  
> Apparently IE requires width and height to be declared rather than  
> auto. Is there any way to get this looking like it does in Safari and  
> FF?
> It's got it's own its own stylesheet: http://www.widemannviolins.com/ 
> CSSMenuWriter/cssmw/menu_ie.css
> 
> The main style sheet is: http://www.widemannviolins.com/styles/ 
> layout.css
> 
> 
> Any help is much appreciated,
> David


The IE6 style sheet has the text with this color

ul#cssmw li span a {background-color: #7D201C;}


but in the main style sheet you the same color as the background color 
of the div#mainNav.

#mainNav {background-color: #7d201c;}


There is possibly other issues with this menu and IE6. The above should 
give you a start.


1 <http://www.satzansatz.de/cssd/onhavinglayout.html>


-- 
Alan http://css-class.com/

Armies Cannot Stop An Idea Whose Time Has Come. - Victor Hugo
______________________________________________________________________
css-discuss [cs...@lists.css-discuss.org]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
List policies -- http://css-discuss.org/policies.html
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to