Quote:
|
Originally Posted by Karma
I really appreciate the feedback. I'm the designer, so I'm not too concerned about content  But there will be more added eventually. I took the picture for the banner, and it seems to be the thing every notices first, probably because it's huge.
Look at some of the values in the CSS. That's the only hint you get.
|
well here's some abnormalities in the CSS code i've found, but haven't actually found the 'egg' yet.
(text indended -9000px, thus rendering it out of screen? I've turned off CSS Style sheets on firefox, found no secret text though.)
#first a {
text-indent: -9000px;
background: url("/first.gif") no-repeat top left;
display: block;
height: 216px;
width: 250px;
}
(The content linked to this class might contain something, and since display is set to none, it will only be visible in the code, however i haven't found anything linked to this class)
.access {
display: none;
}