LinuxQuestions.org
Visit Jeremy's Blog.
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Software
User Name
Password
Linux - Software This forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum.

Notices


Reply
  Search this Thread
Old 12-08-2003, 10:19 AM   #1
CliffLandin
LQ Newbie
 
Registered: Sep 2003
Location: Colorado, USA
Posts: 20

Rep: Reputation: 0
Cool Web Browsers and Cascading Style Sheets


I am looking for a web browser that can handle cascading style sheets in the same fashion that IE does. I design web pages and have recently converted over to Linux, so previously I would after a quick browser-check, just link you to the IE download site. Being a full convert now, I would rather link them to an alternative browser. Mozilla and others Moz-type browsers don't seem to just accept style-sheets and I'm not making sites for people that know there way around the Preference file.

Any suggestions would be greatly appreciated.

Thanks.
 
Old 12-08-2003, 11:31 AM   #2
druuna
LQ Veteran
 
Registered: Sep 2003
Posts: 10,532
Blog Entries: 7

Rep: Reputation: 2405Reputation: 2405Reputation: 2405Reputation: 2405Reputation: 2405Reputation: 2405Reputation: 2405Reputation: 2405Reputation: 2405Reputation: 2405Reputation: 2405
Being a webdesigner you will know that not all browser are css capable (css. Which version??).
Asking for a browsers that does something 'IE style' isn't the right question. Which browser conforms to the css (and html) standards that w3c has set, is the right question.

Ok, you might get a bit upset/angry about the above statement. I'll try to explain why: Too many weddisigners take the easy route. Let's make a page that works with IE and forget the rest that's out there. Which makes me......... not happy (counted to 10 first ).

Lets hope that this is what you want to know

But to answer your question:

