[css-d] site check IE 6

2007-12-10 Thread Bryan Hepworth
Hi

I'd be grateful if someone could check IE6 behaviour with my main page. 
I've looked at several rendering pages with mixed results the worst 
crunching the graphic image at the top.

Page is here: -

http://www.sixvillages.co.uk

Links to check sites would be much appreciated.

Bryan


__
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/


[css-d] site check

2007-12-10 Thread Nancy Gillespie
Please let me know if there are errors before I finish up this site  
design:

http://www.appliedbrain.com/varlet/becky/index.html

The mailing list form is not finished or working -- ignore that part.

I noticed in Firefox that the index page top menu links are  
underlined and they should not be... any ideas on that?

Thank you.

-
Nancy Gillespie
[EMAIL PROTECTED]



__
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/


Re: [css-d] site check IE 6

2007-12-10 Thread Jim Davis
You need to add height: 1%; to the sixvillageslogo div and IE6 will be
happy.

Jim

On Dec 10, 2007 11:26 AM, Bryan Hepworth [EMAIL PROTECTED] wrote:

 Hi

 I'd be grateful if someone could check IE6 behaviour with my main page.
 I've looked at several rendering pages with mixed results the worst
 crunching the graphic image at the top.

 Page is here: -

 http://www.sixvillages.co.uk

__
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/


[css-d] Alternate layout for IE 6/7 or other browsers

2007-12-10 Thread Bob Salsburg
Can I get suggestions from this community on good online resources 
showing methods for adding conditional rules for layout problems 
primarily for IE 6/7, but also for the occasional Opera and Safari 
issues. Not for specific cases so much as how to add them to a 
stylesheet that works in most situations, but that fails on some aspect 
such as the has layout issues or just paln bugs.

Bob
__
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/


Re: [css-d] Suckerfish menu is funky in IE7

2007-12-10 Thread Ben Fider
This is my first post to CSS Discuss, and I'm paranoid that I didn't submit
it correctly.  Can someone verify if I have (all I did was email to
css-d@lists.css-discuss.org)?

Perhaps this question is off-topic because of the javascript.  Thoughts?

On Dec 9, 2007 9:30 AM, Ben Fider [EMAIL PROTECTED] wrote:

 Hello,

 This menu seems to work fine in all new browsers that I've tested with,
 except IE7.  The nested lists don't seem to get repositioned correctly when
 not hovered, and they all are in the same location, as if they were all
 nested within the top-most list item.

 I would appreciate any help.  Thank you.

 http://fiderweb.com/z/

__
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/


[css-d] CSS dropdown in Safari

2007-12-10 Thread Jørgen Farum Jensen
I have encountered a problem with a CSS-driven
dropdown navbar in Safari 3 beta for both Win and OSX.

The problem is visible and described in a test page:

http://webdesign101.dk/cssmenu/

I would dearly like a CSS hack that passes style
declarations to Safari only. 

Best regards

Jørgen Farum Jensen
http://webdesign101.dk


  Find din nye laptop på kelkoo.dk. Se de gode tilbud her - 
http://dk.yahoo.com/r/pat/mm

__
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/


Re: [css-d] CSS dropdown in Safari

2007-12-10 Thread David Laakso
Jørgen Farum Jensen wrote:
 I have encountered a problem with a CSS-driven
 dropdown navbar in Safari 3 beta for both Win and OSX.

 The problem is visible and described in a test page:

 http://webdesign101.dk/cssmenu/

 I would dearly like a CSS hack that passes style
 declarations to Safari only. 

 Best regards

 Jørgen Farum Jensen
   





Using a raw number for line-height killed it in Mac OS X 10.4.11 in 
Safari and WebKit on a local file. I do not have Safari on Parallels 
desktop.

div#navbar li {
line-height:/*1em*/1;
}

Best,

~dL

-- 
http://chelseacreekstudio.com/

__
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/