Return-Path: Delivered-To: apmail-incubator-jspwiki-user-archive@minotaur.apache.org Received: (qmail 31236 invoked from network); 30 Jul 2009 11:05:29 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 30 Jul 2009 11:05:29 -0000 Received: (qmail 68112 invoked by uid 500); 30 Jul 2009 11:05:29 -0000 Delivered-To: apmail-incubator-jspwiki-user-archive@incubator.apache.org Received: (qmail 68066 invoked by uid 500); 30 Jul 2009 11:05:29 -0000 Mailing-List: contact jspwiki-user-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: jspwiki-user@incubator.apache.org Delivered-To: mailing list jspwiki-user@incubator.apache.org Received: (qmail 68042 invoked by uid 99); 30 Jul 2009 11:05:18 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 30 Jul 2009 11:05:18 +0000 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_HELO_PASS,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of lists@nabble.com designates 216.139.236.158 as permitted sender) Received: from [216.139.236.158] (HELO kuber.nabble.com) (216.139.236.158) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 30 Jul 2009 11:05:07 +0000 Received: from isper.nabble.com ([192.168.236.156]) by kuber.nabble.com with esmtp (Exim 4.63) (envelope-from ) id 1MWTRH-0004W2-3N for jspwiki-user@incubator.apache.org; Thu, 30 Jul 2009 04:04:47 -0700 Message-ID: <24736337.post@talk.nabble.com> Date: Thu, 30 Jul 2009 04:04:47 -0700 (PDT) From: TruptiP To: jspwiki-user@incubator.apache.org Subject: Re: Style sheet is not working properly in IE In-Reply-To: <24732912.post@talk.nabble.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Nabble-From: trupti.p27@gmail.com References: <24732912.post@talk.nabble.com> X-Virus-Checked: Checked by ClamAV on apache.org Hi All, One thing is I used wiki Form input in one of the tables. For them I have added below entry in css. #favorites .wikiform input[type='text']{width:100%} Because of this table input fields shrinks/expand as browser window size change. But this is not working iwth IE. IE just place left menu at the bottom. Please suggest change in css which fix left menu on left side in IE. Thanks, Trupti TruptiP wrote: > > Hi, > > I added two tables in left menu. So I increased Left menu width from 18% > to 23% and decreased Page width from 80% to 75%. > > Now, when I resize the window means when minimize the browser window, Left > menu go at the bottom in IE. > However, It works properly in Firefox and Chrome. > > Do I need to add any attribute in css file so that it will stick to 23% > and 75% properly and will not go at the bottom of the page in IE. > #favorites{float:left;margin-top:1.75em;width:23%;padding:.5em;} > #page{width:75%;} > > Please help. > > Thanks, > Trupti > > -- View this message in context: http://www.nabble.com/Style-sheet-is-not-working-properly-in-IE-tp24732912p24736337.html Sent from the JspWiki - User mailing list archive at Nabble.com.