Posted by Beauregard T. Shagnasty on 07/25/07 03:56
scmulqueen@netzero.com wrote:
> I am back again. I have redesigned the web page into style sheets.
> This is my first time so I am playing with a few things and I am not
> sure how to do some things.
Read this page before proceeding further:
http://k75s.home.att.net/fontsize.html
> 1) can you float an image over two columns in CCS, right now I have
> cut the image in half and I am trying to line the image up and it
> isn't working great. I would prefer it be on image that over lays the
> two columns
You mean the leafy thing? Why not just make it a background image? Just
one image, as background in the body.
background: url(../images/leaf.jpg) #808080 fixed no-repeat left top;
[your choice of matching color]
> 2) How can I make the left column be as long as the right column the
> same height without adding spaces in the left column? Right now I
> have spaces and it pushing the image down to line up but it isn't an
> exact placement. When I redesign the other pages I am going to need
> more length in the right column then I have on the test page.
Why not just let it float?
> This the test page done in style sheets is
> http://www.mulqueenhodgeswedding.com/test.htm
New documents should be Strict, not Transitional
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN"
"http://www.w3.org/TR/html4/strict.dtd">
You have errors.
<http://validator.w3.org/check?verbose=1&uri=http%3A%2F%2Fwww.mulqueenhodgeswedding.com%2Ftest.htm>
<http://jigsaw.w3.org/css-validator/validator?profile=css2&warning=2&uri=http%3A%2F%2Fwww.mulqueenhodgeswedding.com%2Ftest.htm>
You need to remove the HTML comment markers from the CSS.
And drop the specialty fonts. I for one don't have those Lucida things
(lots will not), and here is how your page looks to me:
http://k75s.home.att.net/show/merideth.jpg
--
-bts
-Motorcycles defy gravity; cars just suck
[Back to original message]
|