[css-d] Can't Adjust Font Size

2009-11-03 Thread Victor Subervi
Hi; I have the following in my css: p { text-align: left; font-size: 16px; margin-left: 10px; padding-left: 10px; margin-right: 10px; padding-right: 10px; } I have this in my html: td style=background-image: url(images/blue-box-background.gif); background-repeat: repeat-y;pLocated on the

Re: [css-d] Can't Adjust Font Size

2009-11-03 Thread Philippe Wittenbergh
On Nov 3, 2009, at 7:35 PM, Victor Subervi wrote: I have the following in my css: p { text-align: left; font-size: 16px; margin-left: 10px; padding-left: 10px; margin-right: 10px; padding-right: 10px; } I have this in my html: td style=background-image:

Re: [css-d] Can't Adjust Font Size

2009-11-03 Thread Rachel Mawhood
At 10:35 03/11/2009, Victor Subervi wrote: Hi; I have the following in my css: p { text-align: left; font-size: 16px; margin-left: 10px; padding-left: 10px; margin-right: 10px; padding-right: 10px; } I have this in my html: ... It doesn't matter to what value I change font-size, it remains the

Re: [css-d] verticle expandable menu

2009-11-03 Thread Nancy Johnson
Thank you for all of these resources. I will check them out. Nancy On Sat, Oct 31, 2009 at 7:44 AM, tedd tedd.sperl...@gmail.com wrote: At 12:29 PM -0400 10/30/09, Nancy Johnson wrote: Can some one point me to a css-based verticle menu that expands with a hover, yet is keyboard accessible?

Re: [css-d] replace submit button with image, entirely with css?

2009-11-03 Thread Nick Fitzsimons
2009/11/3 Jack Bates ms...@freezone.co.uk: I have a web application that I hope to style entirely with CSS, if possible The application includes a submit button, input type=submit value=Search / I want to replace this button with an image, so I tried the following CSS, No need for CSS -

Re: [css-d] replace submit button with image, entirely with css?

2009-11-03 Thread Mark Richards
-Original Message- I have a web application that I hope to style entirely with CSS, if possible I want to replace this button with an image, so I tried the following CSS, input { background-color: transparent; background-image: url('index.png'); background-repeat:

[css-d] removing outline from input:active not working in firefox

2009-11-03 Thread jeffrey morin
Hi Everyone, I am trying to remove the outline on my submit buttons and Firefox 3.5.3 isn't working for me. All I am doing is input:active { outline: 0 none; } I tried putting !important on it but it still doesn't work. Does anyone know why this would happen? There aren't any other styles

[css-d] margin/padding problem for H1 tag

2009-11-03 Thread Birdie
Hi, I need space between the top of my h1 (Fund Raising dinner header) and the red menu bar. In IE 6 I can achieve that by adding 15px of padding to my h1 rule. However this has no effect in safari or firefox. I've tried lots of combinations of padding and margin and if I put a huge number

Re: [css-d] margin/padding problem for H1 tag

2009-11-03 Thread jeffrey morin
On Tue, Nov 3, 2009 at 8:46 AM, Birdie b...@koolfish.com wrote: Hi, I need space between the top of my h1 (Fund Raising dinner header) and the red menu bar. In IE 6 I can achieve that by adding 15px of padding to my h1 rule. However this has no effect in safari or firefox. I've tried

[css-d] negative margins/padding

2009-11-03 Thread Birdie
Can I use negative values in margins and padding such as: H1 { Margin: -1em; } Thanks Lisa __ css-discuss [cs...@lists.css-discuss.org] http://www.css-discuss.org/mailman/listinfo/css-d List wiki/FAQ --

[css-d] problems in Safari/ Chrome

2009-11-03 Thread rose red
I've got 2 problems: 1) the background image is not showing in Safari when i use the smooth gallery (as wel as the li images for div id=nav_portfolio ), and the div id=nav_portfolio is placed to the left !? see: http://www.melusinedesign.nl/portfolio_english.html 2) al

[css-d] Not Css

2009-11-03 Thread grovesdavid
I am getting some really weird mail from the list, what is happening? I sent one reply, and it seems to have multiplied by .. D) __ css-discuss [cs...@lists.css-discuss.org]

Re: [css-d] Expanding div based on content

2009-11-03 Thread Tim Snadden
On 4/11/2009, at 11:10 AM, Yazmin Media wrote: Hi, I'm working on a 4 column layout that I found at pagecolumn.com. My issue is with the 4th column. I currently have a set width on it, but need to allow it to expand based on the content in the column (for ad purposes...serving both 160px

Re: [css-d] Expanding div based on content

