Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

H1 title not appearing 1

Status
Not open for further replies.

mkrausnick

Programmer
Apr 2, 2002
766
US
The page is: The first element directly under the <hr> at the top is an <h1> element - "Welcome to St. Raymond Catholic Parish". In IE6, the element does not display (at least not in my browser) but if you swipe the area it's in, it then appears. In FF it appears as it should.

The relevent CSS is:
Code:
  .bulletinhead {
    color:black;  
    text-align: left ; 
    font-style: italic; 
    font-family: "Times New Roman", serif ;
   }

1. Can you tell me why this is happening?

2. Comments please on the positioning and operation of the news ticker - this is the new element I added to this page that caused the H1 problem to start happening. The news ticker should appear parallel to the "Most Popular" box but on the far right of the page. I'm curious what will happen if my users don't have Flash installed.

Thanks for your help.



Mike Krausnick
Dublin, California
 
Try adding position:relative; to the style rule for the bulletinhead class.

I've noticed a similar behaviour with a project I am working on at the moment and adding position:relative; fixes it.

Foamcow Heavy Industries - Web design and ranting
Target Marketing Communications - Advertising, Direct Marketing and Public Relations
I wonder what possesses people to make those animated gifs. Do you just get up in the morning and think, "You know what web design r
 
position:relative was just the ticket. Boy, talk about your shots in the dark!

Thanks for the tip - have a star!

Mike Krausnick
Dublin, California
 
Never thought about it, but looking at in in print... I see what you mean. I usually only feel that way when they make an announcement that some information can be found on the web site when they have neglected to give me the information.

Mike Krausnick
Dublin, California
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top