ClutchFans
ClutchFans
ClutchFans Latest:
Something to remember: Rockets stun Thunder in Game 5


Go Back   ClutchFans > Hangout > BBS Hangout

Reply
 
Thread Tools Display Modes
Browser help needed.
Tags:  browsers, internet Tags
Jrivas82 is offline Old 05-10-2005, 07:13 PM   #1
Jrivas82
Member
Jrivas82 is Tim Ohlbrecht -- no reputation yet at all
Since: Jul 2003
Posts: 143
Member: #13519
    Reply With Quote
I created this page with cascading style sheets and it looks good in internet explorer. My friend opened it up in Mozilla and its completely different. The text wont load and the placement of my images is off. I have a similar problem with Netscape. Does anyone know if these browsers arent compatible with css or did I do something wrong? Id appreciate any help.

http://www.lacostaproductions.com
 
Sponsored Link
KaiSeR SoZe is offline Old 05-10-2005, 07:19 PM   #2
KaiSeR SoZe
Contributing Member
KaiSeR SoZe is Patrick Beverley -- showing a lot of promise
Since: Mar 2003
Posts: 8,223
Member: #11489
    Reply With Quote
I'm also having a problem using Mozilla Firefox and Netscape runs off of Mozilla so that should clear that up

It's just a Mozilla problem..this BBS has quite a few web people so they should help you out here
 
Jrivas82 is offline Old 05-10-2005, 07:33 PM   #3
Jrivas82
Member
Jrivas82 is Tim Ohlbrecht -- no reputation yet at all
Since: Jul 2003
Posts: 143
Member: #13519
    Reply With Quote
http://www.lacostaproductions.com

I don't think the other link worked.
 
SwoLy-D is offline Old 05-11-2005, 07:45 AM   #4
SwoLy-D
Contributing Member
SwoLy-D is Moses Malone -- a well-known beast on the boardsSwoLy-D is Moses Malone -- a well-known beast on the boardsSwoLy-D is Moses Malone -- a well-known beast on the boardsSwoLy-D is Moses Malone -- a well-known beast on the boardsSwoLy-D is Moses Malone -- a well-known beast on the boardsSwoLy-D is Moses Malone -- a well-known beast on the boardsSwoLy-D is Moses Malone -- a well-known beast on the boardsSwoLy-D is Moses Malone -- a well-known beast on the boardsSwoLy-D is Moses Malone -- a well-known beast on the boardsSwoLy-D is Moses Malone -- a well-known beast on the boardsSwoLy-D is Moses Malone -- a well-known beast on the boards
Since: Jul 2001
Posts: 31,394
Member: #2873
    Reply With Quote
Ah, the old: "I made a webpage and it only looks good in one browser" thread, isn't it? :D

BRB. Trying something right now. I will get back to you after this commercial break.

I love it!

EDIT1: I think I may have found out why, but it's a workaround, it's NOT a fix. Still working on the fix.

EDIT2: I didn't find the error, DrLudicrous did.

__________________
Your friendly MEXICAN ClutchFan

Last edited by SwoLy-D; 05-11-2005 at 08:06 AM.
 
DrLudicrous is offline Old 05-11-2005, 07:57 AM   #5
DrLudicrous
Contributing Member
DrLudicrous is Omer Asik -- working the boardsDrLudicrous is Omer Asik -- working the boardsDrLudicrous is Omer Asik -- working the boardsDrLudicrous is Omer Asik -- working the boards
Since: May 2002
Posts: 3,168
Member: #3729
    Reply With Quote
