navigation
a webmaster learning community
     Home    Register     Search      Help      Login    
Sponsors

Shopping Cart Software
Ecommerce software integrated into Frontpage, Dreamweaver and Golive templates. No monthly fees and available in ASP and PHP versions.

Website Templates
We also have a wide selection of Dreamweaver, Expression Web and Frontpage templates as well as webmaster tools and CSS layouts.

Frontpage website templates
Creative Website Templates for FrontPage, Dreamweaver, Flash, SwishMax

Search Forums
 

Advanced search
Recent Posts

 Todays Posts
 Most Active posts
 Posts since last visit
 My Recent Posts
 Mark posts read

Microsoft MVP

 

Opera Trouble :(

 
View related threads: (in this forum | in all forums)

Logged in as: Guest
Users viewing this topic: none
Printable Version 

All Forums >> Web Development >> Cascading Style Sheets >> Opera Trouble :(
Page: [1]
 
jonnyb

 

Posts: 3
Joined: 8/12/2003
Status: offline

 
Opera Trouble :( - 8/12/2003 18:09:34   
Hi firstly I am very new to CSS

I have this site that uses an external CSS and it displays as intended in IE, NN, Mozilla, K-Meleon.

However show it to Opera and it looks dreadful.
Can someone with tell me the problem with table bg and Opera?

Heres the site:
http://www.chewmagnacricket.co.uk/home.php

...and here's the source of my basic (but seemingly longwinded) style sheet. I am sure it can be condensed/improved any suggestions on that would be fab. Your help is really appreciated

a:link{
	background-color: transparent;
	color: #990033;
	text-decoration: none;
}

a:visited{
	background-color: #FFFFEE;
	color: #000000;
	text-decoration: none;
}

a:hover{
	background-color: #CCCC99;
	color: #000000;
	text-decoration: none;
}

body{
	margin: 0px;
	padding: 0;
}

hr{
	background-color: transparent;
	border: 2px dashed #CCCC99;
	padding: 0;
}

p{
	margin: 0 0 10px 0;
	padding: 0;
}
input{
	background-color: #FFFFEE;
	color: #000000;
	font-family: georgia ,verdana, arial, helvetica, sans-serif;
	font-size: 11px;
}
select{
	color: #000000;
	background-color: #FFFFEE;
	font-family: georgia ,verdana, arial, helvetica, sans-serif;
	font-size: 11px;
}
textarea{
	color: #000000;
	background-color: #FFFFEE;
	font-family: georgia ,verdana, arial, helvetica, sans-serif;
	font-size: 11px;
}

#footer{
	font-family: georgia ,verdana, arial, helvetica, sans-serif;
	font-size: 11px;
	line-height: 1.5em;
	padding: 0px;
}

#innertable{
	color: #000000;
	background-color: #FFFFFF;
	border: 1px solid #333333;
	font-family: georgia ,verdana, arial, helvetica, sans-serif;
	font-size: 11px;
	line-height: 1.4em;
	padding: 0px;
}
#innertable2{
	color: #000000;
	background-color: #FFFFFF;
	font-family: georgia ,verdana, arial, helvetica, sans-serif;
	font-size: 11px;
	line-height: 1.6em;
	padding: 2px;
}

#middletable{
	color: #000000;
	background-color: transparent;
	font-family: georgia ,verdana, arial, helvetica, sans-serif;
	font-size: 11px;
	padding: 0px;
}

#outertable{
	color: #000000;
	background-color: #CCCC99;
	border: 3px dashed #999966;
}

#quicklinks{
	color: #000000;
	background-color: #FFFFEE;
	border: 1px solid #333333;
	font-family: georgia ,verdana, arial, helvetica, sans-serif;
	font-size: 11px;
	line-height: 1.5em;
	padding: 0px;
}

#bottom{
	color: #000000;
	font-family: georgia ,verdana, arial, helvetica, sans-serif;
	border: 1px solid #333333;
	background-color: #FFFFEE;
	font-size: 11px;
	line-height: 1.3em;
	padding: 2px;
}


