![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
I am about halfway finished with a redesign of a friend's web site. I am interested in any and all ideas of what's good or bad and how things might be improved. http://new.canbypublications.com/phnom-penh/ |
#3
| |||
| |||
|
|
cruiserweight wrote: I am about halfway finished with a redesign of a friend's web site. I am interested in any and all ideas of what's good or bad and how things might be improved. http://new.canbypublications.com/phnom-penh/ Nice, clean look and (IMO) good color choice. Great first photo with the boy jumping. The very first thing I did was upsize the text, |
#4
| |||
| |||
|
|
In article <4a3b529a$... (AT) news (DOT) bluewin.ch>, *John Hosking <J... (AT) DELETE (DOT) Hosking.name.INVALID> wrote: cruiserweight wrote: I am about halfway finished with a redesign of a friend's web site. I am interested in any and all ideas of what's good or bad and how things might be improved. http://new.canbypublications.com/phnom-penh/ Nice, clean look and (IMO) good color choice. Great first photo with the boy jumping. The very first thing I did was upsize the text, Me too... agree with much of what you said. Something that always seems to irritate me is unnecessary horizontal scrolling. The seed is sown: .container { * *width:980px; And this sort of thing: #navigation #primary { * *height:32px; guarantees trouble because text grows in boxes that cannot fit it in... In other words, beware of specifying heights. Either don't do it at all (best advice where text is involved) or do it with em. -- dorayme |
#5
| |||
| |||
|
|
On Jun 19, 4:14Â*pm, dorayme <doraymeRidT... (AT) optusnet (DOT) com.au> wrote: In article <4a3b529a$... (AT) news (DOT) bluewin.ch>, Â*John Hosking <J... (AT) DELETE (DOT) Hosking.name.INVALID> wrote: cruiserweight wrote: I am about halfway finished with a redesign of a friend's web site. I am interested in any and all ideas of what's good or bad and how things might be improved. http://new.canbypublications.com/phnom-penh/ Nice, clean look and (IMO) good color choice. Great first photo with the boy jumping. The very first thing I did was upsize the text, Me too... agree with much of what you said. Something that always seems to irritate me is unnecessary horizontal scrolling. The seed is sown: .container { Â* Â*width:980px; And this sort of thing: #navigation #primary { Â* Â*height:32px; guarantees trouble because text grows in boxes that cannot fit it in... In other words, beware of specifying heights. Either don't do it at all (best advice where text is involved) or do it with em. -- dorayme Thank you very much. Exactly the kind of stuff I wanted to hear. I agree, if you are browsing with less than a 1000px wide viewport, then you will get the horz scroll bar. This is unfortunate, but I've found no better solution. 100% wide is, IMHO, even worse, because it creates sentences they are simply too wide to be read comfortably. Given the choice, I chose going with a fixed width. max- and min-width properties would be the right response here if only ie respected it. Is there a better? Please advise. |
![]() |
| Thread Tools | |
| Display Modes | |
| |