Re: [css-d] Horizontal scrolling in iframe

2008-08-25 Thread Daniel Hammond
| You can use overflow-x and overflow-y properties separately, | instead of just "overflow: scroll" | | http://www.w3.org/TR/css3-box/#overflow | | It's been supported since Mozilla 1.8 and IE5. I think all | browsers support it even though it wasn't part of CSS2.1 | specs (it will likely be

Re: [css-d] Horizontal scrolling in iframe

2008-08-25 Thread Daniel Hammond
| > Is there a way to get rid of the "faded out" vertical scroll bar | > that is not being used? | | | I assume you're seeing that in iExploder, right ? | overflow-x:hidden or overflow-y:hidden will hide the scrollbar you | don't want. | | Philippe Actually, I was seeing it in all browsers t

Re: [css-d] superfluous borders on hover

2008-08-25 Thread Estelle Weyl
First off, you want to make you A a block level element. This will cure the non-centering, since right now you are pushing the first word over to the right with 20px of padding, and the left word has 20px of padding to the right. Also, In bc4hkids.css @ line 117, you have: #main a:hover { borde

Re: [css-d] Horizontal scrolling in iframe

2008-08-25 Thread Estelle Weyl
You can use overflow-x and overflow-y properties separately, instead of just "overflow: scroll" http://www.w3.org/TR/css3-box/#overflow It's been supported since Mozilla 1.8 and IE5. I think all browsers support it even though it wasn't part of CSS2.1 specs (it will likely be in CSS3). Sounds

Re: [css-d] Horizontal scrolling in iframe

2008-08-25 Thread Philippe Wittenbergh
On Aug 26, 2008, at 10:08 AM, Daniel Hammond wrote: > Is there a way to get rid of the "faded out" vertical scroll bar > that is not being used? I assume you're seeing that in iExploder, right ? overflow-x:hidden or overflow-y:hidden will hide the scrollbar you don't want. Philippe --- Phil

Re: [css-d] superfluous borders on hover

2008-08-25 Thread Peter Hyde-Smith
- Original Message - From: "Kim Brooks Wei" <[EMAIL PROTECTED]> To: "CSS Discuss" Sent: Monday, August 25, 2008 7:27 PM Subject: [css-d] superfluous borders on hover > > I have a couple of extra borders on hover in my nav links. A dotted > line on bottom and blue space remaining on the

Re: [css-d] Horizontal scrolling in iframe

2008-08-25 Thread Daniel Hammond
| If you give the parent container a width to contain the | horizontal elements, the iFrame will get a horizontal scroll bar. | | .photoThumbMainWrapper {width: 1685px;} | | That works if you know the number of thumbnails. Are you | going to know the width? If not, let me know, and i'll help

[css-d] superfluous borders on hover

2008-08-25 Thread Kim Brooks Wei
Hi there, people. I have a couple of extra borders on hover in my nav links. A dotted line on bottom and blue space remaining on the sides which ought to get replaced on hover by white space, but doesn't. http://thewei.com/sandbox/bc4hkidsplayground/ Help appreciated as always. Be well, Kimi

Re: [css-d] Horizontal scrolling in iframe

2008-08-25 Thread Teknofile Services
No URL, just local file... But it wasn't actually a fix, sorry. Was caused by the page spreading across dual monitor desktop. My bad, ignore me. Nice site though, like the nav... *** REPLY SEPARATOR *** On 25/08/2008 at 7:22 p.m. Daniel Hammond wrote:

Re: [css-d] Horizontal scrolling in iframe

2008-08-25 Thread Daniel Hammond
| | URL: http://www.studentremix.org/test/ms/media.htm | | CSS: http://www.studentremix.org/test/ms/ms.css | | | | In the iframe, I want the photo thumbnails to scroll horizontally, not | | vertically as they do now. I want them to be in one row, only one thumbnail | | tall, if that makes sense. I

Re: [css-d] Horizontal scrolling in iframe

2008-08-25 Thread Teknofile Services
#iframePhotos { margin: 0 0 15px 25px; text-align: center; display: inline: } Worked for me... *** REPLY SEPARATOR *** On 25/08/2008 at 5:15 p.m. Daniel Hammond wrote: >in the past, but I believe I did it with a table. I'd rather stick t

[css-d] Horizontal scrolling in iframe

2008-08-25 Thread Daniel Hammond
URL: http://www.studentremix.org/test/ms/media.htm CSS: http://www.studentremix.org/test/ms/ms.css In the iframe, I want the photo thumbnails to scroll horizontally, not vertically as they do now. I want them to be in one row, only one thumbnail tall, if that makes sense. I wrapped them in a div (

Re: [css-d] Testing CSS for higher screen resolutions

2008-08-25 Thread bruce . somers
Ah but caution. If you change your resolution in Windows, it will foul up your desktop arrangement. It will not be restorted if you again select your original rsolution. Bruce > Another trick, which you may have already thought of, is to just play with > the resolution on your own screen...

Re: [css-d] Search tab

2008-08-25 Thread good one
Thank you Holly that works great! > Date: Fri, 15 Aug 2008 20:57:28 -0500> From: [EMAIL PROTECTED]> To: [EMAIL > PROTECTED]; css-d@lists.css-discuss.org> Subject: Re: [css-d] Search tab> > > From: good one <[EMAIL PROTECTED]>> > >> > In the search tab I changed the > size of the input text to m

Re: [css-d] Testing CSS for higher screen resolutions

2008-08-25 Thread Lisa Clarke
Thanks, everyone, for your help! Lisa Kevin Doyle wrote: > > There are also a couple sites out there that will run your sites at > different resolutions and > > then send you screen captures of it... unfortunately, I can't > remember the URL for those sites. > > Can anyone help me out? > >

Re: [css-d] Testing CSS for higher screen resolutions

2008-08-25 Thread Kevin Doyle
> There are also a couple sites out there that will run your sites at > different resolutions and > then send you screen captures of it... unfortunately, I can't remember the > URL for those sites. > Can anyone help me out? > I've come across these, but not tried them myself: http://brows

Re: [css-d] Testing CSS for higher screen resolutions

2008-08-25 Thread jft
> There are also a couple sites out there that will run your sites at > different resolutions and > then send you screen captures of it... unfortunately, I can't remember the > URL for those sites. > Can anyone help me out? > I've come across these, but not tried them myself: http://brow

Re: [css-d] Testing CSS for higher screen resolutions

2008-08-25 Thread Kevin Doyle
My screen resolution is 1024x768, and the content of my site fits that window nicely. I want to test how it will behave on a monitor with higher resolution. Hi Lisa, Another trick, which you may have already thought of, is to just play with the resolution on your own screen... assuming that