Re: [css-d] controlling gap below header image plus vertical align of img link

2008-07-05 Thread Barrett
Thanks Bill and Dave for your input. After much pain and suffering along with trying some of the things suggested... I went with absolute position which seems to work pretty good at the moment and I think degrades for 800px better than what I was originally doing. Threw in the mozilla radius

Re: [css-d] controlling gap below header image plus vertical align of img link

2008-07-05 Thread David Laakso
Barrett wrote: After much pain and suffering along with trying some of the things suggested... I went with absolute position.. http://beta.handmade-paper.us/page/CPO/SFNT Barrett Whatever positioning method you use, check it thoroughly by clicking the basket; and, with and without

[css-d] controlling gap below header image plus vertical align of img link

2008-07-04 Thread Barrett
Had much trouble controlling gap under the main header graphic, mast.gif It would have about a 3px gap underneath letting the div background color show between it and the orange border. Still broken in IE 6 (i almost don't care...) After hours of messing around with this I finally came to some

Re: [css-d] controlling gap below header image plus vertical align of img link

2008-07-04 Thread Bill Brown
Barrett wrote: Had much trouble controlling gap under the main header graphic, mast.gif It would have about a 3px gap underneath letting the div background color show between it and the orange border. Still broken in IE 6 (i almost don't care...) After hours of messing around with this I

Re: [css-d] controlling gap below header image plus vertical align of img link

2008-07-04 Thread Barrett
On Jul 4, 2008, at 5:40 PM, Bill Brown wrote: Barrett wrote: Had much trouble controlling gap under the main header graphic, mast.gif It would have about a 3px gap underneath letting the div background color show between it and the orange border. Still broken in IE 6 (i almost don't

Re: [css-d] controlling gap below header image plus vertical align of img link

2008-07-04 Thread David Laakso
Barrett wrote: Had much trouble controlling gap under the main header graphic, mast.gif Additionally I had to use this on the little shopping basket graphic so it would line up with the Items and Checkout link to the right. #global_header { min-height:47px; } * html #global_header {

Re: [css-d] controlling gap below header image plus vertical align of img link

2008-07-04 Thread Bill Brown
Barrett wrote: Nope it should all be css what your're looking at. Doing a whole site makeover from ground up mainly at server side and eliminating tables from the layouts mostly. See this in IE and you'll see the gap. Hold on - I'll update the file with yellow background so it's more