HighDots Forums  

Yellow Bar showing in IE7

Macromedia Dreamweaver Macromedia Dreamweaver Discussions (macromedia.dreamweaver)


Discuss Yellow Bar showing in IE7 in the Macromedia Dreamweaver forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
www.overman.info
 
Posts: n/a

Default Yellow Bar showing in IE7 - 07-12-2008 , 01:50 PM






Hey all,

I'm getting a weird problem in IE7 and just cannot figure out how to solve it.
My website is www.overman.info, and my IE7 problem can be viewed at
http://www.overman.info/Images/Global/Example1.jpg.

I fixed the double bar problem shown in the example picture, but in the far
left sidebar there is a yellow space of about 30 pixels or so that I cannot
figure out how to get rid of.

Please help! My site launches July 18th, and this is one of the few hangups,
but I really fear this one...Evreything I have tried so far has failed.

Thanks


Reply With Quote
  #2  
Old   
Virginia Carter
 
Posts: n/a

Default Re: Yellow Bar showing in IE7 - 07-12-2008 , 03:11 PM






I'm going to take a shot at this...

In your CSS definitions for sidebar1, you have the background color set
to #FFFF00 (which is the yellow color). And, the first thing in that div
is <h3>Featured Content: OverForums</h3> - you zeroed it out in the CSS
for the <h4> tags, but not for the <h3> tags.

Try adding this:

..twoColFixLtHdr #sidebar1 h3 {
margin: 0;
padding: 0;
}

and see if that gets rid of that yellow bar at the top.

--

Virginia Carter
Carolina Web Creations
======================
www.carolinawebcreations.biz

www.overman.info wrote:
Quote:
Hey all,

I'm getting a weird problem in IE7 and just cannot figure out how to solve it.
My website is www.overman.info, and my IE7 problem can be viewed at
http://www.overman.info/Images/Global/Example1.jpg.

I fixed the double bar problem shown in the example picture, but in the far
left sidebar there is a yellow space of about 30 pixels or so that I cannot
figure out how to get rid of.

Please help! My site launches July 18th, and this is one of the few hangups,
but I really fear this one...Evreything I have tried so far has failed.

Thanks


Reply With Quote
  #3  
Old   
Virginia Carter
 
Posts: n/a

Default Re: Yellow Bar showing in IE7 - 07-12-2008 , 03:12 PM



Blah.

Sorry, that's backwards. Zero out the margin/padding for <h4>, just like
you did for <h3>.

--

Virginia Carter
Carolina Web Creations
======================
www.carolinawebcreations.biz

Virginia Carter wrote:
Quote:
I'm going to take a shot at this...

In your CSS definitions for sidebar1, you have the background color set
to #FFFF00 (which is the yellow color). And, the first thing in that div
is <h3>Featured Content: OverForums</h3> - you zeroed it out in the CSS
for the <h4> tags, but not for the <h3> tags.

Try adding this:

.twoColFixLtHdr #sidebar1 h3 {
margin: 0;
padding: 0;
}

and see if that gets rid of that yellow bar at the top.


Reply With Quote
  #4  
Old   
www.overman.info
 
Posts: n/a

Default Re: Yellow Bar showing in IE7 - 07-12-2008 , 04:53 PM



Thanks for trying! No dice though....

The yellow bar remains...

Any other suggestions?

Reply With Quote
  #5  
Old   
Virginia Carter
 
Posts: n/a

Default Re: Yellow Bar showing in IE7 - 07-12-2008 , 07:36 PM



Ok, you have this:

..twoColFixLtHdr #sidebar1 {
float: left; /* since this element is floated, a width must be given */
width: 175px;
background-color: #FFFF00;
height: 100px;
letter-spacing: normal;
text-align: left;
word-spacing: normal;
white-space: normal;
visibility: visible;
margin: 0px;
border-top-width: 1px;
border-top-style: solid;
border-top-color: #000000;
padding-top: 0px;
position: relative;
}

The height is set to 100px - which appears to be the height of the red
area with <h3> plus the yellow bar area that's showing in IE.

Try removing the height.

--

Virginia Carter
Carolina Web Creations
======================
www.carolinawebcreations.biz

www.overman.info wrote:
Quote:
Thanks for trying! No dice though....

The yellow bar remains...

Any other suggestions?

Reply With Quote
  #6  
Old   
Murray *ACE*
 
Posts: n/a

Default Re: Yellow Bar showing in IE7 - 07-13-2008 , 07:10 AM



And that CSS is pretty voluminous. Try changing it to this -

..twoColFixLtHdr #sidebar1 {
float: left; /* since this element is floated, a width must be given */
width: 175px;
background-color: #FFFF00;
height: 100px;
margin: 0px;
border-top-width: 1px;
border-top-style: solid;
border-top-color: #000000;
padding-top: 0px;
position: relative;
}

I'd love to help more, but that music has no OFF BUTTON!

--
Murray --- ICQ 71997575
Adobe Community Expert
(If you *MUST* email me, don't LAUGH when you do so!)
==================
http://www.projectseven.com/go - DW FAQs, Tutorials & Resources
http://www.dwfaq.com - DW FAQs, Tutorials & Resources
==================


"Virginia Carter" <vcarter (AT) carolinawebcreations (DOT) biz> wrote

Quote:
Ok, you have this:

.twoColFixLtHdr #sidebar1 {
float: left; /* since this element is floated, a width must be given */
width: 175px;
background-color: #FFFF00;
height: 100px;
letter-spacing: normal;
text-align: left;
word-spacing: normal;
white-space: normal;
visibility: visible;
margin: 0px;
border-top-width: 1px;
border-top-style: solid;
border-top-color: #000000;
padding-top: 0px;
position: relative;
}

The height is set to 100px - which appears to be the height of the red
area with <h3> plus the yellow bar area that's showing in IE.

Try removing the height.

--

Virginia Carter
Carolina Web Creations
======================
www.carolinawebcreations.biz

www.overman.info wrote:
Thanks for trying! No dice though....

The yellow bar remains...

Any other suggestions?


Reply With Quote
Reply




Thread Tools
Display Modes

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

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.