2009-11-03 Thread Yazmin Media
Thanks Tim. I'm not a fan of creating two layouts, as the discovery of which ad was being served would certainly call for additional code I'm not authorized to add to the layout at the moment. Going with the second option I realize that I could do just that, but regardless would have to set the

Re: [css-d] replace submit button with image, entirely with css?

2009-11-03 Thread Mustafa Quilon
Well, you could just add this rule: input { text-indent: -px } or what Nick said is valid too. - Mustafa Quilon E - mustafavizcomr...@gmail.com | mustafaqui...@gmail.com Skype, Twitter, Facebook, Linkedin - mustafaquilon

Re: [css-d] negative margins/padding

2009-11-03 Thread David Laakso
Birdie wrote: Can I use negative values in margins and padding such as: H1 { Margin: -1em; } Thanks Lisa Yes, on the margin. No, on padding. Unlike margin properties, values for padding values cannot be negative.[1] [1]

Re: [css-d] removing outline from input:active not working in firefox

2009-11-03 Thread Philippe Wittenbergh
On Nov 4, 2009, at 1:00 AM, jeffrey morin wrote: I am trying to remove the outline on my submit buttons and Firefox 3.5.3 isn't working for me. All I am doing is input:active { outline: 0 none; } I tried putting !important on it but it still doesn't work. Does anyone know why this

[css-d] Expanding div based on content

2009-11-03 Thread Yazmin Media
Hi, I'm working on a 4 column layout that I found at pagecolumn.com. My issue is with the 4th column. I currently have a set width on it, but need to allow it to expand based on the content in the column (for ad purposes...serving both 160px and 300px ads). In the process, I would like for it to

Re: [css-d] Can't Adjust Font Size

2009-11-03 Thread Kerrin Hardy
Hi I was wondering if your 'Increase / Decrease Font Size: - +' javascript is also influencing things. May be try removing that temporarily. Also, I noticed that your section 'Every room has: ' the font size does not change using the javascript but DOES change using the text zoom in

Re: [css-d] Handle nested mousovers properly

2009-11-03 Thread David Laakso
Jeff Matthews wrote: Hi. I am new to this mailing list and hope I am using it right. Confirmation to let me know will be appreciated. Welcome to the list. This list copes primarily with the practical application of CSS-- the look and feel. I think you will have better luck on a

Re: [css-d] Can't Adjust Font Size

2009-11-03 Thread Tim Snadden
On 4/11/2009, at 5:04 AM, Victor Subervi wrote: Here's a link to the page: http://hotelcaravelle.com/ and http://hotelcaravelle.com/css/caravelle.css I tried changing to ems and %. It didn't change the size of the font at all; however, it did make the text extend outside of the page

Re: [css-d] margin/padding problem for H1 tag

2009-11-03 Thread David Laakso
Birdie wrote: Hi, I need space between the top of my h1 (Fund Raising dinner header) and the red menu bar. Page: http://www.koolfish.com/test/index.html Lisa Establish a block formatting context. #maincontent { overflow: hidden; :: add :: }

Re: [css-d] negative margins/padding

2009-11-03 Thread neal
Can I use negative values in margins and padding such as: H1 { Margin: -1em; } yes - but only for margins - there is no negative padding negative margins allow for many advantages in design __ css-discuss

Re: [css-d] problems in Safari/ Chrome

2009-11-03 Thread Mustafa Quilon
1) the background image is not showing in Safari when i use the smooth gallery (as wel as the li images for div id=nav_portfolio ), and the div id=nav_portfolio is placed to the left !? see: http://www.melusinedesign.nl/portfolio_english.html I haven't tried this but maybe you should

Re: [css-d] Can't Adjust Font Size

2009-11-03 Thread Victor Subervi
Here's a link to the page: http://hotelcaravelle.com/ and http://hotelcaravelle.com/css/caravelle.css I tried changing to ems and %. It didn't change the size of the font at all; however, it did make the text extend outside of the page limits, which was interesting, so obviously it is being read

Re: [css-d] margin/padding problem for H1 tag

2009-11-03 Thread Birdie
Birdie wrote: Hi, I need space between the top of my h1 (Fund Raising dinner header) and the red menu bar. Page: http://www.koolfish.com/test/index.html David suggested: Establish a block formatting context. #maincontent { overflow: hidden; :: add :: } This caused all kinds of

Re: [css-d] margin/padding problem for H1 tag

2009-11-03 Thread Birdie
Jeff wrote: The problem is because your divs with ids of #mainmenu, #sidebar, #masthead and #donations are all floating but your #maincontent div isn't so that is causing it to basically bleed into your maine menu. so when you are setting your padding it is essentially starting at the top of the