Re: [css-d] menu test - follow up +more

2007-09-26 Thread JGardner
Thank you to everyone who took the time to test my menu!

Per the problems below I made some changes, which I think solved the +1 break, 
but something caused some extra padding/margin, something in IE6.  So now the 
page has all of this extra which space on the right side.  You can see it here 
- http://www.jgardnerdesigns.com/web-design-services.htm

If anyone has any suggestions, please send them my way.  Also, due to the 
changes the navigation now is on the left side, I had wanted it aligned on the 
right side.  I can live with it since it is more functional now, but if anyone 
knows how I can get it to align to the right side of the page that would be a 
big bonus!

Thank you again for taking the time to help me with this!
Jennifer



os x 10.4.01

I think the menu is as intended in safari, ff, and camino: but +1 breaks 
it in all. In opera, the menu is aligned left with the about block 
breaking left approximately 30px out of the outermost page container.

xp ie6 and ie7 on parallels/os x 10.4.01

In ie7 the link blocks break the top of the nav background band approx. 
8px. At text-sixe largest they break out the bottom of the background 
band.

In ie6 the menu is the same as opera/mac (it is aligned and breaking 
left). And, as well, the link blocks break the top of the nav background 
band approx. 8px.

Sorry for all the bad news...

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/







   

Looking for a deal? Find great prices on flights and hotels with Yahoo! 
FareChase.
http://farechase.yahoo.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/


Re: [css-d] menu test - follow up +more

2007-09-26 Thread Gunlaug Sørtun
JGardner wrote:
 http://www.jgardnerdesigns.com/web-design-services.htm

 Per the problems below I made some changes, which I think solved the 
 +1 break, but something caused some extra padding/margin, something 
 in IE6.  So now the page has all of this extra which space on the 
 right side.

Wrong width on menu, combined with IE6' auto-expansion bug. A lethal
combination.

IE6 also needs to establish a relation between #menuh-container and
#menuh.


 Also, due to the changes the navigation now is on the left side, I 
 had wanted it aligned on the right side.  I can live with it since it
  is more functional now, but if anyone knows how I can get it to 
 align to the right side of the page that would be a big bonus!

Float the entire #menuh right, and _contain_ it. Background color goes
on #menuh-container.

Example: http://www.gunlaug.no/tos/alien/jg-2/test_07_0926.html

New styles for the relevant elements are found in page-head.

Only tested in IE6, IE7, Firefox 2.0.0.7 and Opera 9.23.

regards
Georg
-- 
http://www.gunlaug.no
__
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/