Log in

View Full Version : Resizing problem in IE8



kk1184
10-21-2010, 08:57 AM
hi friends,
am migrating my appln from IE6 to IE8. am getting the below mentioned error.As its impacting in many screens i hope i need to modify CSS.But am new to CSS. Please guide me. Thanks in advance

Error
------
errormessage will be displayed in label only when [button] is clicked. but label border layout is dispalyed on page load itself.

CSS
---
.alert
{
border-width:1px;
border-style:solid;
background-color:#fffccc;
border-color:red;
color:red;
padding:10px;
line-height:3em;
}


HTML
----

<div class="message" >
<asp:Label ID="lblMsg" CssClass="alert" runat="server" ></asp:Label>
</div>

kk1184
10-21-2010, 09:04 AM
hi friends,
am migrating my appln from IE6 to IE8.am facing resizing problem in IE8.
when i resize my broswer alignment of menu underline get affected.Please provide solution for this.Thanks

hi friends,
am migrating my appln from IE6 to IE8.am facing resizing problem in IE8.
when i resize my broswer alignment of page get affected.Please provide solution for this.Thanks

djr33
10-21-2010, 02:02 PM
You posted three different topics for the same question. Please only ask once and be patient.

Also, if you want help with this you will need to give us a link to your page or a more complete description so we can help.

Asherr
11-05-2010, 03:36 AM
I think you must check your CSS and make changes in the code according to IE8.

remp
11-05-2010, 08:31 PM
remember that you can always use conditional comments to fix any EI problem.

Refer to this site (http://www.quirksmode.org/css/condcom.html) for more information