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 IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

My site won't work at all in Safari or Firefox, but fine in IE 1

Status
Not open for further replies.

buddyrich2

Technical User
Apr 12, 2006
87
US
I have racked my brain over this and need some help. My site won't work at all in Safari or Firefox; acts like it can't find the CSS page.

Here is the link:
The page is actually inside a frame, but still works fine in IE.

Can anyone help?
 
Code:
.blok_header .title [!]{[/!] {font:bold 20px Georgia; color:#fff; left-margin:170px; padding-top:8px; text-align:right; float:left;}
Note the offending opening brace. This is where your code breaks and strict browsers like FF and Safari stop identifying anything past this point in the stylesheet. Remove the brace and everything should work again. Looks much better with the stylsheet.

However, you should remove font tags from your code.

[small]Do something about world cancer today: Comprehensive cancer control information at PACT[/small]
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top