|
Posted by al jones on 01/29/07 02:56
On Wed, 24 Jan 2007 15:21:43 +1100, dorayme wrote:
> In article <50vg3hie8llq.1tvu36moctg1c$.dlg@40tude.net>,
> al jones <alfredmjones@shotmail.com> wrote:
>
>> On my site, specifically at http://aljones.us/forward.html
>>
>> Basically, I'm satisfied with the design as it stands - though I'm also
>> 'perfectionist' enough to want it to display 'better'. Your observatioons
>> and corrections are welcome.
>
> It would be better without the frames. Or remove the height
> restriction on what you have. One of my screens is big and it is
> irritating to see the frame on left so short. Be rid of that max
> height or any on that.
>
> On the page about William van Amber, there is no need to repeat
> so often the text "WWvA Diary" in the navigation frame.
>
> The borders and paddings and margins need attention. There is no
> grace between the text and left border, the nav text is jammed up
> against the border.
>
> Don't use px units for font-sizes. Use %. Set the text to 100% at
> the body level. If you want to go down a bit for the navigation,
> maybe 85 or 90%.
>
> Some quick and haphazard things: i got it to look better to my
> eye by changing yours to
>
> div#leftbit {
> float: left;
> margin: 0;
> padding: .5em;
> width: 12em;
> border-right: solid 5px #ccc;
> }
>
> and
>
> div#moststuff {
>
> color: black;
> margin: 0em 0 5em 13em;
> padding: .5em;
>
> }
>
> and completely removing your
>
> #all
>
> And now, I must stop.
Since I've tried to implement some of your suggestions and am going bonkers
with the same (original) problem, I'm 'bumping' this in the hopes that
someone will comment on either / both messages ...
--
//al
Navigation:
[Reply to this message]
|