>
New Topic
>
Reply<
Esato Forum Index
>
General discussions >
Non mobile discussion
> I Love CSS
Bookmark topic
Yup, yet another website update thread from me, I'm sure you're getting sick of them by now. (although they normally go under P800/900/910 forum)
Anyway I'm very pleased with myself playing with CSS. That stuff is dynamite. Just look at the transformation
http://www.shock-therapy.org/AdSense-old.htm
http://www.shock-therapy.org/AdSense.htm
--
Posted: 2005-06-11 16:44:14
Edit :
Quote
F**k microsoft, F**K 'em. Why can't they build a browser which takes notice of web standards which have been around for 5 F**KING YEARS! Interpreting 'position: fixed' as 'static', just WTF!
If you havn't yet done so, please switch to FireFox or any other browser which the developers have worked on in the last five years. You will then be able to see a lovely floaty menu on the right hand side of my pages.
For those of you who may have seen my site in IE today, i am truly sorry for Microsoft being total idiots. The menu is now back in it's rightful place rather than lounging at the bottom of the page.
And do you know what the worst thing is? I've actually had to take advantage of the fact that Microsoft can't parse style sheets properly to make it work in FF and IE. Thankfully IE wouldn't know a child relationship if it smacked them around the Fing head.
Okay, rant over, I'm calm now. Just please, for me,
get firefox.
(Please Note pleading: MODs, please don't ban me. I'm not normally such an avid anti-microsoft person. But when Internet Explorer cocks up a CSS command which has been present for five years, and it turns out that its just never actually been implemented in IE, you really have to wonder what the hell they're being paid for.)
--
Posted: 2005-06-11 23:58:35
Edit :
Quote
or get the latest Netscape 8 which renders in FF and the IE engine.
--
Posted: 2005-06-12 00:08:08
Edit :
Quote
As long as it can actually understand CSS that'll do just as well yea
But then again, I'd rather use open source than ad supported software.
--
Posted: 2005-06-12 00:13:06
Edit :
Quote
Calm down, IE supports CSS and web standards but with minor bugs, hence the difference between the two browsers ...
Btw I never encountered a problem with IE cause there is allways an alternative or a solution
whitout css browsers hacks !
--
Posted: 2005-06-12 02:36:52
Edit :
Quote
Yea, but I don't want a plain menu, I want a nice floaty menu. And with:
Code:
@media screen
{
#menu
{
position: fixed;
}
* html
{
overflow-y: hidden;
}
* html body
{
overflow-y: auto;
height: 97%;
padding: 0 15em 0 1em;
font-size: 100%;
}
* html #menu
{
position: absolute;
}
nice little piece of code it should now actually scroll properly in IE. Now to just actually sort the vertical scrollbar out ...
--
Posted: 2005-06-12 15:31:19
Edit :
Quote
New Topic
Reply