HighDots Forums  

IE vs. FF

alt.html alt.html


Discuss IE vs. FF in the alt.html forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
sheldonlg
 
Posts: n/a

Default IE vs. FF - 04-02-2008 , 06:07 PM






Here is a VERY strange occurance. I modified a Zen Cart installation by
editing the stylesheet.css. When I looked at it in Firefox all the
changes are there. (Basically, all I did was change background colors,
colors and borders). When I looked at in IE6, only the earlier changes
were there.

So, I figured that there was caching. I deleted the temp files and the
cookies. Exited the browser (while on a different page), and reopened.
Same thing.

Then I went to another machine that had never looked at this site. Same
thing.

I did a view source on both FF and IE and they are both identical and
pointing to the same css file.

How is this possible?

The URL is http://peglegsurf.com/store/index.ph...=index&cPath=6

Reply With Quote
  #2  
Old   
Jonathan N. Little
 
Posts: n/a

Default Re: IE vs. FF - 04-02-2008 , 06:11 PM






sheldonlg wrote:
Quote:
Here is a VERY strange occurance. I modified a Zen Cart installation by
editing the stylesheet.css. When I looked at it in Firefox all the
changes are there. (Basically, all I did was change background colors,
colors and borders). When I looked at in IE6, only the earlier changes
were there.

So, I figured that there was caching. I deleted the temp files and the
cookies. Exited the browser (while on a different page), and reopened.
Same thing.

Then I went to another machine that had never looked at this site. Same
thing.

I did a view source on both FF and IE and they are both identical and
pointing to the same css file.

How is this possible?

The URL is http://peglegsurf.com/store/index.ph...=index&cPath=6

HINT: // is not a CSS comment...

--
Take care,

Jonathan
-------------------
LITTLE WORKS STUDIO
http://www.LittleWorksStudio.com


Reply With Quote
  #3  
Old   
Nik Coughlin
 
Posts: n/a

Default Re: IE vs. FF - 04-02-2008 , 06:13 PM



"Jonathan N. Little" <lws4art (AT) central (DOT) net> wrote

Quote:
sheldonlg wrote:
Here is a VERY strange occurance. I modified a Zen Cart installation by
editing the stylesheet.css. When I looked at it in Firefox all the
changes are there. (Basically, all I did was change background colors,
colors and borders). When I looked at in IE6, only the earlier changes
were there.

So, I figured that there was caching. I deleted the temp files and the
cookies. Exited the browser (while on a different page), and reopened.
Same thing.

Then I went to another machine that had never looked at this site. Same
thing.

I did a view source on both FF and IE and they are both identical and
pointing to the same css file.

How is this possible?

The URL is http://peglegsurf.com/store/index.ph...=index&cPath=6


HINT: // is not a CSS comment...
Hint #2:
/* This is a CSS comment */



Reply With Quote
  #4  
Old   
sheldonlg
 
Posts: n/a

Default Re: IE vs. FF - 04-02-2008 , 06:31 PM



Nik Coughlin wrote:
Quote:
"Jonathan N. Little" <lws4art (AT) central (DOT) net> wrote in message
news:569a8$47f40ecf$40cba7c3$14256 (AT) NAXS (DOT) COM...
sheldonlg wrote:
Here is a VERY strange occurance. I modified a Zen Cart installation
by editing the stylesheet.css. When I looked at it in Firefox all
the changes are there. (Basically, all I did was change background
colors, colors and borders). When I looked at in IE6, only the
earlier changes were there.

So, I figured that there was caching. I deleted the temp files and
the cookies. Exited the browser (while on a different page), and
reopened. Same thing.

Then I went to another machine that had never looked at this site.
Same thing.

I did a view source on both FF and IE and they are both identical and
pointing to the same css file.

How is this possible?

The URL is http://peglegsurf.com/store/index.ph...=index&cPath=6


HINT: // is not a CSS comment...

Hint #2:
/* This is a CSS comment */
Thank you. That did it. I am a PHP programmer who does some Javascript
and now I had to tackle a CSS. Force of habit. Interestingly, FF seems
to handle it as a comment since I do all of my development in FF.

Thanks again.


Reply With Quote
  #5  
Old   
Jonathan N. Little
 
Posts: n/a

Default Re: IE vs. FF - 04-02-2008 , 06:53 PM



sheldonlg wrote:

