David Laakso wrote:
> Ron Zisman wrote:
>> http://www.ricochet.org/ricochet2/company_principal2.html
>>
>> the 'Communications Design' #header h2. actually all h2's. ah,
>> scaling doesn't work so well.
>>
>>
>>
>> ron
>>
>
I neglected to include this in my last reply. You'll need it to posi
Ron Zisman wrote:
> http://www.ricochet.org/ricochet2/company_principal2.html
>
>
> 2 more positioning problems:
>
> in the blue bar at the top is contact copy
>
> #top {width:100%}
>
> #top p { positioned from the left } which means if the font scales
> differently in different browsers, it's
http://www.ricochet.org/ricochet2/company_principal2.html
2 more positioning problems:
in the blue bar at the top is contact copy
#top {width:100%}
#top p { positioned from the left } which means if the font scales
differently in different browsers, it's not going to expand as i'd like.
di
.date
{
margin-top: 10px;
margin: 0px;
padding: 0px;
font-weight:bold;
}
Hi there,
In your .date rule you apply a margin-top and then in the next line you
remove it with margin:0px (which applies to all sides). If you want just a
margin top use:
margin: 10px 0px 0px 0px;
Cheers
George
Shape S
[EMAIL PROTECTED] wrote:
> .date
> {
> margin-top: 10px;
> margin: 0px;
> padding: 0px;
> font-weight:bold;
> }
>
G'day,
I think the biggest problem here is that you redefine margin to 0px
after you declare margin-top as 10px. Having margin: 0px *after* your
margin-top: 10px line will set mar
I m having some major problems for example the date text should be 10
pixels
down but it stays in the same place so it seems if it ignoring the
margin-top: 10px; part?
}
.date
{
margin-top: 10px;
margin: 0px;
padding: 0px;
font-weight:bold;
}
Hi Ian,
In your date class, the second 'marg
ginal Message
From: "[EMAIL PROTECTED]" <[EMAIL PROTECTED]>
To: css-d@lists.css-discuss.org
Sent: Thursday, December 7, 2006 5:21:29 PM
Subject: [css-d] CSS Positioning problems
Hi
I am trying to create a design from a photoshop mockup in CSS but at present
I m having so
Hi
I am trying to create a design from a photoshop mockup in CSS but at present
I m having some major problems for example the date text should be 10 pixels
down but it stays in the same place so it seems if it ignoring the
margin-top: 10px; part?
Any ideas?
#details
{
float: right;
w
Hello all,
After I spent several hours reading tutorials adn coding, I decided to
ask for help here.
Please check http://www.ral.ro/liviu/index1.htm .
It looks fine in Opera and IE, but my div #footer appears strange in Firefix.
Any idea ?
Thanks
Liviu
_