| 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
| > 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
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
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
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
- 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
| 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
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
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:
| | 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
#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
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 (
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...
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
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?
> >
> 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
> 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
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
18 matches
Mail list logo