Thanks for all the replies..

I've checked out the suggestions, and Sandy, I will check to see if I
am running in quirks mode (I left my laptop home, and it's on
there)...

Thanks again,

Yves

On Apr 7, 2005 9:24 AM, Sandy Clark <[EMAIL PROTECTED]> wrote:
> If you are in quirks mode in IE, its using the broken box model. IE6 in
> standards mode uses the correct one.
> 
> Selector{
> padding: 9px;
> Border: 1px;
> width: 100px; /* IE5 Width includes padding and borders in the width
> calculation*/
> /*Box Model Hack stops IE5 in its tracks */
> voice-family: "\"}\"";
> voice-family:inherit;
> /* Anything set after the box model hack will not be seen by IE5.x. For
> compliant Browsers width is only for content area. Reset to correct width */
> width: 80px;
> /* Hack for IE6 only if you insist on having it in quirks mode to also use
> the bogus width */
> _width: 100px;
> }
> 
> Sandy
> 
> -----Original Message-----
> From: Wayne Putterill [mailto:[EMAIL PROTECTED]
> Sent: Thursday, April 07, 2005 3:37 AM
> To: CF-Community
> Subject: Re: DHTML Menu ?
> 
> http://www.alistapart.com/articles/horizdropdowns/ is a good cross browser
> menu that works well.
> 
> On Apr 7, 2005 1:59 AM, Yves Arsenault <[EMAIL PROTECTED]> wrote:
> >
> > Thanks fo the reply....
> >
> > Man, I hate IE.... I've been playing with a couple of these menus now..
> >
> > It's a DHTML menu on the left, and submenus come out towards the
> > right... When the submenus come out the layout get wider by about 5 px
> > and the text in the content moves...
> >
> > When I try it in Firefox and Opera, it works perfectly....
> >
> > Anyone ever see anything like this?
> >
> > Thanks,
> >
> > Yves
> >
> > On Apr 6, 2005 8:06 PM, Marlon Moyer <[EMAIL PROTECTED]> wrote:
> > > If you mean drop down menus, this is one of my favs
> > >
> > > http://www.alistapart.com/articles/dropdowns/
> > >
> > >
> > > On Apr 6, 2005 5:55 PM, Yves Arsenault <[EMAIL PROTECTED]> wrote:
> > > > Hey there,
> > > >
> > > > I'm trying to find some open source DHTML scripts for navigation..
> > > >
> > > > It's something that I'd like to be fairly friendly to work with.
> > > >
> > > > Anyone have any favorites?
> > > >
> > > > Thanks,
> > > >
> > > > --
> > > > Yves Arsenault
> > > >
> > > >
> > >
> > >
> >
> >
> 
> 

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Discover CFTicket - The leading ColdFusion Help Desk and Trouble 
Ticket application

http://www.houseoffusion.com/banners/view.cfm?bannerid=48

Message: http://www.houseoffusion.com/lists.cfm/link=i:5:152988
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/5
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:5
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.5
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54

Reply via email to