Re: [css-d] Intro Layout problem - update

2008-09-05 Thread Jody Levinson
Ok, so I've got the layout working (though perhaps not in the most  
elegant way) and I've found a pure CSS horizontal menu that is mostly  
working as well.

Can anyone tell me how to get the horizontal menu dropdowns to appear  
in the same place in FF and IE? I've got it close in FF, but in IE the  
boxes are too far to the right and too high.

http://www.atlas-inspection.com/newsite/template3.html
http://www.atlas-inspection.com/newsite/styles2.css

Thanks!

Jody

CSS:
On Sep 5, 2008, at 11:34 AM, Jody Levinson wrote:

 I've just added a pure-CSS flyout left nav to a page and while the
 menu works in both FF and IE, it pushes the main body content down to
 start below the first side bar instead of at the top. The previous
 menu code I used did not do this, but it also didn't work right in IE.

 The test file is here: http://www.atlas-inspection.com/newsite/template3.html
 The CSS for the main doc (and the old nav) is here: 
 http://www.atlas-inspection.com/newsite/styles.css
 The CSS for the NEW left nav on this page is here: 
 http://www.atlas-inspection.com/newsite/makemenu.css

 The old version using the menu that doesn't work right in IE but also
 didn't move my body content is 
 here:http://www.atlas-inspection.com/newsite/template.html

 The CSS validates. The HTML does not, but that's because of the
 embedded flash elements.



--
TroutDream Graphics, Inc.
Always fresh. Never canned.
http://troutdream.com
425-883-8277
928-833-8277 fax

__
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] Intro Layout problem - update

2008-09-05 Thread Gunlaug Sørtun
Jody Levinson wrote:
 http://www.atlas-inspection.com/newsite/template3.html

Before you continue: you have a #sidebar1 in your CSS, but it doesn't
exist in the HTML source code. Adding the sidebar1 container in the
source code will make #mainContent line up correctly without having to
absolute position it.

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/