RE: [WSG] Horizontal scroll bar sometimes appear in my project

2010-04-14 Thread Naim Latifi
ate: Wed, 14 Apr 2010 17:14:16 -0400 > From: ch...@cfajohnson.com > To: wsg@webstandardsgroup.org > Subject: RE: [WSG] Horizontal scroll bar sometimes appear in my project > > On Wed, 14 Apr 2010, Naim Latifi wrote: > > > > > Hi, > > > > I removed &q

RE: [WSG] Horizontal scroll bar sometimes appear in my project

2010-04-14 Thread Chris F.A. Johnson
On Wed, 14 Apr 2010, Naim Latifi wrote: > > Hi, > > I removed "width:1085px" but my container changed and the horizontal bar > still is appearing. Provide a URL so that we can see what's happening. -- Chris F.A. Johnson, Author: Pro Bash Programming: Scr

RE: [WSG] Horizontal scroll bar sometimes appear in my project

2010-04-14 Thread Naim Latifi
on.com > To: wsg@webstandardsgroup.org > Subject: Re: [WSG] Horizontal scroll bar sometimes appear in my project > > On Wed, 14 Apr 2010, Naim Latifi wrote: > > > > > Hi everyone, > > I just realized that horizontal scroll bar is sometimes appearing in my > > proj

Re: [WSG] Horizontal scroll bar sometimes appear in my project

2010-04-14 Thread Chris F.A. Johnson
On Wed, 14 Apr 2010, Naim Latifi wrote: > > Hi everyone, > I just realized that horizontal scroll bar is sometimes appearing in my > project. When I run the project in my computer for instance there is no > horizontal scroll bar but one day I run the project in my computer's friend > then th

[WSG] Horizontal scroll bar sometimes appear in my project

2010-04-14 Thread Naim Latifi
Hi everyone, I just realized that horizontal scroll bar is sometimes appearing in my project. When I run the project in my computer for instance there is no horizontal scroll bar but one day I run the project in my computer's friend then the horizontal scroll appeared. Any idea for that will

Re: [WSG] horizontal scroll on menu

2005-11-15 Thread Joseph R. B. Taylor
You do want to set the width on that div, that way the nested elements stretch to its width. kvnmcwebn wrote: brillant thanks, Adding overflow: hidden; to .navcontainer ul does exactly what i need it to in firefox-i.e didnt respond to it. http://www.mcmonagle.biz/otinavtest.htm Ted: Addi

RE: [WSG] horizontal scroll on menu

2005-11-15 Thread kvnmcwebn
brillant thanks, Adding overflow: hidden; to .navcontainer ul does exactly what i need it to in firefox-i.e didnt respond to it. http://www.mcmonagle.biz/otinavtest.htm Ted: Adding the overflow: y-scroll property takes care of ff and ie. -thanks Joseph: I tried wrapping the lot in the b

RE: [WSG] horizontal scroll on menu

2005-11-15 Thread Ted Drake
, November 15, 2005 9:02 AM To: wsg@webstandardsgroup.org Subject: [WSG] horizontal scroll on menu Hello, A client has requested that a long menu be contained in a fixed hieght situation with a vertical scroll bar. Im doing a test with code from the list o matic site. Heres an example. http

Re: [WSG] horizontal scroll on menu

2005-11-15 Thread Joseph R. B. Taylor
This appears to be a box model width issue. You have a couple of options. 1. Use a hack to send a thinner width to firefox (adds padding to width) 2. Remove any padding/margins/borders from elements that have a specified width 3. My favorite (and in discussion currently on this list) is to w

Re: [WSG] horizontal scroll on menu

2005-11-15 Thread The Visual Process
You could try adding  overflow: hidden; to .navcontainer ul which removes the horizontal scrollbar for me, not tested in IE only firefox. Hope thats of use. kvnmcwebn wrote: Hello, A client has requested that a long menu be contained in a fixed hieght situation with a vertical scroll bar.

[WSG] horizontal scroll on menu

2005-11-15 Thread kvnmcwebn
Hello, A client has requested that a long menu be contained in a fixed hieght situation with a vertical scroll bar. Im doing a test with code from the list o matic site. Heres an example. http://www.mcmonagle.biz/otinavtest.htm the problem is that its hard to loose the horizontal scroll bar and

Re: [WSG] Horizontal Scroll

2004-09-07 Thread Richard Czeiger
t's a bit of an icky option :o) r - Original Message - From: "Thorsten" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, September 07, 2004 4:55 PM Subject: Re: [WSG] Horizontal Scroll ji Richard, > Umm actually thinking of a container "x&qu

Re: [WSG] Horizontal Scroll

2004-09-07 Thread Thorsten
ji Richard, Umm actually thinking of a container "x" pixels long that I can hold images in so that they can be scrolled horizontally. This is the kind of effect acheived in Flash with only a little effort but in CSS? if you use "overflow:scroll;" you'll get BOTH scrollbars, but in order to get the

Re: [WSG] Horizontal Scroll

2004-09-06 Thread Richard Czeiger
lt;[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday, September 06, 2004 9:53 PM Subject: Re: [WSG] Horizontal Scroll Richard Czeiger wrote: > CSS Question here: How do I get a horizontal scroll bar in a > but NOT a vertical scroll bar? make sure to layout your content horizontal

RE: [WSG] Horizontal Scroll

2004-09-06 Thread Mark Harwood
On Mon, 6 Sep 2004 15:58 , Mark | Carbon Chip <[EMAIL PROTECTED]> sent: >Use overflow-x: scroll Sadly overflow-x and overflow-y are only currently supported in IE at the moment Mark phunky.co.uk / zinkmedia.co.uk / xhtmlandcss.co.uk *

RE: [WSG] Horizontal Scroll

2004-09-06 Thread Patrick Lauke
p [mailto:[EMAIL PROTECTED] > Sent: 06 September 2004 15:59 > To: [EMAIL PROTECTED] > Subject: RE: [WSG] Horizontal Scroll > > > Use overflow-x: scroll > > With inline CSS an example would be: > > Latinlatinlatinlatinlatinlatin latin latin > > Mark **

RE: [WSG] Horizontal Scroll

2004-09-06 Thread Mark | Carbon Chip
Use overflow-x: scroll With inline CSS an example would be: Latinlatinlatinlatinlatinlatin latin latin Mark -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Richard Czeiger Sent: 06 September 2004 05:39 To: [EMAIL PROTECTED] Subject: [WSG] Horizontal

Re: [WSG] Horizontal Scroll

2004-09-06 Thread Thorsten
Richard Czeiger wrote: CSS Question here: How do I get a horizontal scroll bar in a but NOT a vertical scroll bar? make sure to layout your content horizontally, so that overflowing content will overflow to the right (for example). overflow-x and overflow-y are CSS3 and are not well-supported at t

[WSG] Horizontal Scroll

2004-09-05 Thread Richard Czeiger
Hiya :o) CSS Question here: How do I get a horizontal scroll bar in a but NOT a vertical scroll bar? Cheers, Richard ** The discussion list for http://webstandardsgroup.org/ Proud presenters of Web Essentials 04 http://we04.com/ Web standa