I took the latest CSS files from SVN - thanx a lot Matt - it's fixed! I'm
doing a fairly important demo soon and chances are good that i'll have to be
using IE7. You saved me from the big bad ie7 monster ;)


Matt Raible-3 wrote:
> 
> If you wouldn't mind, please add any additional comments to this thread to
> the following issue:
> 
> http://issues.appfuse.org/browse/APF-542
> 
> That we can track the best solution to the problem.
> 
> Thanks,
> 
> Matt
> 
> On 12/4/06, kkus <[EMAIL PROTECTED]> wrote:
>>
>>
>> This didn't happen in my IE7. Login page is controled by layout-1col.css.
>> Once you login in, layout-navtop-subright.css will play a role instead of
>> layout-1col.css. I will suggest changing tags' defiintion in your local
>> CSS
>> files to find why.
>>
>> After my try, the best tunings I can give for the mentioned CSS fies
>> above
>> are,
>>
>> 1. in layout-1col.css
>>         div#main h1 {
>>             margin-top: 1em;
>>             margin-left: -330px;
>>         }
>>     div#nav {
>>         position: absolute;
>>         top: 2em;
>>         left: 0px;
>>         width: 100%;
>>
>>         text-align: left;
>>     }
>>
>> 2. in layout-navtop-subright.css adding new tag as below,
>>
>>     div#main h1 {
>>         margin-top: 1em;
>>     }
>>
>>
>>
>> jvosloo wrote:
>> >
>> > This seems to work ok on the login page, but as soon as I've logged in,
>> > the menu bar still misbehaves. Any other ideas guys? Maybe specifying
>> > margin-top on another element as well? I just don't have an idea as to
>> > where.
>> >
>> >
>> > kkus wrote:
>> >>
>> >> This one is better than my previous posting which cause menu disappear
>> in
>> >> FireFox 2.0. This one works in both FF and IE6/7.
>> >>
>> >>         div#main h1 {
>> >>             margin-top: 3em;
>> >>             margin-left: -330px;
>> >>         }
>> >>     div#nav {
>> >>         position: absolute;
>> >>         top: 2em;
>> >>         left: 0px;
>> >>         width: 100%;
>> >>
>> >>         text-align: left;
>> >>     }
>> >>
>> >>
>> >
>> >
>>
>> --
>> View this message in context:
>> http://www.nabble.com/IE7-overlap-issue-tf2639383s2369.html#a7688693
>> Sent from the AppFuse - User mailing list archive at Nabble.com.
>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: [EMAIL PROTECTED]
>> For additional commands, e-mail: [EMAIL PROTECTED]
>>
>>
> 
> 
> -- 
> http://raibledesigns.com
> 
> 

-- 
View this message in context: 
http://www.nabble.com/IE7-overlap-issue-tf2639383s2369.html#a8478206
Sent from the AppFuse - User mailing list archive at Nabble.com.

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to