Results 1 to 5 of 5

Thread: Resizing problem in IE8

  1. #1
    Join Date
    Oct 2010
    Posts
    4
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Post how to hide label border at pageload and display only at but click

    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>

  2. #2
    Join Date
    Oct 2010
    Posts
    4
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Post

    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
    Last edited by jscheuer1; 11-05-2010 at 04:50 AM.

  3. #3
    Join Date
    Mar 2006
    Location
    Illinois, USA
    Posts
    12,164
    Thanks
    265
    Thanked 690 Times in 678 Posts

    Default

    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.
    Daniel - Freelance Web Design | <?php?> | <html>| español | Deutsch | italiano | português | català | un peu de français | some knowledge of several other languages: I can sometimes help translate here on DD | Linguistics Forum

  4. #4
    Join Date
    Oct 2010
    Posts
    3
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    I think you must check your CSS and make changes in the code according to IE8.

  5. #5
    Join Date
    Apr 2007
    Posts
    149
    Thanks
    1
    Thanked 0 Times in 0 Posts

    Default

    remember that you can always use conditional comments to fix any EI problem.

    Refer to this site for more information

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •