mkrausnick
Programmer
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:
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
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