Beauregard T. Shagnasty wrote:
[color=blue]
> Beauregard T. Shagnasty wrote:
>[color=green][color=darkred]
> >>
http://home.cfl.rr.com/jmartin104/uhf/[/color]
> >
> > 404. It will help greatly if you give a URL to the page in question.[/color]
>
> Ah, now it's working...
>
> I don't see any need for the absolute positioning at all. Float the
> nav div left, and give a suitable left margin to the content div. Use
> em instead of px, so when I increase the text, the divs expand with
> it.[/color]
I'll remove this. It came from my book but I think it had to do with
some example.
[color=blue]
>
> font-family:times new roman, arial, sans-serif;
> should be:
> font-family: "Times New Roman", arial, sans-serif;
> font names with spaces need quoted.[/color]
That's what the CSS validator was complaining about.
[color=blue]
>
> but why you want to mix serif and sans-serif fonts remains a mystery.[/color]
Even to me. It was another example. I have a book on fonts but can't
seem to find it.
[color=blue]
>
> Consider also not using the color name in the selector.
> em.emRed {color:red;}
> Try em.emhot {color:red;}
> because next week you may want to use .. green .. and it will look
> strange to have a style called .emred that displays green.
>[/color]
Agreed.
[color=blue]
> Whenever you assign a color, or background color, you need to assign
> the other as well.[/color]
How do you make the background color clear? I mean, if the text is
going over an image, you don't really want to SEE a background color.
Transparent? Is that a color?
[color=blue]
>
> 185.72 KB (190181 bytes) for the background image is waaay to heavy.
> At Width: 1199px, Height: 801px. The edge where it repeats isn't
> pretty either. It needs more fading as I think it interferes with
> reading the content.
>[/color]
Oh yeah, I have to go back over the images for sure. Right now, they
are being used as ideas for design.
[color=blue]
> Your logo is 44.42 KB (45485 bytes) and is resized in the HTML. Fix
> that. Same for the photo of the boys: 182.36 KB (186741 bytes) and
> resized from Physical Width: 592px, Physical Height: 400px
>
> Otherwise, it's pretty good.[/color]
Thanks! I need to read up some more. My book is not real clear on the
use of em.