Re: [css-d] Honing shorthand skills:

2007-07-11 Thread Jukka K. Korpela
On Wed, 11 Jul 2007, Micky Hulse wrote: > margin: 20px 0 0 0; > > Can be shortened-down to this: > > margin 20px 0 0; > > Because the LEFT value will obtain a value from the RIGHT value. Correct? It's a correct observation, as it has already been commented (and as can be checked from CSS specifi

Re: [css-d] Explorer bug or poor css technique?

2007-07-11 Thread David Hucklesby
Re: On Wed, 11 Jul 2007 16:01:30 -0400, rollandburn wrote: > Well Jumpin' Jehosaphats! Blasted hasLayout got me again...hehe. I even > went to > satzandsatz.de to read On Having Layout, for the third time while waiting for > the gurus > to finish lunch. Thanks Ge

Re: [css-d] IE6 issues: height, and right-column content

2007-07-11 Thread ron zisman
On Jul 11, 2007, at 6:37 PM, Stanley Dankoski wrote: > http://www.dankoski.com/clients/brightmoves/template.html > 1. > In IE6, most of the right column is cleared below the left column, > beginning > with the full-width image (of kids exercising in front of paper > flowers on > the wall).

Re: [css-d] [solved] Honing shorthand skills:

2007-07-11 Thread Micky Hulse
Hi Ricky, thanks for the quick reply. I really appreciate the help. :) Lets see if I got this right: margin: 0; /* [ALL] */ margin: 0 10px; /* [Top/Bottom], [Right/Left] */ margin: 5px 1px 4px 2px; /* Top, Right, Bottom, Left */ margin: 5px 10px 2px; /* Top, [Right/Left], Bottom */ Ah, sweet. Lo

[css-d] IE6 issues: height, and right-column content

2007-07-11 Thread Stanley Dankoski
Hello, I'm building a site template, currently located at: http://www.dankoski.com/clients/brightmoves/template.html CSS: http://www.dankoski.com/clients/brightmoves/assets/bright-moves.css It looks fine in Firefox and IE7 on Windows. So far there are two problems with this in IE6/Win. 1. In IE6

Re: [css-d] Honing shorthand skills:

2007-07-11 Thread Ricky Zhou
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Micky Hulse wrote: > margin: 20px 0 0 0; > > Can be shortened-down to this: > > margin 20px 0 0; > > Because the LEFT value will obtain a value from the RIGHT value. Correct? Yup- here are all the possibilities: margin: all; margin: top/bottom left

[css-d] Honing shorthand skills:

2007-07-11 Thread Micky Hulse
margin: 20px 0 0 0; Can be shortened-down to this: margin 20px 0 0; Because the LEFT value will obtain a value from the RIGHT value. Correct? TIA! Cheers, Micky -- Wishlists: Switch: BCC?: My:

Re: [css-d] CSS Menu not Layering over Flash

2007-07-11 Thread Micky Hulse
I posted some info on the subject here: Hth's, M -- Wishlists: Switch: BCC?: My: _

Re: [css-d] Site check please

2007-07-11 Thread Gary Benson
Dagmar Noll wrote: > Elli Vizcaino wrote: > > I think you should keep the navigation at the bottom of page in > > the "Find Out More" section, consistent. I think it's confusing > > for the user for the links to be shifting from page to page. You > > should offer all links to all your questions, ev

Re: [css-d] Site check please

2007-07-11 Thread Gary Benson
Luis Speciale wrote: > Gary Benson a écrit : > > Could I trouble you for site check of http://www.relaxshiatsu.co.uk/ > > please? [snip] > By the way, why you use zoom ? Sorry, but I don't understand. > > #findOutMore { > zoom: 1; > } It forces hasLayout on the #findOutMore div which stops it e

Re: [css-d] Site check please

2007-07-11 Thread Gary Benson
Matthew Ohlman wrote: > Gary Benson wrote: > > Could I trouble you for site check of http://www.relaxshiatsu.co.uk/ > > please? I use Firefox on Linux so Windows and Mac checks are > > especially welcome, as are any general comments and suggestions you > > may have. > > Looks great Gary. The cur

[css-d] Internet Explorer issues (was: Site check please)

2007-07-11 Thread Gary Benson
Thank you all very much for the site checks. The screenshots were particularly useful, and it's really cool to see that the text size is the same and that the curvy green box worked. But it looks like I have the following bugs: IE7 and IE6: - A block of white protruding from the left edge of

Re: [css-d] Explorer bug or poor css technique?

2007-07-11 Thread rollandburn
Well Jumpin' Jehosaphats! Blasted hasLayout got me again...hehe. I even went to satzandsatz.de to read On Having Layout, for the third time while waiting for the gurus to finish lunch. Thanks Georg. btw...That menu is a direct rip from Stu Nicholls at cssplay.co.uk so I pass all the credit to h

Re: [css-d] Explorer bug or poor css technique?

2007-07-11 Thread Elli Vizcaino
--- Elli Vizcaino <[EMAIL PROTECTED]> wrote: Try placing your footer > beneath > the content div to see if that helps and perhaps > float > right instead of text-align right. > > Elli V > I apologize, I don't think that was a good suggestion. if anything, float left and text-align right. E

Re: [css-d] Explorer bug or poor css technique?

2007-07-11 Thread ron zisman
On Jul 11, 2007, at 2:02 PM, rollandburn wrote: > ...to help me figure out why internet explorer doesn't allow vertical > scrolling past a certain point effectively 'cutting off' content at > the > bottom of the page, such as the footer. It's the IE6 bug "need Layout in order to perform" bug.

Re: [css-d] Explorer bug or poor css technique?

2007-07-11 Thread Elli Vizcaino
--- rollandburn <[EMAIL PROTECTED]> wrote: > Hi everybody, > > I wonder if a kind soul could take a look at ... > > http://www.discandmore.com > > ...to help me figure out why internet explorer > doesn't allow vertical > scrolling past a certain point effectively 'cutting > off' content at

Re: [css-d] Top nav-please ignore last navigation post

2007-07-11 Thread Holly Bergevin
From: trevor bayliss <[EMAIL PROTECTED]> >I am having a problem with my top nav http://216.219.94.105/trevor.htm > > The width of the ul that I have id="topnav" doesn´t fit accross the whole > header div and is centred in firefox and aligned to the left in IE: You have: #topnav {border-top

Re: [css-d] Explorer bug or poor css technique?

2007-07-11 Thread Ray Leventhal
rollandburn wrote: > Hi everybody, > > I wonder if a kind soul could take a look at ... > > http://www.discandmore.com > > ...to help me figure out why internet explorer doesn't allow vertical > scrolling past a certain point effectively 'cutting off' content at the > bottom of the page, such a

[css-d] Explorer bug or poor css technique?

2007-07-11 Thread rollandburn
Hi everybody, I wonder if a kind soul could take a look at ... http://www.discandmore.com ...to help me figure out why internet explorer doesn't allow vertical scrolling past a certain point effectively 'cutting off' content at the bottom of the page, such as the footer. Firefox shows the p

Re: [css-d] Text drifting to the left with very large screens

2007-07-11 Thread Dan Dorman
On 7/11/07, Carol F. Swinehart <[EMAIL PROTECTED]> wrote: > Having trouble with the bullet text at the top drifting to the left on a > very large screen. What am I doing wrong. The with the id "FullServiceProfessionalWebs" (which contains the offending ) has a left attribute which is relative to

Re: [css-d] Site check please

2007-07-11 Thread Dagmar Noll
> I think you > should keep the navigation at the bottom of page in > the "Find Out More" section, consistent. I think it's > confusing for the user for the links to be shifting > from page to page. You should offer all links to all > your questions, even if you have a link to the > "Questions" at

Re: [css-d] Site check please

2007-07-11 Thread Mark Wheeler
> Hi all, > > Could I trouble you for site check of http://www.relaxshiatsu.co.uk/ > please? I use Firefox on Linux so Windows and Mac checks are > especially welcome, as are any general comments and suggestions you > may have. > > If it helps, this is what I see when I look at it: > > http://w

Re: [css-d] Site check please

2007-07-11 Thread Luis Speciale
Gary Benson a écrit : > Hi all, > > Could I trouble you for site check of http://www.relaxshiatsu.co.uk/ > please? I use Firefox on Linux so Windows and Mac checks are > especially welcome, as are any general comments and suggestions you > may have. > > If it helps, this is what I see when I look

Re: [css-d] Site check please

2007-07-11 Thread Elli Vizcaino
--- Gary Benson <[EMAIL PROTECTED]> wrote: > Hi all, > > Could I trouble you for site check of > http://www.relaxshiatsu.co.uk/ > please? I use Firefox on Linux so Windows and Mac > checks are > especially welcome, as are any general comments and > suggestions you > may have. > > If it helps,

Re: [css-d] Site check please

2007-07-11 Thread Matthew Ohlman
Gary Benson wrote: > Hi all, > > Could I trouble you for site check of http://www.relaxshiatsu.co.uk/ > please? I use Firefox on Linux so Windows and Mac checks are > especially welcome, as are any general comments and suggestions you > may have. > > > Looks great Gary. The curve problem that

Re: [css-d] Site check please

2007-07-11 Thread trevor bayliss
Mark Wheeler <[EMAIL PROTECTED]> wrote: On Jul 11, 2007, at 9:20 AM, Gary Benson wrote: > Hi all, > > Could I trouble you for site check of http://www.relaxshiatsu.co.uk/ > please? I use Firefox on Linux so Windows and Mac checks are > especially welcome, as are any general comments and sugges

[css-d] Top nav-please ignore last navigation post

2007-07-11 Thread trevor bayliss
I am having a problem with my top nav http://216.219.94.105/trevor.htm. The width of the ul that I have id="topnav" doesn´t fit accross the whole header div and is centred in firefox and aligned to the left in IE: The html without all the li tags: Home

Re: [css-d] Site check please

2007-07-11 Thread Ray Leventhal
Gary Benson wrote: > Hi all, > > Could I trouble you for site check of http://www.relaxshiatsu.co.uk/ > please? I use Firefox on Linux so Windows and Mac checks are > especially welcome, as are any general comments and suggestions you > may have. > > If it helps, this is what I see when I look at

[css-d] Text drifting to the left with very large screens

2007-07-11 Thread Carol F. Swinehart
http://www.ckfswebpagedesign.com/ Having trouble with the bullet text at the top drifting to the left on a very large screen. What am I doing wrong. Thanks, Carol __ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mai

Re: [css-d] Site check please

2007-07-11 Thread Mark Wheeler
On Jul 11, 2007, at 9:20 AM, Gary Benson wrote: > Hi all, > > Could I trouble you for site check of http://www.relaxshiatsu.co.uk/ > please? I use Firefox on Linux so Windows and Mac checks are > especially welcome, as are any general comments and suggestions you > may have. > > If it helps, this

[css-d] Site check please

2007-07-11 Thread Gary Benson
Hi all, Could I trouble you for site check of http://www.relaxshiatsu.co.uk/ please? I use Firefox on Linux so Windows and Mac checks are especially welcome, as are any general comments and suggestions you may have. If it helps, this is what I see when I look at it: http://www.relaxshiatsu.co

Re: [css-d] Left 50% margin- 497

2007-07-11 Thread Ernie Finlay
Hi Garry,you are correct, the #page coding is not required when using a width of 994px,it works great on much lesser widths( say 700px) to center the #page. Ernie. >From: Colin Mcgarry <[EMAIL PROTECTED]> >To: css-d@lists.css-discuss.org >Subject: [css-d] Left 50% margin- 497 >Date: Sat, 07 Ju

Re: [css-d] I E 6 Help please

2007-07-11 Thread Martin Möller
On 7/11/07, Phil Turner <[EMAIL PROTECTED]> wrote: > Help please my sites not working in IE 6 in various places its > throwing some spacing out of wack! Hi Phil, when Problems occur always validate your Document first and correct the Errors. Sometimes it can be the Solution. Failed validation, 6

[css-d] I E 6 Help please

2007-07-11 Thread Phil Turner
Help please my sites not working in IE 6 in various places its throwing some spacing out of wack! can someone have a look and help me fix it Many thanks http://www.philturner-uk.com/index.html Phil Turner FREELANCE DESIGNER TEL: 0161 439 1669 Chartered Graphic Designer MCSD BA Hons [EMAIL P

[css-d] 3 pixels of space problem - clearing problem

2007-07-11 Thread Mark Wheeler
Hi all, I'm continuing to work on my first liquid layout. On to the next problem which I thought (think?) was a 3px IE6 problem, but I tried to apply some 3px fixes, but was not successful. Here are the links: http://dev.tonedeafdesign.com/ob/test.html http://dev.tonedeafdesign.com/ob/css/gl