Free2Code
 
Time: 2009-01-06, 03:41am
Viewing in Firefox problems
Subject: Viewing in Firefox problems  ·  Posted: 2006-05-21, 04:48pm
Rank: ? (4)
Member #: 27590
I use Internet Explorer, and to me, my site looks perfect (http://avril-l.org/index2.html)

but I have been informed that the link in the left column are all blue, and some of the picture are not alligned.

can anyone help?

Melissa

 
  Reply to this ·  Post link ·  Top
Subject: Re: Viewing in Firefox problems  ·  Posted: 2006-05-22, 03:08am
Rank: ? (4821)
Member #: 3416
it was taking so long to load that i gave up. what i did see didn't look all that bad, but since it was taking so long in firefox i didn't want to bring up explorer and wait even longer.

in general though, i've found that it's a lot easier to primarily test in firefox, then check ie and work around the crazy bugs that show up there -- coding for firefox makes you write better code because part of firefox's purpose is to promote web standards, and using the standards means it's more likely to work correctly in all browsers. ie on the other hand handles a lot of bad code.

if you end up writing bad code that works in ie, you're going to have a lot more work to do cleaning that up for other browsers than if you wrote good code in firefox and just had to work around the bugs in ie.

my mind is like a steel trap! it only hangs on to the big stuff. visit my forums at track7.org
 
  Reply to this ·  Post link ·  Top
Subject: Re: Viewing in Firefox problems  ·  Posted: 2006-05-22, 08:14am
Rank: ? (4)
Member #: 27590
what takes long to load? i just changed hosts yesterday and my site loads really fast now (http://avril-l.org/index2.html)

the problem is the Stats column on the left with the blue links... don't you see them?

the only problem is that i don't have firefox, so I cant do anything about editing... would there be a way that you could take a look at my codes?

thanks!
Melissa

 
  Reply to this ·  Post link ·  Top
Subject: Re: Viewing in Firefox problems  ·  Posted: 2006-05-22, 08:35am
Rank: ? (1028)
Member #: 70
Download firefox

...like Marvin Gaye, only blacker.
 
  Reply to this ·  Post link ·  Top
Subject: Re: Viewing in Firefox problems  ·  Posted: 2006-05-23, 09:44am
Rank: ? (4821)
Member #: 3416
it was way faster this time, so maybe it was my connection before.

firefox is free and available on pretty much every platform, so if you're interested in how your site looks there you really should download it and install it. if you use it much at all you'll probably find you like it better than internet explorer anyway.

i looked at your css file and you have a problem in there: the scrollbar-track-color line has a stray } at the end of it, which is making your entire css file invalid. you actually have a lot of issues with your css, though most of them probably aren't causing any real problems (for example, the fact that none of those scrollbar properties are actually part of css). anyway if you remove the extra } from your css your link colors will probably work.

my mind is like a steel trap! it only hangs on to the big stuff. visit my forums at track7.org
 
  Reply to this ·  Post link ·  Top
Subject: Re: Viewing in Firefox problems  ·  Posted: 2006-05-23, 02:53pm
Rank: ? (4)
Member #: 27590
thank you very much misterhaan! Removing that } fixed it! I can't believe I over looked that.

Melissa

» Post edited 2006-05-23, 03:00pm by miss1030.

 
  Reply to this ·  Post link ·  Top

Pages: 1

Please login or register to post a reply.

icons