Re: [css-d] Need help with a float inside a DIV

2008-02-13 Thread David Laakso
David Laakso wrote: > Webmaster wrote: > >> http://www.tusculum.edu/bookstore/new.html >> >> I have a simple heading with an logo image, and I want to float the address >> text to the right inside the header DIV. I tried this, but in both IE and >> Firefox, the text drops out of the header DIV

Re: [css-d] Need help with a float inside a DIV

2008-02-13 Thread David Laakso
Webmaster wrote: > http://www.tusculum.edu/bookstore/new.html > > I have a simple heading with an logo image, and I want to float the address > text to the right inside the header DIV. I tried this, but in both IE and > Firefox, the text drops out of the header DIV. I tried putting the image in a

Re: [css-d] Need help with a float inside a DIV

2008-02-13 Thread Jim Davis
Remove clear: left; from .header-text and clear the float later in the markup. Jim On Feb 13, 2008 7:59 AM, Webmaster <[EMAIL PROTECTED]> wrote: > I've got what seems to be a simple problem, but I can't find the answer. > I've got this page: http://www.tusculum.edu/bookstore/new.html > > I have

[css-d] Need help with a float inside a DIV

2008-02-13 Thread Webmaster
I've got what seems to be a simple problem, but I can't find the answer. I've got this page: http://www.tusculum.edu/bookstore/new.html I have a simple heading with an logo image, and I want to float the address text to the right inside the header DIV. I tried this, but in both IE and Firefox,