Meine erster Versuch - My first try

discuss about sites that are just under construction or where experimental stuff is used
Post Reply
User avatar
pico
Posts: 2595
Joined: Wed 28. Jul 2004, 18:04
Location: Frankfurt/M Germany
Contact:

Meine erster Versuch - My first try

Post by pico »

habe jetzt meien erste Website halbwegs fertig und erwarte nun die Kritiken :D

have finished my first Site and now i'm awaiting your comments :D

http://www.simondigital.de/index.php

gruß - greatings

Horst
User avatar
Kosse
Posts: 1066
Joined: Thu 9. Sep 2004, 12:08
Location: Brussels, Belgium
Contact:

Post by Kosse »

Hi Pico,

Nice job, looks better then the older SIMON site with the soooo lovely wordart ( sic :oops: ) titles.

What you could do:
I would use your colors (blue, yellow öder green) for your buttons instead of grey, it would look much more integrated.
When you use Explorer, no problem, the pages fade. But with Firefox... they don't and the scroll does'nt seem to work well, like your pages stretches to the left (not nice) (css I guess... :cry:
Generally, work the pictures again (like the SIMON logo) it is a shame they have so poor quality (some additional kb won't kill the site)

Anyway, good luck!

Cheers
User avatar
pico
Posts: 2595
Joined: Wed 28. Jul 2004, 18:04
Location: Frankfurt/M Germany
Contact:

Post by pico »

Thanx Marcos

you wrote
When you use Explorer, no problem, the pages fade. But with Firefox... they don't and the scroll does'nt seem to work well, like your pages stretches to the left (not nice) (css I guess...
the funny thing at this is - if you refresh the page in Firefox it looks like the Explorer - I have spend a lot of time to fix this, but I didn't find the reason for that. But this is only in Firefox !? in Opera there is no Problem exept the scrolling and the Bottom-Area - have used the 'tablehight' for the Bottom-Area and that's not Compatible in all Browsers - also the 'Inline-Scrolling' I have done it with '<div align="left" class="scroll">'
in the 'Vorlage' and in the CSS:

div.scroll {
overflow: auto;
background-attachment: scroll;
background-repeat: repeat;
width:100%;
height:100%;
background-color: #FFFFFF;
border: 0px solid #FFFFFF;
padding-top: 0px;
padding-bottom: 0px;
padding-left: 5px;
padding-right: 5px;
}


and this is also not compatible in all Browsers - but didn't found a better solution for that.

-----

The SIMON site is not based on phpwcms and it is not from me - it's another Part of the Company and they do it with 'X-Pager'.

The Logo's I have to redesign - thats right - it's on my ToDo-List
Lieber Gott gib mir Geduld - ABER BEEIL DICH
Horst - find me at Musiker-Board
User avatar
Kosse
Posts: 1066
Joined: Thu 9. Sep 2004, 12:08
Location: Brussels, Belgium
Contact:

Post by Kosse »

Yeah, I use to have the same kind of problems with CSS (supposed to help the designers, right ... lol )

Maybe try to change the class to an id like
#divscroll {
}
instead of
div.scroll {
}

Then you would have:
<div id="divscroll"> instead of
<div align="left" class="scroll">

sometimes it works.
I don't have the solution either, testing is the (long and painful) way or get some CSS GURU come and tell us THE truth. :twisted:
But actually, is there a CSS GURU that can manage to comply to: IE Windows (say from 5.xx to 6.xx), IE Mac (from 5.xx to 6.xx), Mozilla, Firefox (from 0.9x to 1.xx), Opera, Safari, name them... It's a mess! :x

I think we should code our sites the best we can and remember that (whether we like it or not) more then 95% (this is not for starting a troll, I don't know the exact figures but on our server, some 100 sites we have more or less that average) are still with IE...

BTW, I could've seen the SIMON wasn't yours, not the same style, obvious, yours is MUCH better

Courage!
Cheers
Post Reply