Re: [css-d] web page help

2010-06-23 Thread Bernardo Doré
This is the most simple and compatible one I've found so far: http://ryanfait.com/sticky-footer/ Been using it for a while with very good results. Bernardo On Tue, Jun 22, 2010 at 1:04 PM, r...@catjuggling.com wrote: I would do a google search for sticky footer. It's a technique that keeps

Re: [css-d] web page help

2010-06-23 Thread UIT DEVELOPMENT
The best sticky footer solution that I have found: http://stackoverflow.com/questions/146659/how-do-i-get-a-floating-footer-to-stick-to-the-bottom-of-the-viewport-in-ie-6/147152#147152 Seems to still work in latest versions of FF, IE, Opera, Chrome, Safari..

Re: [css-d] web page help

2010-06-23 Thread Claude Needham
On Tue, Jun 22, 2010 at 9:42 AM, Bernardo Doré berd...@gmail.com wrote: This is the most simple and compatible one I've found so far: http://ryanfait.com/sticky-footer/ Been using it for a while with very good results. Bernardo Can you point to a page that demonstrates the sticky footer

Re: [css-d] web page help

2010-06-23 Thread Climis, Tim
Can you point to a page that demonstrates the sticky footer working? I'm not seeing it on the url given. The image with the browser icons is using it on that page. ---Tim __ css-discuss [cs...@lists.css-discuss.org]

Re: [css-d] web page help

2010-06-23 Thread Climis, Tim
-Original Message- From: Claude Needham [mailto:gxx...@gmail.com] On Wed, Jun 23, 2010 at 11:00 AM, Climis, Tim tcli...@indiana.edu wrote: The image with the browser icons is using it on that page. When looking at http://ryanfait.com/sticky-footer/ I don't see a sticky

[css-d] web page help

2010-06-22 Thread TriState Advantage, Kris Jacobson
Thank you Tom and David for the help. Putting display block on the header image took care of the white borders. I still have a negative margin on the header ul but it works in IE6 8 and FF 3.63. I put the footer div into the content div as you suggested David but then the footer floated to

Re: [css-d] web page help

2010-06-22 Thread russ
I would do a google search for sticky footer. It's a technique that keeps the footer always at the bottom of the page. There are quite a few tutorials that show how to do it. I put the footer div into the content div as you suggested David but then the footer floated to the top. Adding more

Re: [css-d] web page help

2010-06-22 Thread David Laakso
TriState Advantage, Kris Jacobson wrote: I still have a negative margin on the header ul but it works in IE6 8 and FF 3.63. I put the footer div into the content div as you suggested David but then the footer floated to the top. Adding more content would push it down but I do not think

Re: [css-d] web page help

2010-06-22 Thread Tom Livingston
You could also add a min-height to the content wrap to define a minimum page height. Sticky copters always seemed more trouble them their worth. Sent from my iPod On Jun 22, 2010, at 1:36 PM, David Laakso da...@chelseacreekstudio.com wrote: TriState Advantage, Kris Jacobson wrote: I still

Re: [css-d] web page help

2010-06-19 Thread David Laakso
TriState Advantage, Kris Jacobson wrote: It looks OK in FF but I have some issues in IE6 8 and I need to have it supported in IE. In IE there is a white border on both sides of the header. I also have a problem with the footer. Any suggestions for improving my CSS would be welcome as I

[css-d] web page help

2010-06-17 Thread TriState Advantage, Kris Jacobson
Thanks to everyone that has helped me I have done this web page with out a table in site. It looks OK in FF but I have some issues in IE6 8 and I need to have it supported in IE. I did validate both the page and the CSS and that is good to go. In IE there is a white border on both sides of the

Re: [css-d] web page help

2010-06-17 Thread Jay Tanna
Let us solve one problem at a time: 1) To solve your image problem, I suggest enter the following code in your css file: #header img { display: block; border: 0; } Let us know if this solved the problem. Then we should try to fix your footer problem. hth --- On Thu,

Re: [css-d] web page help

2010-06-17 Thread David Laakso
TriState Advantage, Kris Jacobson wrote: Any suggestions would be appreciated. Any suggestions for improving my CSS would be welcome as I think I might have a case of div-itious but for the most part it seems to work. http://www.tristateadvantage.com/woolynpurses/index.html