Re: [css-d] Help needed for a brand new site (in costruction)

2009-01-05 Thread Cristian Palmas
2009/1/5 Gabriele Romanato gabriele.roman...@gmail.com Dear all, as you can see, my english resources are scattered through 2 directories. I've realized that although Google seems to like these resources, this is not the best solution for my English-speaking readers. So I've created a

[css-d] footer not always sticking to bottom of window

2009-01-05 Thread Debbie Campbell
I've tried footerstickalt and a few other sticky footer methods but am still having problems - this is FF only (not yet checked in other browsers until I get this working correctly). http://www.redkitecreative.com/projects/endorphin/index_footer.php The footer stays at the bottom of the

Re: [css-d] footer not always sticking to bottom of window

2009-01-05 Thread Scott Thigpen
The footer stays at the bottom of the window until you decrease the size of the window, then a gap appears below the footer. I was unable to recreate your problem, it worked fine in FF3 for me. __ css-discuss

[css-d] HELP! Hover Image Not Centered in IE on 1024 width screen

2009-01-05 Thread S. Reets
I am new to CSS and I've been toying with this for DAYS and am at my wit's end ... I hope someone can help!   Page Link: http://www.ficarradesignassociates.com/portfolio3.htm    Gallery and hover images center just fine in Safari and Firefox on both 800 and 1024 width screens, but in IE the

Re: [css-d] footer not always sticking to bottom of window

2009-01-05 Thread David Laakso
Debbie Campbell wrote: http://www.redkitecreative.com/projects/endorphin/index_footer.php The footer stays at the bottom of the window until you decrease the size of the window, then a gap appears below the footer. I just need to have the footer stay at the bottom without riding up

Re: [css-d] HELP! Hover Image Not Centered in IE on 1024 width screen

2009-01-05 Thread Scott Thigpen
Which version of IE are you looking at? As best I know, IE6 does not support the hover ability and you have to write a javascript for it. I could be wrong and someone with a little bit more extensive knowledge may be able to aid you along, but this may shed a bit of light of what's going on in

Re: [css-d] Help needed for a brand new site (in costruction)

2009-01-05 Thread Paul Ravenstone
Personally as a beginner css-er I would like to see #1 and #3.Thanks for the vote!, Paul We can't solve problems by using the same kind of thinking we used when we created them. ~Albert Einstein If you want the truth to stand clear before you, never be for or against. The struggle between for

[css-d] 100% height?

2009-01-05 Thread Aubrey Benasa
Hi there, html: http://aubreybenasa.com/height/ css: http://aubreybenasa.com/height/styles.css I can't figure out how to make the the full background-image appear on this page. When you open the page at a height less than the height of the background image (810px) and use the scrollbar to page

[css-d] z-index problem with flash

2009-01-05 Thread Jody Levinson
I have a page with a flash movie that is covering up the CSS flyout navigation in IE. I've tried using z-index to move the flash down, but it's not working so far. Here is the page. Can you help? http://www.atlas-inspection.com/newsite/panoramo_video.html Thank you so much! Jody --

Re: [css-d] 100% height?

2009-01-05 Thread Bill Brown
Aubrey Benasa wrote: Hi there, html: http://aubreybenasa.com/height/ css: http://aubreybenasa.com/height/styles.css I can't figure out how to make the the full background-image appear on this page. When you open the page at a height less than the height of the background image (810px) and

Re: [css-d] z-index problem with flash

2009-01-05 Thread Paul Wampler
Add this parameter to your flash code: param name=wmode value=transparent That should take care of it. __ Paul C. Wampler College and University Professional Association for Human Resources (CUPA-HR) 1811 Commons Point Drive Knoxville, TN 37932 (865) 637-7673 ext. 102

[css-d] Fw: HELP! Hover Image Not Centered in IE 7.0 on 1024 width screen

2009-01-05 Thread S. Reets
IE Version 7.0 Thanks! - Forwarded Message From: S. Reets sreet...@yahoo.com To: css-d@lists.css-discuss.org Sent: Monday, January 5, 2009 1:52:05 PM Subject: HELP! Hover Image Not Centered in IE on 1024 width screen I am new to CSS and I've been toying with this for DAYS and am at

Re: [css-d] How to expend inner Div???

2009-01-05 Thread shrimpy
This one is complicate...why the padding and margin so large. Gunlaug Sørtun wrote: shrimpy wrote: the problem is, how can i make the footer always stick to the bottom of the broswer, ...apply 'position: fixed' - and whatever solution you like to make IE6 play along... and

Re: [css-d] HELP! Hover Image Not Centered in IE on 1024 width screen

2009-01-05 Thread David Hucklesby
On Mon, 5 Jan 2009 10:52:05 -0800 (PST), S. Reets wrote: I am new to CSS and I've been toying with this for DAYS and am at my wit's end ... I hope someone can help! Page Link: http://www.ficarradesignassociates.com/portfolio3.htm Gallery and hover images center just fine in Safari and

Re: [css-d] HELP! Hover Image Not Centered in IE on 1024 width screen

2009-01-05 Thread Shawn Lawler
S. Reets wrote: Gallery and hover images center just fine in Safari and Firefox on both 800 and 1024 width screens, but in IE the hover image ISN'T centered on 1024 width (but it is centered on 800 width) Any suggestions Thank you!!! This should get you moving in the right

Re: [css-d] How to expend inner Div???

2009-01-05 Thread Ingo Chao
2009/1/5 shrimpy imx...@gmail.com This one is complicate...why the padding and margin so large. ... In the OneTrueLayout method [Robinson], floating columns of unknown height are wrapped by a container element. All columns get more length by an excessive padding. This would let the

Re: [css-d] footer not always sticking to bottom of window

2009-01-05 Thread Ingo Chao
2009/1/5 Debbie Campbell d...@redkitecreative.com I've tried footerstickalt and a few other sticky footer methods... http://www.redkitecreative.com/projects/endorphin/index_footer.php The footer stays at the bottom of the window until you decrease the size of the window, then a gap appears

[css-d] SOLVED! Hover Image Not Centered in IE on 1024 width screen

2009-01-05 Thread S. Reets
That was it!  Thank you so much! - Forwarded Message Sent: Monday, January 5, 2009 5:37:46 PM Subject: Re: [css-d] HELP! Hover Image Not Centered in IE on 1024 width screen S. Reets wrote: Gallery and hover images center just fine in Safari and Firefox on both 800 and 1024 width

Re: [css-d] 100% height?

2009-01-05 Thread Holly Bergevin
From: Aubrey Benasa aubreyben...@gmail.com html: http://aubreybenasa.com/height/ css: http://aubreybenasa.com/height/styles.css I can't figure out how to make the the full background-image appear on this page. When you open the page at a height less than the height of the background image