|
Posted by Crazy Jack on 03/20/06 13:15
Hi.
I do not do web authoring for profit, but I like playing with it and I
want to do a small site for a local school. This is to be in html4.01
strict and css only. I hope.
The layout is basic, a header, left side nav, content and footer.
Loads of tutorials out there. But I can't get the header to do what I
want.
In the header I want a picture, text, then another picture. The
pictures to stay the same size (150 x 96) but the text to resize if
the window is shrunk. This looks like a variation on a three column
site, so I have been trying designs without sucess! The latest was to
have the following divs...
<div id=header> position absolute
<div id=leftpic> float left
<div id=rightcontainer> float right
<div id=flexibletext> float left
<div id=rightpic> float right
(pseudocode, no quotes, closing divs etc.)
I know it's simple to those that know, but I'm stuck. Any ideas on
how to outline this? Thanks.
--
The Source For Premium Newsgroup Access
Great Speed, Great Retention
1 GB/Day for only $8.95
Navigation:
[Reply to this message]
|