Thread: Use of Floats
View Single Post
  #5 (permalink)  
Old 08-29-2008, 08:57 AM
Murray *ACE*
Guest
 
Posts: n/a
Diggs:
Default Re: Use of Floats

Try both - test in the various browsers with different viewport widths. See
which is more robust.

--
Murray --- ICQ 71997575
Adobe Community Expert
(If you *MUST* email me, don't LAUGH when you do so!)
==================
http://www.projectseven.com/go - DW FAQs, Tutorials & Resources
http://www.dwfaq.com - DW FAQs, Tutorials & Resources
==================


"cdoyle" <webforumsuser@macromedia.com> wrote in message
news:g96ij5$5k2$1@forums.macromedia.com...
>I was just about to post back, that I thought I got it to work with this
> #greybox {
> background-color: #666666;
> width: 619px;
> padding-top: 5px;
> --
> #quicklinks {
> width: 100px;
> float: right;
> --
> #MainContentText {
> width: 300px;
> float: left;
> padding-right: 5px;
> padding-left: 5px;
> --
>
> It displays fine in DW now, and in IE7 (it's an internal site and we only
> have
> IE 6 and 7 here)
>
> So should I leave it like I have it now, or would it be better to go back
> to
> what I had, and apply the code you listed.
>
>
>


Reply With Quote