Published by
wynn on
June 22, 2009
US Government Organization Manual covers — from 1940 to 2001. I found them inspiring to see how design, even governmental design, has grown over the years.
-
-
1940s-1960s: You can never go wrong with a standard.
-
-
1965-1975: Experimenting with color (even black!) and right justified.
-
-
1980-1990s: Funky fonts and I am willing to bet that the 1984/85 cover was designed by a gamer or a hacker.
-
-
1995/2001: Photoshop has changed the world.
Published by
wynn on
February 2, 2009
I’m SOOOO used to my pages not looking the exact same between IE and Firefox, with IE usually being the loser. However, I have come across one (1!!!) issue that is the opposite. And it’s all about the tables. Eek.
- First it’s tabulated data. Just clearing that up.
- This is another reason for doing more in CSS than I currently do, and WHY I should do it.
- Yay – you get to see screenshots of my multiple tabs obsession…

table in ie 7
It’s a shocker. This is how I want the table to look. I do not want the outdated shadows on here. And I design with Dreamweaver, and I confess, it’s soo easy to just input the little details in the Properties manager and ta-da! Honestly, anything to make my job easy, less of a hassle (to explain to others why this one page took 2 hours to build, minus the data). And I’m one of those weirdoes who prefer no “hacks” into my webpages.

table in firefox 2
oh, snarfblatt.
Another reason for this post is that there didn’t seem to be enough discussions on this issue when I tried to google it. (I might not have had the right combination of search terms.) Anyway.
The answer lies in good CSS. I should have known – it always does. It also has to do with the fact that Firefox does not support border color (discussion: http://forums.mozillazine.org/viewtopic.php?f=7&t=228844&start=0&st=0&sk=t&sd=a).
So, I deleted my terrible html code like a good web girl:
<table border="1" cellpadding="2"
cellspacing="2" bordercolor="#a8907c">
And wrote the following in CSS (and played a little):
table {border: thin solid #A8907C;}
th {border: medium solid #4f4638;}
td {border: thin solid #A8907C;}
So now, the results are in.

firefox table in css

ie table in css
Firefox wins.
Ha ha!
Published by
samanthacr on
December 3, 2008
from faceyourmanga.it … pretty neat…
Published by
wynn on
September 30, 2008
ok — i lost part of the name game, but it’s ok.
http://www.cradleroll.com/default.aspx?navid=18&babyid=3679
Jonathyn, Jonathan… he’s still a cutie.
–w
Published by
wynn on
July 10, 2008
found this on a designer’s website. Loved how they incorporated their browser preference within their website design.
And, it didn’t look TOO different from ie and firefox… in my opinion.