Advertisement

07.07.2008 at 05:10AM PDT, ID: 23543036
[x]
Attachment Details
[x]
The Solution Rating System

With so many solutions, how can you tell which solutions are most likely to help you and which ones are not? To provide you with a tool to use, we rate our solutions based on various elements that most accurately determine if a solution is a quality solution. To explain what factors affect the solution rating, here are the elements we take into consideration when formulating our solution rating.

  • The Grade of the Solution
  • The Zone Rank of the Expert Providing the Solution
  • The Number of Author and Expert Comments
  • The Number of Experts Contributing
  • The Feedback of the Community

Your Input Matters
Because of the way the system is set up, the most important variable in this equation is you. As a member of Experts Exchange, you are able to cast your vote on the quality of the solutions in regard to how complete, accurate, helpful and easy to understand each solution is. When you provide your feedback, each rating is adjusted accordingly. So, if you see a solution that has a poor rating that you think is a good solution, let us know by rating it. As you do, the rating will be adjusted and will become more accurate for other members of our site.

If you have any suggestions that you would like to make for our rating system, please ask a question in the Suggestions Zone of Community Support.

Thank you!

9.9

Disappearing borders in Internet Explorer

Asked by alexpercsi in Cascading Style Sheets (CSS), Hypertext Markup Language (HTML), Internet Explorer Web Browser

Tags: , , , ,

I have a div tag that has side borders defined in css. This div contains two other floated divs and an image. Everything looks fine in IE and Firefox, but when I scroll making the floated area disappear from the screen and then go back, the borders disappear in the area where the floated elements are. This only happens on Internet Explorer (both 6 and 7). I am attaching a screenshot and a code sample in hopes that you will understand what's happening better.

P.S. Please excuse the blurred out page, the project I am working on is confidential.Start Free Trial
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:
<style type="text/css">
.clear{clear:both;width:100%;font-size:1px;}
.rightColumn{padding-bottom:10px;width:210px;}
.rightColumn h2{background-image:url(proj/assets/images/rightColumnHeader.jpg);background-repeat:no-repeat;font:bold 16px Trebuchet MS, Arial, Helvetica, sans-serif;color:#fff;margin:0px;padding:8px;padding-bottom:8px;text-align:center;}
.rightColumn .content{border-left:1px #d2e1b0 solid;border-right:1px #d2e1b0 solid;padding-left:10px;padding-right:10px;}
#dvStaffReview .image{border:1px #d2e1b0 solid;padding:4px;margin-left:auto;margin-right:auto;width:173px;}
#dvStaffReview h4{padding:0px;margin:0px;font:bold 13px/140% Trebuchet MS, Arial, Helvetica, sans-serif; color:#729027;padding-left:10px;padding-top:10px;padding-bottom:10px;width:170px;}
#dvStaffReview .thumb{float:left;width:69px;text-align:center;padding-top:15px;}
#dvStaffReview .name p{padding:8px;margin:0px;padding-left:0px;}
#dvStaffReview .name{float:right;width:115px;}
#dvStaffReview .name a{font:bold 12px Trebuchet MS, Arial, Helvetica, sans-serif;color:#0072ca;text-decoration:none;}
#dvStaffReview .name a:hover{text-decoration:underline;}
</style>
 
<div class="rightColumn">
				<h2>Staff Review</h2>
				<div id="dvStaffReview" class="content">
					<h4>two lines of text go here.</h4>					
					<div class="image"><a href="#"><img src="/proj/assets/images/image.jpg" alt="" /></a></div>
					<div>
						<div class="thumb"><a href="#"><img src="/proj/assets/images/bitter.gif" alt="" /></a></div>
						<div class="name">
							<p><a href="#">Two lines of product name go here</a></p>
							<a href="#">by Manufacturer</a>
						</div>
						<div class="clear">&nbsp;</div>
					</div>
				</div>
				<div><img src="/proj/assets/images/rightColumnFooter.gif" alt="" /></div>
			</div>
Attachments:
 
Notice the disappearing border section next to the bottle
Notice the disappearing border section next to the bottle
 
[+][-]07.07.2008 at 05:59AM PDT, ID: 21944551

At Experts Exchange, members can ask their questions to thousands of technology professionals, also known as Experts. Experts compete and collaborate to answer those questions by leaving comments like this one.

Start your 7-day free trial to view this Expert Comment or ask the Experts your question.

 
[+][-]07.07.2008 at 06:26AM PDT, ID: 21944767

Often, when Experts are collaborating with members who have asked questions, they will request additional information about the problem. Askers respond with an author comment like this one.

Start your 7-day free trial to view this Author Comment or ask the Experts your question.

 
[+][-]07.07.2008 at 06:57AM PDT, ID: 21945027

Often, when Experts are collaborating with members who have asked questions, they will request additional information about the problem. Askers respond with an author comment like this one.

Start your 7-day free trial to view this Author Comment or ask the Experts your question.

 
[+][-]07.07.2008 at 07:26AM PDT, ID: 21945292

View this solution now by starting your 7-day free trial. Setting up your free trial is quick, easy, and secure. We will return you to this solution, unlocked, when you're done.

 

About this solution

Zones: Cascading Style Sheets (CSS), Hypertext Markup Language (HTML), Internet Explorer Web Browser
Tags: HTML, CSS, Internet Explorer, borders, floated divs
Sign Up Now!
Solution Provided By: Steggs
Participating Experts: 1
Solution Grade: A
 
 
 
Loading Advertisement...
20081112-EE-VQP-42 / EE_QW_EXPERT_20070906