[css-d] IE divs drops and Vertically align text

2009-02-24 Thread trevor bayliss
In IE the right hand side where the text Fish Info and Do you have an account is, drops down. http://www.copywritecolombia.com/trial.html The text by the side of the arrows should be vertically aligned, how can I do that? Thank you

Re: [css-d] IE divs drops and Vertically align text

2009-02-24 Thread Jack Timmons
On Tue, Feb 24, 2009 at 10:54 AM, trevor bayliss bayliss_tre...@yahoo.comwrote: In IE the right hand side where the text Fish Info and Do you have an account is, drops down. http://www.copywritecolombia.com/trial.html The text by the side of the arrows should be vertically aligned, how can

Re: [css-d] IE divs drops and Vertically align text

2009-02-24 Thread trevor bayliss
Thanks that works great. How do I align the text next to the arrow gifs (at the moment they are not verticallyt centred). Thanks again --- In IE the right hand side where the text Fish Info and Do you have an account is, drops down.

Re: [css-d] IE divs drops and Vertically align text

2009-02-24 Thread Jack Timmons
On Tue, Feb 24, 2009 at 11:44 AM, trevor bayliss bayliss_tre...@yahoo.comwrote: Thanks that works great. How do I align the text next to the arrow gifs (at the moment they are not verticallyt centred). Thanks again Add vertical-align:middle; to your styling for the anchor tags. -- -Jack

Re: [css-d] IE divs drops and Vertically align text

2009-02-24 Thread trevor bayliss
=entryCenter fish fish/a /div --- On Tue, 2/24/09, Jack Timmons jorac...@gmail.com wrote: From: Jack Timmons jorac...@gmail.com Subject: Re: [css-d] IE divs drops and Vertically align text To: bayliss_tre...@yahoo.com, css-d@lists.css-discuss.org Date: Tuesday, February 24, 2009, 9:51 AM On Tue

Re: [css-d] IE divs drops and Vertically align text

2009-02-24 Thread Jack Timmons
On Tue, Feb 24, 2009 at 11:51 AM, Jack Timmons jorac...@gmail.com wrote: On Tue, Feb 24, 2009 at 11:44 AM, trevor bayliss bayliss_tre...@yahoo.com wrote: Thanks that works great. How do I align the text next to the arrow gifs (at the moment they are not verticallyt centred). Thanks again

Re: [css-d] IE divs drops and Vertically align text

2009-02-24 Thread Climis, Tim
Add vertical-align:middle; to your styling for the anchor tags. Or... When I've done this sort of thing in the past, I do something like this: a.menu_link { display: block; background: url('button.gif') no-repeat left center; padding: .5em 0 .5em 35px; width of image, and some added