- opera, up to css 2.1 (http://www.opera.com/docs/specs/)
- firebird, no mention of which version (http://texturizer.net/firebird/features.html)

These two never gave me problems (html 4.01/css 2.1/javascript (snippets) and php).

- netscape (4.7): Nothing but trouble.

Haven't tried any other browsers, although konquerer should be good (hearsay).

Last edited by druuna; 12-08-2003 at 11:32 AM.
 
Old 12-09-2003, 10:54 AM   #3
CliffLandin
LQ Newbie
 
Registered: Sep 2003
Location: Colorado, USA
Posts: 20

Original Poster
Rep: Reputation: 0
Being a webdesigner I do know that all browser don't handle .css the same which is precisely the reason that I posted the question in the first place. And you shouldn't preach when you don't understand the question. I asked if there were any browsers other than IE that handle .css in the same fashion that IE does. More than 60% of internet users browse using IE. So programming to make it easy for them is just smart business. I know all about w3c conventions and how other browsers using the Moz engine, including Firebird, handle .css', but I am trying to find a browser that anyone can use that handles .css' in the same fashion so as to cut in half my programming time therefore making me more productive. :@
 
Old 12-09-2003, 11:48 AM   #4
druuna
LQ Veteran
 
Registered: Sep 2003
Posts: 10,532
Blog Entries: 7

Rep: Reputation: 2405Reputation: 2405Reputation: 2405Reputation: 2405Reputation: 2405Reputation: 2405Reputation: 2405Reputation: 2405Reputation: 2405Reputation: 2405Reputation: 2405
I did understand the question and 'preaching' isn't what I was doing.

Trying to explain that browsers should implement css (html etc etc) the way it was meant to and designers following the correct guidelines when programming, that's what I was doing.

A webdesigner that follows the IE path wiil loose 40% of the potential costumers out there, one that follows w3c standards will loose 0%. You do the math (even after being more productive).

But lets not start a flame about the way things are implemented and the way designers program.
 
Old 12-09-2003, 12:04 PM   #5
mcleodnine
Senior Member
 
Registered: May 2001
Location: Left Coast - Canada
Distribution: s l a c k w a r e
Posts: 2,731

Rep: Reputation: 45
Short answer: No.

Longer answer: I'm getting tired of trying to find the right hack to work around IE's broken .css formatting. Different hacks for different versions. Standards?

Things that are sure to raise the hackles of most Mac/Linux/any other non-IE users:
"Best viewed with Internet Explorer"
Links to IE Download sites to "upgrade my browser"
Sites that rely on lots of ActiveX controls to view content

...Just my $0.02
 
Old 12-09-2003, 01:24 PM   #6
Madrigar
LQ Newbie
 
Registered: Dec 2003
Distribution: SuSE 9.0
Posts: 11

Rep: Reputation: 0
Another problem you will run into is JavaScript... Typically most people design their JavaScript to check for browser version, then implement it differently whether it is Netscape or IE. However... that does NOT mean it will work with Mozilla or Konqueror I have found. (For example coding a scrolling message, or a scrolling menu, works fine with Netscape and IE after doing browser check, but doesn't work with either Konqueror or Mozilla it seems). Here is an example: http://home.cfl.rr.com/lestat/Richard_7.html

Anyone tried Netscape 7 for Linux? TuCows shows it as most popular, gives it 5 stars, and it supposedly integrates with RealPlayer (which other browsers give an error when trying to view videos in browser).
 
Old 12-09-2003, 01:27 PM   #7
yapp
Member
 
Registered: Apr 2003
Location: Netherlands
Distribution: SuSE (before: Gentoo, Slackware)
Posts: 613

Rep: Reputation: 30
Quote:
I am looking for a web browser that can handle cascading style sheets in the same fashion that IE does.
I find this statement a bit confusing to read. ...unless it was a sarcasm.

Currently, Internet Explorer is the only browser that lacks proper rendering of CSS2 tags. I'm not kidding, nor trying to be rude. Browsers like Mozilla render standard-complient pages much better then any other browser.

If you link to an CSS page, Mozilla expects to receive a page of the mime-type text/css.

If you claim to be a standard-complient page (I would recommend using XHTML, I expect this is the future), Mozilla gives you exactly what you said. no strings attached. better make sure you understand the rules

The website of mozilla has a nice page for web-developers too: http://www.mozilla.org/docs/web-developer/

Last edited by yapp; 12-09-2003 at 01:30 PM.
 
Old 12-09-2003, 02:45 PM   #8
CliffLandin
LQ Newbie
 
Registered: Sep 2003
Location: Colorado, USA
Posts: 20

Original Poster
Rep: Reputation: 0
I understand all of this, the answer , Short answer "No", was really sufficient. I wasn't trying to buck convention. I was really only asking if any other browser handled cascading style sheets in the same manner that IE did. I don't use IE, I use either Galeon or Firebird depending on the mood and I check all my sites using Mozilla and Netscape. So thank you for your responses, I didn't mean to get snippy.
 
Old 12-09-2003, 08:58 PM   #9
wapcaplet
LQ Guru
 
Registered: Feb 2003
Location: Colorado Springs, CO
Distribution: Gentoo
Posts: 2,018

Rep: Reputation: 48
Given that IE has so many (ahem) unique features when it comes to CSS, a true test of what sites look like in IE is probably to run IE itself. I hear that the most recent versions of Wine will run IE respectably; to get an even more accurate representation, you could use an environment like VMWare.

Having done a fair amount of standards-based design myself, I know that it's possible to make sites that look decent in IE while being standards-compliant and nice-looking in other, good browsers. And of course, you can use CSS to suggest to the IE users that they get a real browser
 
  


Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search

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 Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Lean Web Browsers? zero79 Linux - Software 10 11-18-2004 04:25 AM
Jerky mouse when web browsers download web page stodge Linux - Software 1 07-08-2003 10:29 PM
Curious About Web Browsers .......... justaguynsrq Slackware 9 03-24-2003 07:45 PM
web browsers Cubiq Linux - Networking 9 08-15-2002 02:44 PM
web browsers Diesel16 Linux - Newbie 1 01-29-2002 12:48 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Software

All times are GMT -5. The time now is 05:40 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration