Re: [css-d] Random Space

2006-07-16 Thread David Laakso
Designer wrote:
> Felix Miata wrote:
>   
>> text-align:left/*center*/
>>   
>> 
> Hi Felix,
>
> I've googled this intriguing bit of markup  and got nothing.  Also 
> looked for David's term : 'flush left/scatter right' to no avail.
> What /exactly/ does it do, and have you got any links to it?
>   
Flush left/scatter right is hot-metal markup. On Web for the screen the markup 
is written: text-align: left; 

> Thanks
>
>   
~dL
PS I regret the confusion. It is difficult for me to switch media after 
lot of years in print media.


-- 

http://chelseacreekstudio.com/ca/ccs/pow/pow.html

__
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
IE7b2 testing hub -- http://css-discuss.incutio.com/?page=IE7
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/


Re: [css-d] Random Space

2006-07-16 Thread Rahul Gonsalves
Designer wrote:
> Felix Miata wrote:
>> text-align:left/*center*/
>>   
> Hi Felix,
> 
> I've googled this intriguing bit of markup  and got nothing.  Also 
> looked for David's term : 'flush left/scatter right' to no avail.
> What /exactly/ does it do, and have you got any links to it?
> 
> Thanks
> 

Hi Designer,

It sets the text aligned left, and comments out your original markup. 
David probably means either "text-align: left" for "flush left" and 
"text-align: right" for "scatter-right".

Regards,
Rahul.
__
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
IE7b2 testing hub -- http://css-discuss.incutio.com/?page=IE7
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/


Re: [css-d] Random Space

2006-07-16 Thread Designer
Felix Miata wrote:
> text-align:left/*center*/
>   
Hi Felix,

I've googled this intriguing bit of markup  and got nothing.  Also 
looked for David's term : 'flush left/scatter right' to no avail.
What /exactly/ does it do, and have you got any links to it?

Thanks

-- 
Best Regards,

Bob McClelland

Cornwall (UK)
www.gwelanmor-internet.co.uk


__
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
IE7b2 testing hub -- http://css-discuss.incutio.com/?page=IE7
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/


Re: [css-d] Random Space

2006-07-11 Thread Felix Miata
On 06/07/11 15:33 (GMT+0100) Richard Brown apparently typed:

> On Tuesday 11 July 2006 10:10 -0400, David Laakso wrote:

>> Try flush left/scatter right instead.

> How do I apply this please?

#content {
...
text-align:left/*center*/;
}
-- 
"If you confess with your mouth, 'Jesus is Lord', and believe in
your heart that God raised him from the dead, you will be saved."
Romans 3:23 NIV

 Team OS/2 ** Reg. Linux User #211409

Felix Miata  ***  http://mrmazda.no-ip.com/
__
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
IE7b2 testing hub -- http://css-discuss.incutio.com/?page=IE7
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/


Re: [css-d] Random Space

2006-07-11 Thread Gunlaug Sørtun
Ingo Chao wrote:
> Richard Brown wrote:
> 
>>  ... Whilst writing I 
>> would also ask folks what they think of the navigation please?
> 
> 
> 
> What is a "Mens Hire Mother of the Bride Shop" ?

Must be a "dual purpose" service :-)

...a bit more separation seems to be needed.



Generally regarding the layout:
There's a problem with...

body {height:100%;}

...and...

* html body {
padding:120px 0 50px 0;
}

...making the body 100%+120px+50px tall in IE6. The extra height is
added below footer.

Comment out / delete the 'height: 100%', and body will self-adjust to
100% height including paddings in IE6.

---

There's a similar problem with...

#content {padding:20px;}

...and...

* html #content {width:100%;}

...making the #content 40px too wide in IE6.

Comment out / delete the 'width:100%;' and it will default to 100% width
including paddings in IE6.

---

I think you should study Stu's "fixed layout" a bit more, as you have
clearly not picked up the simple fact that he puts IE6 (and IE7) in
quirks mode (while your page does not). Thus Stu has avoided all
problems by *not* dealing with them, and he is simulating a standard
style-effect in browsers that *do* understand the real thing.

I think the real "position: fixed" is a better option, with a
mode-independent workaround for IE/win.
Something like this...

...seems to work quite well in most browsers.

regards
Georg
-- 
http://www.gunlaug.no
__
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
IE7b2 testing hub -- http://css-discuss.incutio.com/?page=IE7
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/


Re: [css-d] Random Space

2006-07-11 Thread Richard Brown
Hi David and anyone else

On Tuesday 11 July 2006 15:10, David Laakso wrote:
> Try flush left/scatter right instead.
How do I apply this please?
-- 
Rich
http://www.cregy.co.uk
Embracing what God does for you is the best thing you can do for him.
Romans 12 v 1
__
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
IE7b2 testing hub -- http://css-discuss.incutio.com/?page=IE7
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/


Re: [css-d] Random Space

2006-07-11 Thread David Laakso
Richard Brown wrote:
> 
> 
> 
> Whilst writing I would also ask folks what they think of the navigation 
> please? At the moment if you go into the "Our Designers" page, the secondary 
> navigation arrives in the footer. Any comments please?
>   
Since Els replied to the CSS question, I guess I get to venture into the 
twilight zone of *personal opinion.* The nav jump to the bottom did not 
bother me. I thought, at first, that the top nav was a text sub-title. 
Pipe separators(or something like that) between the link items might 
help? I /did not/ care for the header/footer v- scrollbars when the 
font-s are zoomed. With regard to the content text, what's with the 
centered lines? Try flush left/scatter right instead. Palatino is tiny 
to begin with, so bump 90% on the body to default(100%). And it is 
sometimes exquisite in italic when it changes to a display font(around 
107 to 109%). So it might not hurt, to push the envelope, going even 
larger on the content-text p (italic 120% or 130%?-- this is sure to 
freak out your peers, if not my good friend Felix Miata :-) ).


Best,
~dL
PS These are, of course, my personal opinions.

-- 

http://chelseacreekstudio.com/ca/ccs/pow/pow.html

__
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
IE7b2 testing hub -- http://css-discuss.incutio.com/?page=IE7
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/


Re: [css-d] Random Space

2006-07-11 Thread Ingo Chao
Richard Brown wrote:
> 
> ... Whilst writing I would also ask folks what they think of the navigation 
> please? 


What is a "Mens Hire Mother of the Bride Shop" ?

Ingo

-- 
http://www.satzansatz.de/css.html
__
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
IE7b2 testing hub -- http://css-discuss.incutio.com/?page=IE7
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/


Re: [css-d] Random Space

2006-07-11 Thread Els
Richard Brown wrote:

> I am building a site here:
> 
> 
>
> However, I seem to have gained a random space in the content
> div. You can see it at the top of the scroll bar. Does anyone
> know where it comes from please?

Yup. You placed the #content at 120px from the top, and gave the 
#header a height of 100px.
There's 20px difference between those two values :-)

-- 
Els
http://locusmeus.com/
http://locusoptimus.com/ 


__
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
IE7b2 testing hub -- http://css-discuss.incutio.com/?page=IE7
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/


[css-d] Random Space

2006-07-11 Thread Richard Brown
Hi Guys

I am building a site here:


Using Stu Nicholls code from here:


However, I seem to have gained a random space in the content div. You can see 
it at the top of the scroll bar. Does anyone know where it comes from please?

Whilst writing I would also ask folks what they think of the navigation 
please? At the moment if you go into the "Our Designers" page, the secondary 
navigation arrives in the footer. Any comments please?

Bit thanks to Stu and thanks for reading this.
-- 
Rich
http://www.cregy.co.uk
Embracing what God does for you is the best thing you can do for him.
Romans 12 v 1
__
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
IE7b2 testing hub -- http://css-discuss.incutio.com/?page=IE7
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/