Re: [css-d] Equal Height Boxes with Rounded Corners

2011-03-10 Thread Thomas Pauly
On Mar 10, 2011, at 8:54 PM, Rob Mercer wrote: >-webkit-border-radius: 15px; >-moz-border-radius: 15px; Are all four corners round if you manually specify all four? -webkit-border-radius: 15px 15px 15px 15px; -moz-border-radius: 15px 15px 15px 15px; __

Re: [css-d] Odd PHP/CSS Combo

2011-03-10 Thread Michael Geary
On Thu, Mar 10, 2011 at 5:46 PM, Christian Ziebarth wrote: > > Working on a site now that was developed by somebody else and am trying to > fix some of the styles. Some of the CSS is referenced in the following line > in the header: > > href="combine.php@type=css&files=widgets.std.css,basefonts

Re: [css-d] Equal Height Boxes with Rounded Corners

2011-03-10 Thread Al Sparber
On 3/10/2011 8:54 PM, Rob Mercer wrote: Hello, I have two side by side boxes that I want to be equal height and have rounded corners. I don't want to set a height for the boxes. To get equal height I have used the margin/padding trick: If you are willing to allow old browsers to display th

[css-d] Equal Height Boxes with Rounded Corners

2011-03-10 Thread Rob Mercer
Hello, I have two side by side boxes that I want to be equal height and have rounded corners. I don't want to set a height for the boxes. To get equal height I have used the margin/padding trick: #left-box, #right-box { width:390px; float:left; margin:15px 0 -490px 20

[css-d] Odd PHP/CSS Combo

2011-03-10 Thread Christian Ziebarth
Working on a site now that was developed by somebody else and am trying to fix some of the styles. Some of the CSS is referenced in the following line in the header: The files for the entire site were zipped up and sent to me and I saved those files to my hard drive. When I view a related H

Re: [css-d] Formatting text: an example

2011-03-10 Thread David Laakso
On 3/10/11 4:43 AM, Gabriele Romanato wrote: Hi, I condensed the most useful features for formatting text in this example: http://onwebdev.blogspot.com/2011/03/css-text-formatting-example.html I think this will be particularly useful for beginners. HTH :-) body { font: /*76%*/100% Arial

Re: [css-d] Formatting text: an example

2011-03-10 Thread David Hucklesby
On 3/10/11 1:43 AM, Gabriele Romanato wrote: Hi, I condensed the most useful features for formatting text in this example: http://onwebdev.blogspot.com/2011/03/css-text-formatting-example.html You say: "76% is a CSS font size constant that sets the base font size to 12 pixels in a cross-brows

Re: [css-d] Formatting text: an example

2011-03-10 Thread Philippe Wittenbergh
On Mar 10, 2011, at 6:43 PM, Gabriele Romanato wrote: > I condensed the most useful features for formatting text in this example: > > http://onwebdev.blogspot.com/2011/03/css-text-formatting-example.html > > I think this will be particularly useful for beginners. >From that article: > This pse

Re: [css-d] Formatting text: an example

2011-03-10 Thread David Postill
On Thu, 10 Mar 2011 10:43:10 +0100, Gabriele Romanato wrote: | Hi, | I condensed the most useful features for formatting text in this | example: | | http://onwebdev.blogspot.com/2011/03/css-text-formatting-example.html | | I think this will be particularly useful for beginners. | | HTH :-) I

[css-d] Formatting text: an example

2011-03-10 Thread Gabriele Romanato
Hi, I condensed the most useful features for formatting text in this example: http://onwebdev.blogspot.com/2011/03/css-text-formatting-example.html I think this will be particularly useful for beginners. HTH :-) http://www.css-zibaldone.com http://www.css-zibaldone.com/test/ (English) htt