Regards Jonny
Charles W Davis

 

Posts: 1725
Joined: 3/7/2002
From: Henderson Nevada USA
Status: offline

 
RE: Opera Trouble :( - 8/12/2003 19:49:15   
Jonny,

Welcome to the Outfront Forums.

I took a look at your site using IE6 and Opera 7. I spent some time navigating around and everything seems to be the same in each.

Then a funny thing happened—the browser froze when I attempted to resize it from the half monitor sise. I submitted the error report to Microsoft. this was the response:
quote:

Analysis Information


Thank you for submitting an error report. The error was likely caused by:

Opera's Browser

Opera Software ASA. is the manufacturer. Microsoft cannot provide you with specific information about how to resolve this problem at this time. Please contact Opera Software ASA. in order to find out if a solution or an updated version of Opera's Browser is available. For more information, see the Opera Software ASA. Web site.

http://www.opera.com/support/



A great site!

_____________________________

Enjoy! It' s your endeavor!
http://www.anthemwebs.com

(in reply to jonnyb)
indiewriter

 

Posts: 96
Joined: 7/21/2003
From: Chicago, IL
Status: offline

 
RE: Opera Trouble :( - 8/12/2003 19:59:59   
just something i noticed, but you may want to fix your stats, 1st, XI page. The second table down on the left shows some code (it says: funtion(){...) just thuoght you might want to know. BTW, i'm using IE6 to view it. Very neat site too. I like the top nav where the menus slide across the page especially.

(in reply to jonnyb)
jonnyb

 

Posts: 3
Joined: 8/12/2003
Status: offline

 
RE: Opera Trouble :( - 8/12/2003 20:25:59   
Cheers Guys...a few points

Charles -
quote:

everything seems to be the same in each

meaning it displays fine in Opera on your machine? before the crash I mean?
if so maybe a reinstall of Opera is needed here then. I hope thats all it is! I'll look into that error you sent

I expect (and usually get, one way or another) this hoohah with NN everytime but I usually find Opera fairly tolerant. Nothing like this design/browser thing to keep you on your toes is there?

BTW I should have said in the original post that the CSS vaildates 100% with www.w3.org, again suggesting this might be my own local Opera problem, sorry about freezing your browser

indiewriter - the function(){} table eh? it is like that, me trying to be too clever maybe? a rethink with that one

anyway thanks guys for the ++'s

any tips for my CSS regards making more it more efficient/concise? anyone?

Cheers Jonny

(in reply to jonnyb)
jonnyb

 

Posts: 3
Joined: 8/12/2003
Status: offline

 
RE: Opera Trouble :( - 8/12/2003 21:06:54   
Update...

Just installed Opera 7.11 displays all fine now

I was running v6 before, re-installed that version too but it still plays silly

(in reply to jonnyb)
David Dornblaser

 

Posts: 38
Joined: 10/31/2002
From: Chicago-area
Status: offline

 
RE: Opera Trouble :( - 8/13/2003 18:44:51   
I like your site.

_____________________________


(in reply to jonnyb)
gorilla

 

Posts: 2974
From: Denmark
Status: offline

 
RE: Opera Trouble :( - 8/15/2003 2:55:47   
There's nothing wrong with your css. So I'd toddle along to the support forums at www.opera.com - remember opera does not use the DOM.

August 15th 2003

_____________________________

Mháircaish

Signature self-censored to protect the sensibilities of the thin-skinned :).

May we never confuse honest dissent with disloyal subversion. – Dwight D. Eisenhower



(in reply to jonnyb)
Page:   [1]

All Forums >> Web Development >> Cascading Style Sheets >> Opera Trouble :(
Page: [1]
Jump to: 1





New Messages No New Messages
Hot Topic w/ New Messages Hot Topic w/o New Messages
Locked w/ New Messages Locked w/o New Messages
 Post New Thread
 Reply to Message
 Post New Poll
 Submit Vote
 Delete My Own Post
 Delete My Own Thread
 Rate Posts