Re: [WSG] Footer problem!

2008-05-15 Thread Adam Martin
Are you worried about the text overlapping the footer? If so, try this: div#footer { background-color:#2D2D2D; border-top:1px solid #00; clear:both; height:100px; width:100%; } Cheers Adam - james wrote: Hi All, This is probably a real easy thing to do, how ever i

Re: [WSG] Footer problem!

2008-05-15 Thread nate hanna
You need to clear the float caused by id=footer and possibly place your footer div outside of id=main-content b/c once you clear the float the 266px padding you have on main-content will affect the footer. If you don't want to move the footer div take the padding off of main-content and put a

RE: [WSG] Footer problem!

2008-05-15 Thread Darren Lovelock
] [mailto:[EMAIL PROTECTED] On Behalf Of Adam Martin Sent: 15 May 2008 12:20 To: wsg@webstandardsgroup.org Subject: Re: [WSG] Footer problem! Are you worried about the text overlapping the footer? If so, try this: div#footer { background-color:#2D2D2D; border-top:1px solid #00; clear:both; height

Re: [WSG] Footer problem!

2008-05-15 Thread james
I just added that CSS, so i could see where the is was positioned, however i can see that it moves around on each page, i am not sure why it does this, it is supposed to be at the bottom of the page in the center fixed. Cheers Adam Martin wrote: Are you worried about the text overlapping

Re: [WSG] Footer problem!

2008-05-15 Thread Adam Martin
It is at the bottom of the content - which is why it is moving around :) james wrote: I just added that CSS, so i could see where the is was positioned, however i can see that it moves around on each page, i am not sure why it does this, it is supposed to be at the bottom of the page in the

Re: [WSG] Footer problem!

2008-05-15 Thread Adam Martin
http://blog.twenty08.com/2007/04/15/how-to-align-a-footer-to-the-bottom-of-the-page-in-xhtml-strict-across-all-three-browsers/ james wrote: I just added that CSS, so i could see where the is was positioned, however i can see that it moves around on each page, i am not sure why it does this,

Re: [WSG] Footer problem!

2008-05-15 Thread james
thanks will give it a try :) Adam Martin wrote: http://blog.twenty08.com/2007/04/15/how-to-align-a-footer-to-the-bottom-of-the-page-in-xhtml-strict-across-all-three-browsers/ james wrote: I just added that CSS, so i could see where the is was positioned, however i can see that it moves

Re: [WSG] Footer problem!

2008-05-15 Thread Rick Lecoat
On 15 May 2008, at 12:05, james wrote: This is probably a real easy thing to do, how ever i cannot get it to stay in the same position through each page. James, sorry if I'm missing something very obvious here but I think you need to be more specific about what you want the footer to be

Re: [WSG] Footer problem!

2008-05-15 Thread james
All fixed, cheers all i needed was clear:both; Thanks I just want the footer to be nicely placed in the center of the page below all the main content, however it seems to move about based on the page it is on, Rick Lecoat wrote: On 15 May 2008, at 12:05, james wrote: This is probably a

RE: [WSG] Footer Problem IE5.x

2007-07-03 Thread Joyce Evans
Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Nick Gleitzman Sent: Monday, July 02, 2007 3:28 AM To: wsg@webstandardsgroup.org Subject: Re: [WSG] Footer Problem IE5.x On 2 Jul 2007, at 6:09 PM, Sarah Peeke (XERT) wrote: I guess I was hoping to fix the problem(s

RE: [WSG] Footer Problem IE5.x

2007-07-03 Thread Thierry Koblentz
On Behalf Of Joyce Evans I want to know more about conditional comments. Is this a good resource? http://msdn2.microsoft.com/en- us/library/ms537512.aspx#Conditional_Statement Yes it is. You can also check this article I wrote: http://www.tjkdesign.com/articles/conditional_comments.asp

Re: [WSG] Footer Problem IE5.x

2007-07-02 Thread Nick Gleitzman
Sarah Peeke (XERT) wrote: 2. If I don't include a dreaded hack in my css (which I'd really like to remove because my style sheet doesn't validate) So use a Conditional Comment - ? N ___ omnivision. websight. http://www.omnivision.com.au/

Re: [WSG] Footer Problem IE5.x

2007-07-02 Thread Sarah Peeke (XERT)
Hi Nick, I guess I was hoping to fix the problem(s), rather than just rely on a hack. Other suggestions appreciated. So use a Conditional Comment - ? 2. If I don't include a dreaded hack in my css (which I'd really like to remove because my style sheet doesn't validate) Sarah --

Re: [WSG] Footer Problem IE5.x

2007-07-02 Thread Nick Gleitzman
On 2 Jul 2007, at 6:09 PM, Sarah Peeke (XERT) wrote: I guess I was hoping to fix the problem(s), rather than just rely on a hack. Other suggestions appreciated. Fair enough, but I'd say your chances of getting the one set of css rules to display correctly in all browsers are pretty slim -

Re: [WSG] Footer Problem IE5.x

2007-07-02 Thread David Little
Seconded -- compared to all the other hacks you'll need to make when coding for IE browsers, conditional comments are the least of your worries; in fact they are your friend! On 02/07/07, Nick Gleitzman [EMAIL PROTECTED] wrote: On 2 Jul 2007, at 6:09 PM, Sarah Peeke (XERT) wrote: I guess I

Re: [WSG] Footer Problem IE5.x

2007-07-02 Thread Jermayn Parker
Just a quick question. Why we still coding/ hacking for IE5??? On 7/2/07, Sarah Peeke (XERT) [EMAIL PROTECTED] wrote: Hi Nick, I guess I was hoping to fix the problem(s), rather than just rely on a hack. Other suggestions appreciated. So use a Conditional Comment - ? 2. If I don't

Re: [WSG] Footer Problem IE5.x

2007-07-02 Thread Sarah Peeke (XERT)
Hi Jermayn, Just a quick question. Why we still coding/ hacking for IE5??? Good point. It's just that the site works very well in IE5.5 *except* for this problem - which, by the way, I've just about fixed. Also, my website browser stats have IE5.x at about 2% - not much I know, but when you

Re: [WSG] Footer Problem IE5.x

2007-07-02 Thread Sander Aarts
Sarah Peeke (XERT) schreef: Hi Jermayn, Just a quick question. Why we still coding/ hacking for IE5??? Also, my website browser stats have IE5.x at about 2% - not much I know, but when you also consider Opera, IE5 Mac and Safari also share 1-2% of my audience each, then, by looking