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;
__
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
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
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
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
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
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
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
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
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
10 matches
Mail list logo