|
Posted by Jonathan N. Little on 09/27/07 14:06
Isaac Grover wrote:
> Good morning from Wisconsin,
>
> FWIW, I am so tired of creating standards-compliant sites in FF2 to have
> them break in IE6, then fixing them to work in IE6 only to have them break
> in FF2. Very frustrating.
Pisser ain't it! Well the problems with IE not FF. My advice is design
for compliant browsers and tweak just enough so that MSIE6 "works"
enough to be usable. Since MSIE is really an OS component as <WinXP
peter out so will the so will MSIE5, 5.5, and 6!
>
> The site in question looks almost as it should in FF2 but has a ways to go
> yet in IE6.
Which site? You've made your first boo-boo by complaining to Usenet with
some vague problem yet you supply no link to the page in question.
Tisk-tisk!
> There is a wider-than-necessary gap between #mainbody and
> #affiliations in FF2, and has whitespace gaps below #specials, #options,
> #mainbody and #affiliations in IE6. As this will probably be an ongoing
> issue in future sites not just for us but others,
Maybe, because they may also make the same error that you *may* have
made...who knows because we cannot see what you have done.
I can guess that your problems may be self-inflicted. Common errors are
designing in ways that trigger quirks mode, scaling in pixels for text
related elements, over use of positioning especially absolute, just to
name a few.
> is there a visual CSS
> validator for IE6 like Aardvark in FF2?
Don't know. THE validator independent of any browser is at
http://jigsaw.w3.org/css-validator/
Not sure what IE-CSS "validation" would mean.
>
> Also, I love .pngs for my mouseovers because of their smooth transparency
> and have used pngswap.js from
> http://homepage.ntlworld.com/bobosola/png_mouseover.htm
Hope you did not use this site for reference on how one should code a
site. It seems to hit all my examples of the most common mistakes folks
make... one most telling snippet!
body{
background : White url("bg.gif") repeat-y;
font-size : 76%;
font-family : Verdana, Arial, Helvetica, sans-serif;
padding : 10px 0 0 30px;
}
> for a few years but
> don't like that I have to include pngswap.js in the html head. What do all
> of you use for transparent mouseovers? (FYI, I was testing .gif
> mouseovers in the test link above and quickly remembered why I like .pngs.)
Use text?
--
Take care,
Jonathan
-------------------
LITTLE WORKS STUDIO
http://www.LittleWorksStudio.com
Navigation:
[Reply to this message]
|