Internet Explorer not displaying some CSS in some instances!

This is a discussion on "Internet Explorer not displaying some CSS in some instances!" within the Web Page Design section. This forum, and the thread "Internet Explorer not displaying some CSS in some instances! are both part of the Design Your Website category.



Go Back   Webforumz.com > Main Forums > Design Your Website > Web Page Design

Notices


Reply
 
LinkBack Thread Tools
  #1 (permalink)  
Old Apr 18th, 2008, 13:17
New Member
Join Date: Apr 2008
Location: UK
Age: 25
Posts: 1
Thanks: 0
Thanked 0 Times in 0 Posts
Thumbs up Internet Explorer not displaying some CSS in some instances!

Hi everyone, this is my first thread so bear with me...

I am currently working on a site that is written in asp.net and is using a master page and a css stylesheet...

I have a number of div tags in the master which all point to different style classes as shown below...
Code: Select all
<div class="TitlePanel">
  <div class="Title">
    <asp:UpdatePanel ID="UpdatePanel1" runat="server">
    <ContentTemplate>
      <h1>
        <asp:Label ID="lblPageTitle" runat="server" />
        <asp:Label ID="lblPageTitleEntity" runat="server" />
        <asp:Image ID="imgPageTip" runat="server" ImageUrl="Help.gif" />
      </h1>
    </ContentTemplate>
    </asp:UpdatePanel>
    <div class="BreadCrumb">
      <asp:SiteMapPath ID="smpBreadcrumb"  runat="server" />
    </div>
  </div>
</div>


The first div tag is using the TitlePanel class which basically is a grey box with border wrapped around the rest of the content...

The class is as follows...

Code: Select all
 .TitlePanel { text-align:left; 
background-image:url(/images/grd_lite.gif); 
background-color:#eee; 
border-top:solid 1px #ccc;  
border-bottom:solid 1px #666; 
padding:5px 5px 2px 5px; 
}
As the div tag is in the master page it is displayed at the top of each page of the site...

Now the problem I am having is that in Internet explorer as I am browsing through the site most of the time the style is applied to the box as it should be but in some instances the text from the two inner labels is not displayed as well as the styling not being applied...

But what is event stranger is when I highlight the area it does show up and the text is really there...

Another point to note is when I am using FireFox there does not seem to be a problem it simply adds the grey styling to the box on every page as it should do...

Thanks in advance for any possible reply,

Thankyou

DeveloperHanson

Last edited by Aso; Apr 18th, 2008 at 14:14.
Reply With Quote

  #2 (permalink)  
Old Apr 18th, 2008, 18:40
Junior Member
Join Date: Jul 2007
Location: Arkansas, USA
Age: 21
Posts: 45
Blog Entries: 1
Thanks: 0
Thanked 0 Times in 0 Posts
Re: Internet Explorer not displaying some CSS in some instances!

The problem could be in the text color of that div. Check and make sure that the color is different. That may be what is causing the text to "disappear" in IE but not in FF.

Hope this helps,
Nathon Shultz
Last Blog Entry: First Post! (Apr 18th, 2008)
Reply With Quote
  #3 (permalink)  
Old Apr 22nd, 2008, 12:19
Junior Member
Join Date: Apr 2008
Location: BORO
Posts: 12
Thanks: 0
Thanked 0 Times in 0 Posts
Re: Internet Explorer not displaying some CSS in some instances!

I think what you could be experincing is the aptly named peekaboo bug.
Without seeing the site or more code it would be difficult to tell.
Reply With Quote
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

Similar Threads
Thread Thread Starter Forum Replies Last Post
Internet Explorer 6.0 & 5.5 don't like me bodgit Web Page Design 0 May 10th, 2008 17:40
Internet Explorer 8 CloudedVision Webforumz Cafe 9 Feb 20th, 2008 23:05
CSS Internet Explorer only Kropotkin Web Page Design 8 Sep 5th, 2007 12:34
My internet explorer hasn't been displaying Flash multimedia since IE6... now I've up navjeet Flash & Multimedia Forum 1 Aug 20th, 2007 22:15
Internet Explorer Vs Firefox Shoray Introduce Yourself 9 Jun 30th, 2007 08:24


All times are GMT. The time now is 09:08.


Powered by vBulletin®
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.2.0 RC8
© 2003-2008 Webforumz.com : All Rights Reserved

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43