Your css file has an error in it. The last three anchor definitions have opening ( instead of {. FireFox is ignoring the rest since it can't parse it right.
 
SwoLy-D is offline Old 05-11-2005, 08:04 AM   #6
SwoLy-D
Contributing Member
SwoLy-D is Moses Malone -- a well-known beast on the boardsSwoLy-D is Moses Malone -- a well-known beast on the boardsSwoLy-D is Moses Malone -- a well-known beast on the boardsSwoLy-D is Moses Malone -- a well-known beast on the boardsSwoLy-D is Moses Malone -- a well-known beast on the boardsSwoLy-D is Moses Malone -- a well-known beast on the boardsSwoLy-D is Moses Malone -- a well-known beast on the boardsSwoLy-D is Moses Malone -- a well-known beast on the boardsSwoLy-D is Moses Malone -- a well-known beast on the boardsSwoLy-D is Moses Malone -- a well-known beast on the boardsSwoLy-D is Moses Malone -- a well-known beast on the boards
Since: Jul 2001
Posts: 31,394
Member: #2873
    Reply With Quote
Quote:
Originally posted by DrLudicrous
Your css file has an error in it. The last three anchor definitions have opening ( instead of {. FireFox is ignoring the rest since it can't parse it right.
SWEET. DrLudicrous has it. DAMN. Beat me to it.

That's it. Try:
Quote:
a:link, a:visited, a:hover, a:active {
color: #ffffff;
text-decoration:none;
}
Instead of:
Quote:
a:link {color: #ffffff;
text-decoration:none;}
a:visited (color: #ffffff;
text-decoration:none;}
a:hover (color: #ffffff;
text-decoration:none;}
a:active (color: #ffffff;
text-decoration:none;}
DAMN you, forgiving Internet Sucksplorer.

__________________
Your friendly MEXICAN ClutchFan
 
Jrivas82 is offline Old 05-11-2005, 08:13 AM   #7
Jrivas82
Member
Jrivas82 is Tim Ohlbrecht -- no reputation yet at all
Since: Jul 2003
Posts: 143
Member: #13519
    Reply With Quote
I appreciate the help guys. Thank you very much
 
SwoLy-D is offline Old 05-11-2005, 09:52 AM   #8
SwoLy-D
Contributing Member
SwoLy-D is Moses Malone -- a well-known beast on the boardsSwoLy-D is Moses Malone -- a well-known beast on the boardsSwoLy-D is Moses Malone -- a well-known beast on the boardsSwoLy-D is Moses Malone -- a well-known beast on the boardsSwoLy-D is Moses Malone -- a well-known beast on the boardsSwoLy-D is Moses Malone -- a well-known beast on the boardsSwoLy-D is Moses Malone -- a well-known beast on the boardsSwoLy-D is Moses Malone -- a well-known beast on the boardsSwoLy-D is Moses Malone -- a well-known beast on the boardsSwoLy-D is Moses Malone -- a well-known beast on the boardsSwoLy-D is Moses Malone -- a well-known beast on the boards
Since: Jul 2001
Posts: 31,394
Member: #2873
    Reply With Quote
I forgot to mention in my earlier posts, that you can also take out:
Code:
	font-family: "Verdana", "Helvetica", sans-serif;
out of every H# and P declaration and add it to the body, like so:
Code:
body {
	background-color: #000000;
	font-family: Verdana, Helvetica, sans-serif;
}
This will ensure that anything INSIDE the body has the same font. You also may not need quotes around your FONT names if there are no spaces or special characters inside (with the exception of commas and quotes). Save TYPING or redundant declarations. It will save you time in the future.

__________________
Your friendly MEXICAN ClutchFan
 
Jrivas82 is offline Old 05-11-2005, 11:06 PM   #9
Jrivas82
Member
Jrivas82 is Tim Ohlbrecht -- no reputation yet at all
Since: Jul 2003
Posts: 143
Member: #13519
    Reply With Quote
thanx
 

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

BB code is On
Smilies are On
[IMG] code is On
HTML code is On

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Browser Help..... Nice Rollin BBS Hangout 5 01-01-2007 06:49 PM
Browser giddyup BBS Hangout 2 04-05-2004 08:58 AM
Which browser are you using? randerson153 BBS Hangout 25 04-23-2003 10:03 AM
Which browser do you use? randerson153 BBS Hangout 4 11-26-2002 03:31 PM
What browser do you use???? j-bone BBS Hangout 11 05-30-2002 01:36 PM


All times are GMT -5. The time now is 10:50 PM.


Powered by vBulletin® Version 3.8.6
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.