![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
Once again I’d like some feedback on the site http://www.weltladen-tuebingen.de. The situation is the following: I, as a real computer freak, have a Big Screen. The lady who is responsible for the content of the page, however, uses DreamWeaver and has a small laptop. For her, the page doesn’t look so nice because the last button on the navigation area is wrapped always. |
#3
| |||
| |||
|
|
In article <gd4a1u$ota$1 (AT) newsserv (DOT) zdv.uni-tuebingen.de>, Hendrik Maryns <gtw37bn02 (AT) sneakemail (DOT) com> wrote: Once again I’d like some feedback on the site http://www.weltladen-tuebingen.de. The situation is the following: I, as a real computer freak, have a Big Screen. The lady who is responsible for the content of the page, however, uses DreamWeaver and has a small laptop. For her, the page doesn’t look so nice because the last button on the navigation area is wrapped always. More than one button wraps on my screen at a convenient browser size, it looks fine! |
|
But best thing to do in this situation is to make the navigation a horizontal list, |
|
orange rectangle look. Your images absolutely cry out to be replaced so, there is nothing about them much that is essentially graphic. Plus you gain a lot because you can control the relative text size a bit, the paddings can be in % terms meaning they shrink the more the window is shrunk widthwise... and other benefits. |
#4
| |||
| |||
|
|
http://www.weltladen-tuebingen.de. The situation is the following: I, as a real computer freak, have a Big Screen. The lady who is responsible for the content of the page, however, uses DreamWeaver and has a small laptop. For her, the page doesn’t look so nice because the last button on the navigation area is wrapped always. Ah, the thing is she doesn’t like it that it is wrapped! |
#5
| |||
| |||
|
|
Once again I’d like some feedback on the site http://www.weltladen-tuebingen.de. [...] Is there some standard solution for this? Like, have the margins shrink if the viewport gets smaller? Maybe I should just do a horizontal centering of the #content? Yes. Use percentages to set the horizontal margins and padding. |
#6
| |||
| |||
|
|
dorayme schreef: In article <gd4a1u$ota$1 (AT) newsserv (DOT) zdv.uni-tuebingen.de>, Hendrik Maryns <gtw37bn02 (AT) sneakemail (DOT) com> wrote: Once again I’d like some feedback on the site http://www.weltladen-tuebingen.de. The situation is the following: I, as a real computer freak, have a Big Screen. The lady who is responsible for the content of the page, however, uses DreamWeaver and has a small laptop. For her, the page doesn’t look so nice because the last button on the navigation area is wrapped always. More than one button wraps on my screen at a convenient browser size, it looks fine! Ah, the thing is she doesn’t like it that it is wrapped! |
|
But best thing to do in this situation is to make the navigation a horizontal list, Why? Or do I understand you wrongly, do you mean I should put it in an ul> and style that list to be flat? How would I do that? display:inline on both ul and li? |
|
to use real HTML text and style for that white text on orange rectangle look. Your images absolutely cry out to be replaced so, there is nothing about them much that is essentially graphic. Plus you gain a lot because you can control the relative text size a bit, the paddings can be in % terms meaning they shrink the more the window is shrunk widthwise... and other benefits. As I did on the test page. You’re right, thanks. H. |
#7
| |||
| |||
|
|
On 10/15/08 01:36 am, Hendrik Maryns wrote: Once again I’d like some feedback on the site http://www.weltladen-tuebingen.de. [...] Is there some standard solution for this? Like, have the margins shrink if the viewport gets smaller? Maybe I should just do a horizontal centering of the #content? Yes. Use percentages to set the horizontal margins and padding. |
|
You could also set the width of the buttons using percentage. The obvious problem, then, is that eventually the size would shrink enough for text to wrap within the button. |
#8
| |||
| |||
|
|
In article <gd4e20$u7m$1 (AT) newsserv (DOT) zdv.uni-tuebingen.de>, Hendrik Maryns <gtw37bn02 (AT) sneakemail (DOT) com> wrote: dorayme schreef: In article <gd4a1u$ota$1 (AT) newsserv (DOT) zdv.uni-tuebingen.de>, Hendrik Maryns <gtw37bn02 (AT) sneakemail (DOT) com> wrote: Once again I’d like some feedback on the site http://www.weltladen-tuebingen.de. The situation is the following: I, as a real computer freak, have a Big Screen. The lady who is responsible for the content of the page, however, uses DreamWeaver and has a small laptop. For her, the page doesn’t look so nice because the last button on the navigation area is wrapped always. More than one button wraps on my screen at a convenient browser size, it looks fine! Ah, the thing is she doesn’t like it that it is wrapped! Well, she is not the intended user of the site... but never mind, if she is another she who must be obeyed, |
|
then consider the other thing I said about getting rid of fixed width images for the navigation, take a guess at what someone who needs to look at websites at one click text size up from normal and measure how many px or ems are involved till one of the menu items wraps and specify a minimum width for the menu. That is as about as good as you can do if she must be obeyed! But best thing to do in this situation is to make the navigation a horizontal list, Why? Or do I understand you wrongly, do you mean I should put it in an ul> and style that list to be flat? How would I do that? display:inline on both ul and li? Yes, you use display: inline. There are many examples, Google up for one. key things are perhaps: li { display: inline; list-style: none; } |
#9
| |||
| |||
|
|
Op 16-10-08 05:17 heeft dorayme als volgt van zich laten horen: li { display: inline; list-style: none; } Funnyly, display:inline seems to suffice, the list markers are automatically hidden then. |
#10
| |||
| |||
|
|
Hendrik Maryns wrote: Op 16-10-08 05:17 heeft dorayme als volgt van zich laten horen: li { display: inline; list-style: none; } Funnyly, display:inline seems to suffice, the list markers are automatically hidden then. In some browsers, no doubt, but that doesn't mean it's true for all browsers. |
![]() |
| Thread Tools | |
| Display Modes | |
| |