| Web Design Lobby Forum for general web design issues not specific to scripting or graphics. |
11-06-2003, 01:29 PM
|
#1 (permalink)
|
|
Inactive
Join Date: 10-13-03
Posts: 1,671
Latest Blog: None
|
Why does Netscape
not understand CSS properly like it ignores the div property and any value i give it, also a layer i have for a menu system is slighlty out of position 
|
|
|
11-06-2003, 01:35 PM
|
#2 (permalink)
|
|
v7n Mentor
Join Date: 10-13-03
Location: Dallas, Texas, U.S.A.
Posts: 2,176
Latest Blog: None
|
ya i hate netscape with a passion, it's good that the majority of people use I.E.
|
|
|
11-06-2003, 01:53 PM
|
#3 (permalink)
|
|
Inactive
Join Date: 10-13-03
Posts: 1,671
Latest Blog: None
|
 killl it
|
|
|
11-06-2003, 03:08 PM
|
#4 (permalink)
|
|
Moderator
Join Date: 10-13-03
Location: UK
Posts: 2,819
Latest Blog: None
|
which version?
|
|
|
11-06-2003, 04:53 PM
|
#5 (permalink)
|
|
Inactive
Join Date: 10-13-03
Posts: 1,671
Latest Blog: None
|
7.1 lj it doesnt like my css and a layer set to relative position is off by 5 px maybe
|
|
|
11-06-2003, 05:48 PM
|
#6 (permalink)
|
|
Moderator
Join Date: 10-13-03
Location: UK
Posts: 2,819
Latest Blog: None
|
I think 7.1 uses the gecko engine, and that small difference could be due to yuor specified height/width attributes and the different way browsers show it.
The gecko engine renders CSS exactly as the W3C recommends, which is not always the best way.
IE uses a non-standard box-model, which is actually easier to work with most of the time.
I think they are talking about recommending a property that can be used to specify which box model you want used and when.
|
|
|
11-07-2003, 01:56 AM
|
#7 (permalink)
|
|
Inactive
Join Date: 10-13-03
Posts: 1,671
Latest Blog: None
|
so what do i do
|
|
|
11-07-2003, 02:01 AM
|
#8 (permalink)
|
|
Inactive
Join Date: 10-13-03
Location: South Africa
Posts: 843
Latest Blog: None
|
Nice graphic LazyJim very nice!

|
|
|
11-07-2003, 04:47 AM
|
#9 (permalink)
|
|
Moderator
Join Date: 10-13-03
Location: UK
Posts: 2,819
Latest Blog: None
|
You need to tell IE to do different sizes to allow for any padding and border widths. You can put code in the page that is only read by IE or specific versions of IE by using conditional comments
|
|
|
11-09-2003, 07:53 PM
|
#10 (permalink)
|
|
Inactive
Join Date: 10-13-03
Posts: 1,671
Latest Blog: None
|
it ignores the css though?? 
|
|
|
11-10-2003, 10:35 AM
|
#11 (permalink)
|
|
Inactive
Join Date: 10-13-03
Posts: 275
Latest Blog: None
|
Using css hacks, you can tell IE to use one method of doing something and Netscape to use something else to make something look the same in both browsers. This is usually an effective, yet complicated way to do something that should be very simple.
|
|
|
11-10-2003, 10:52 AM
|
#12 (permalink)
|
|
Moderator
Join Date: 10-13-03
Location: UK
Posts: 2,819
Latest Blog: None
|
Distorted: i think the CSS hack mainly target IE, when they do they often have the 'be nice to Opera' hack to mend the Ie hack that messes up Opera.
Conditional Comments are ignored by all browsers accept IE, put the CSS that fixes IE's mistakes in a conditional comment.
|
|
|
11-10-2003, 12:11 PM
|
#13 (permalink)
|
|
Inactive
Join Date: 10-13-03
Posts: 1,671
Latest Blog: None
|
erm how many will shift from nutscrape? they tell us to conform why dont the vendors agree on the structure its not that messed up but it completely ignores all div property
|
|
|
11-10-2003, 12:42 PM
|
#14 (permalink)
|
|
Inactive
Join Date: 10-13-03
Posts: 275
Latest Blog: None
|
Quote:
|
Conditional Comments are ignored by all browsers accept IE, put the CSS that fixes IE's mistakes in a conditional comment.
|
I see. You're suggestion is sorta the same as mine, but much easier. 
|
|
|
11-10-2003, 01:01 PM
|
#15 (permalink)
|
|
Moderator
Join Date: 10-13-03
Location: UK
Posts: 2,819
Latest Blog: None
|
Well there's several influential parties involved. Here's what I see...
Users
Designers
Builders
Browser manufacturers
W3C
Users make the ultimate decision on what they want/expect/ignore/hate. (Market Forces).
Designers try to make new interesting design and design new interesting things.
Builders find new ways of using technology, sometimes as it says in the manual, and sometimes in imaginative ways that stretch it beyond its purpose.
Browser manufacturers try to make cool new features that can be sued by the designers and builders, and make other new features that allow users more control and functionality.
W3C recognise good technology and use their forward thinking minds to standardise technology in order to aid usability for end-users, and developers alike.
If users did not call for more interesting sites,
and designers did not call for the ability to control more than just what text is in the page, (eg. layout)
and builders did not abuse technology, (eg. table-based layout, <h1> for big text rather than headings...)
and browser manufactures did not create new technology and functionality, (eg. <font> tag etc...)
then the web would not have progressed.
But if the W3C had not intervened then the web would have eaten itself up.
(I have deliberately left business that are in it to make a living (or to rob us all and get rich), as they tell a similar but different story.)
|
|
|
11-10-2003, 01:03 PM
|
#16 (permalink)
|
|
Moderator
Join Date: 10-13-03
Location: UK
Posts: 2,819
Latest Blog: None
|
Quote:
|
Originally Posted by Distorted
Quote:
|
Conditional Comments are ignored by all browsers accept IE, put the CSS that fixes IE's mistakes in a conditional comment.
|
I see. You're suggestion is sorta the same as mine, but much easier. 
|
hehe yeah!
I don't know why every one else is using those other CSS hacks - they're only going to cause more headaches when new versions of browsers are released!
|
|
|
11-11-2003, 01:15 AM
|
#17 (permalink)
|
|
Inactive
Join Date: 10-13-03
Posts: 1,671
Latest Blog: None
|
kill it 
|
|
|
|
Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
|
|
|
| Thread Tools |
|
|
| Display Modes |
Linear Mode
|
Posting Rules
|
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
HTML code is Off
|
|
|
All times are GMT -7. The time now is 12:44 PM.
© Copyright 2008 V7 Inc
|