Quote:
Thank you. That did it. I am a PHP programmer who does some Javascript
and now I had to tackle a CSS. Force of habit. Interestingly, FF seems
to handle it as a comment since I do all of my development in FF.

Thanks again.
Actually, FF handles it as an invalid rule due to a syntax error and
discards is as it is supposed to, and IE ignores the error and parses
the rule as it "guesses" it to be as it is *not* supposed to...

That is why those IE underscore hacks "_border: ..." 'work', (as least
for now)... BTW: I am not condoning the hacks

--
Take care,

Jonathan
-------------------
LITTLE WORKS STUDIO
http://www.LittleWorksStudio.com


Reply With Quote
  #6  
Old   
dorayme
 
Posts: n/a

Default Re: IE vs. FF - 04-02-2008 , 07:13 PM



In article <UJidnWlJqr8HjGnanZ2dnUVZ_ternZ2d (AT) giganews (DOT) com>,
sheldonlg <sheldonlg> wrote:

Quote:
Here is a VERY strange occurance. I modified a Zen Cart installation by
editing the stylesheet.css. When I looked at it in Firefox all the
changes are there. (Basically, all I did was change background colors,
colors and borders). When I looked at in IE6, only the earlier changes
were there.

So, I figured that there was caching. I deleted the temp files and the
cookies. Exited the browser (while on a different page), and reopened.
Same thing.

Then I went to another machine that had never looked at this site. Same
thing.

I did a view source on both FF and IE and they are both identical and
pointing to the same css file.

How is this possible?

The URL is http://peglegsurf.com/store/index.ph...=index&cPath=6
First thing to do is to fix up all errors as best as you can:

http://tinyurl.com/39mzg

--
dorayme


Reply With Quote
  #7  
Old   
dorayme
 
Posts: n/a

Default Re: IE vs. FF - 04-02-2008 , 07:53 PM



In article
<doraymeRidThis-16442B.10130603042008 (AT) news-vip (DOT) optusnet.com.au>,
dorayme <doraymeRidThis (AT) optusnet (DOT) com.au> wrote:

Quote:
The URL is http://peglegsurf.com/store/index.ph...=index&cPath=6

First thing to do is to fix up all errors as best as you can:

http://tinyurl.com/39mzg
Huh! Last time I looked this last was to the css validator. Now it is to
some BBC site. No idea how this happened?

--
dorayme


Reply With Quote
  #8  
Old   
dorayme
 
Posts: n/a

Default Re: IE vs. FF - 04-02-2008 , 08:56 PM



In article <h798v35q4hqjp5i4ava7tfq75hhiectedd (AT) 4ax (DOT) com>,
Ed Jay <edMbj (AT) aes-intl (DOT) com> wrote:

Quote:
dorayme scribed:

In article
doraymeRidThis-16442B.10130603042008...ptusnet.com.au>,
dorayme <doraymeRidThis (AT) optusnet (DOT) com.au> wrote:

The URL is http://peglegsurf.com/store/index.ph...=index&cPath=6

First thing to do is to fix up all errors as best as you can:

http://tinyurl.com/39mzg

Huh! Last time I looked this last was to the css validator. Now it is to
some BBC site. No idea how this happened?

It's probably a daylight savings time issue.
Ed. You are teasing me! I can tell straight away. <g>

--
dorayme


Reply With Quote
  #9  
Old   
Travis Newbury
 
Posts: n/a

Default Re: IE vs. FF - 04-03-2008 , 05:06 AM



On Apr 2, 7:07 pm, sheldonlg <sheldonlg> wrote:
Quote:
Here is a VERY strange occurance....
Who cares. Get better images of the t-shirts. The images you have
now look like hell and will probably cost you more business and
anything else you could do to gain business.


Reply With Quote
  #10  
Old   
Jonathan N. Little
 
Posts: n/a

Default Re: IE vs. FF - 04-03-2008 , 08:37 AM



Travis Newbury wrote:
Quote:
On Apr 2, 7:07 pm, sheldonlg <sheldonlg> wrote:
Here is a VERY strange occurance....

Who cares. Get better images of the t-shirts. The images you have
now look like hell and will probably cost you more business and
anything else you could do to gain business.
Flash would fix it right?

--
Take care,

Jonathan
-------------------
LITTLE WORKS STUDIO
http://www.LittleWorksStudio.com


Reply With Quote
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

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.