Constructing it. I tried converting it to a fixed 3-column CSS-only layout, but 
I had lots of horizontal positioning problems between the columns. However, I 
now know that that was probably because of the sum of the widths of the columns 
being 7px greater than the container. I fixed all the widths before posting :)

As for the javascript, those nav links need to be images, because of the font 
that the client wants. The web designer is typically good about using plain 
text 
and a :hover if it's a "common" font. I know there are CSS methods for doing 
image rollovers, but last I looked, those were buggy in IE6 or some other 
common 
older browser.

The IE6 conditional was put there by the web designer (I'm the programmer and 
more knowledgeable with the "advanced" CSS). That stylesheet likely does not 
exist (yet). Any and all misspellings rest firmly on his shoulders.

I've fixed the conditional statement, created the IE6 stylesheet (with nothing 
in it), and fixed the spelling mistake ;)

However, regardless of whether I use a CSS-only layout, the issue I'm asking 
about will still remain. Any clues?

Alan K Baker wrote:
> Are you re-working the site or are you constructing it?
> 
> If you're re-working it, maybe you didn't get as far as removing or 
> converting stuff, but if you're constructing it, might I suggest that you 
> dump the tables and the JavaScript and construct it entirely with HTML and 
> CSS. Your menus will be much more controllable with lists defined by CSS and 
> it will be much easier to sort out the expanding box issues.
> 
> You have referenced a stylesheet for IE6 by a conditional in your HTML 
> header, but you have a space between IE and 6, so the condition will not be 
> met.
> Also, I can't find StyleSheetIE6.css on your site, to see if it would have 
> corrected your expanding boxes.
> 
> BTW one more thing, you have spelled "Transitions" incorrectly in your 
> Fathertime News/New site launched column. You have an 's' instead of a 't'.
> 
> Regards, 
>  
> Alan.
>  
> www.theatreorgans.co.uk
> www.virtualtheatreorgans.com
> Admin: ConnArtistes, UKShopsmiths, 2nd Touch & A-P groups
> Shopsmith 520 + bits
> Flatulus Antiquitus
> 
> 
>   ----- Original Message ----- 
>   From: Andrew Gaffney 
>   To: [email protected] 
>   Sent: Wednesday, June 18, 2008 11:37 PM
>   Subject: [css-d] extra right padding/margin in IE6
> 
> 
>   I've got a weird issue with a site that I'm working on.
> 
>   URL: http://www.fathertime.com/dev/
>   CSS: http://www.fathertime.com/dev/StyleSheet.css
> 
>   I've got DIVs that are a specific width with specific padding/margin and a 
>   background image (the "Auctions", "Contact Us", and "Your Account" boxes). 
> In 
>   Firefox 3 and IE7, these DIVs are exactly as they're specified.
> 
>   In IE6, it's a different story. The boxes extend 10px or so farther to the 
> right 
>   than they're supposed to. You can see it on the right when you compare the 
> "Your 
>   Account" box and the "Sponsored Ads" box. Both are supposed to be 162px.
> 
> ______________________________________________________________________
> css-discuss [EMAIL PROTECTED]
> 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/
> 


-- 
Andrew Gaffney
agaffney.org
______________________________________________________________________
css-discuss [EMAIL PROTECTED]
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