PMJI,

I use CSS all the time for virtually, if not absolutely, all visual markup.

But is CSS-P really there yet? The last time I tried it, it was completely
UN-cross-browser compatible.

I'm not interested in ancient browsers, but still wish to support v4 and
higher of the Big 3. (Okay, maybe Opera doesn't deserve that, but its what I
use, so its important to me.)

If this has changed, then I guess I'll start moving away from tables.

J.R.

-----Original Message-----
From: John van Rompu [mailto:[EMAIL PROTECTED]]
Sent: Friday, November 29, 2002 9:54 AM
To: [EMAIL PROTECTED]
Subject: [wdvltalk] RE: page layout



Hi ,

forget tables. You can use frames but htey are messy and issues arise with
search engines etc.

Use style sheets. Use style classes which can allow positioning anywhere you
want.

I have included some code that may help. You are using styles on your divs
you just need to elaborate them a little.

Main Page

<html>
<head>
<title>Untitled Document</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<link rel="stylesheet" href="../../../web%20tests/apisto/footer.css"
type="text/css">
</head>

<body bgcolor="#FFFFFF" text="#000000">
<div id="Footer" class="footer"> <img
src="../../../web%20tests/apisto/leluepi2.gif" width="100" height="75">
</div >

</body>
</html>


Style Sheet

.footer {  float: left; position: relative; visibility: visible; left:
           0px; top: 90%;z-index: 5; border: medium #000000 solid}


Thanks,

John


>Subject: page layout
>From: "Mignon Hunter" <[EMAIL PROTECTED]>
>Date: Thu, 28 Nov 2002 08:37:43 -0600
>X-Message-Number: 11

>Hello list,


>I am trying to figure out a way to make Footer span the total bottom of
>page, to appear under both SideBar and Content divs.  I can get the
>image to appear but it does so at the top of the page.  I could use
>absolute positioning but the Content div will be dynamic and therefore I
>will not know how long the page will be.

>Any advice on this issue will be greatly appreciated.





____ • The WDVL Discussion List from WDVL.COM • ____
To Join wdvltalk, Send An Email To: mailto:[EMAIL PROTECTED]
       Send Your Posts To: [EMAIL PROTECTED]
To change subscription settings to the wdvltalk digest version:
    http://wdvl.internet.com/WDVL/Forum/#sub

________________  http://www.wdvl.com  _______________________

You are currently subscribed to wdvltalk as: [EMAIL PROTECTED]
To unsubscribe send a blank email to %%email.unsub%%


____ • The WDVL Discussion List from WDVL.COM • ____
To Join wdvltalk, Send An Email To: mailto:[EMAIL PROTECTED] 
       Send Your Posts To: [EMAIL PROTECTED]
To change subscription settings to the wdvltalk digest version:
    http://wdvl.internet.com/WDVL/Forum/#sub

________________  http://www.wdvl.com  _______________________

You are currently subscribed to wdvltalk as: archive@jab.org
To unsubscribe send a blank email to [EMAIL PROTECTED]

Reply via email to