Jump to content

content bar in IE8

- - - - -

This topic has been archived. This means that you cannot reply to this topic.
2 replies to this topic

#1
jwxie518

jwxie518

    Speaks fluent binary

  • Members
  • PipPipPipPipPipPipPipPip
  • 1,180 posts
I use this in css
div.content-bar {

	height:10px;

	background-color:lightgray;

	clear:both;

	margin-top: 20px;

	margin-bottom: 10px;

}

and this is my html
<!-- content above bar goes here -->

<div class="content-bar"></div>

<!-- content below bar goes here -->

Firefox works fine but IE8 doesn't show the content bar. If you highlight the page, there is a fixed-area but it's invisible.

Here is my homepage
John Wong - Life of Engineering | Photography | Music | Research | Stupido

You can tell the difference in IE8 and FF3.5

Thanks for any help.

#2
Guest_Jordan_*

Guest_Jordan_*
  • Guests
It looks the same to me in Chrome, FF 3 and IE8.

#3
jwxie518

jwxie518

    Speaks fluent binary

  • Members
  • PipPipPipPipPipPipPipPip
  • 1,180 posts

Jordan said:

It looks the same to me in Chrome, FF 3 and IE8.

same you mean "invisible" or you actually see a gray bar between the hamster picture and pictures below it??