Re: [appfuse-user] IE7 overlap issue

2007-01-21 Thread jvosloo
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 thi

Re: [appfuse-user] IE7 overlap issue

2006-12-05 Thread kkus
No problem, I will add my changes to JIRA. 3. in messages.css div.error, div.message, li.error { background: #cc; border: 1px solid #000; color: #00; font-family: Arial, Helvetica, sans-serif; font-weight: normal; margin: 3em auto; padding: 3px; text-align

Re: [appfuse-user] IE7 overlap issue

2006-12-04 Thread Matt Raible
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

Re: [appfuse-user] IE7 overlap issue

2006-12-04 Thread kkus
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 ment

Re: [appfuse-user] IE7 overlap issue

2006-12-04 Thread jvosloo
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 men

Re: [appfuse-user] IE7 overlap issue

2006-12-02 Thread Matt Raible
I've entered this as an issue in JIRA: http://issues.appfuse.org/browse/APF-542 Thanks! Matt On 12/1/06, kkus <[EMAIL PROTECTED]> 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 {

Re: [appfuse-user] IE7 overlap issue

2006-12-01 Thread kkus
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;

Re: [appfuse-user] IE7 overlap issue

2006-12-01 Thread kkus
I changed some css tags' setting as below in layout-1col.css and it seems fixing overlap problem in IE7. I compared login page in IE6/IE7, gap between menu and head in IE6 is a little bit wider than that in IE7, but acceptable. You can try in your env. and let me know its effect. div#main

Re: [appfuse-user] IE7 overlap issue

2006-12-01 Thread Matt Raible
I believe it's caused by the 1-column CSS stylesheet included on the login page. Matt On 12/1/06, kkus <[EMAIL PROTECTED]> wrote: This overlap only happens in first load of login.jsp(open browser for localhost:8080/appFuse). After I login and logout there is no overlap in top menu at all, even

Re: [appfuse-user] IE7 overlap issue

2006-12-01 Thread kkus
This overlap only happens in first load of login.jsp(open browser for localhost:8080/appFuse). After I login and logout there is no overlap in top menu at all, even it is in the same login.jsp again. I think it is related to css element div id="nav", but can't figure out exactly where to cause thi