Re: [css-d] Most popular fonts for browsers

2008-04-08 Thread Ernie Finlay
Have a look at the following fonts. Ernie :) Fonts. Arial,Verdana,Geneva,Helvetica,sans-serif.Agency FB(open type)Algerian(open type)Harlow solid italic "Old English Text MT",Script MT bold,Edwardian Script ITC,Vladimir Script (true type) Brush Script (True type),Brush Script MT(Italic

Re: [css-d] Odd, broken design

2008-03-06 Thread Ernie Finlay
No overlap on my IE6,it is in fact several em's above the footer. > Date: Thu, 6 Mar 2008 16:25:54 +> From: [EMAIL PROTECTED]> To: > css-d@lists.css-discuss.org> Subject: [css-d] Odd, broken design> > Hello> > > Can anybody figure out why the quote on this page overlaps the footer near> > t

Re: [css-d] Column floating below sidebar on IE6

2008-03-06 Thread Ernie Finlay
In my IE6,everything looks OK. Content is on the left and sidebar is on the right,starting out at the same level. > From: [EMAIL PROTECTED]> To: css-d@lists.css-discuss.org> Date: Thu, 6 Mar > 2008 16:24:24 +> Subject: [css-d] Column floating below sidebar on IE6> > > Hi,> > On

Re: [css-d] vertical-align property examples/info

2008-01-20 Thread Ernie Finlay
Hi Bob,have a look at http://www.ibloomstudios.com/articles/vertical-align_misuse/ Ernie :) > From: [EMAIL PROTECTED]> To: css-d@lists.css-discuss.org> Date: Sun, 20 Jan > 2008 10:16:36 -0500> Subject: [css-d] vertical-align property examples/info> > > Hi all,> > Can anyone point me to goo

[css-d] CSS simple question?

2007-12-23 Thread Ernie Finlay
I can put a right angle triangle on the left side of the container with the diagonal facing right,I need a code to put the triangle on the right side of the container with the diagonal facing left. Thanks,Ernie. _ Don't get caught w

Re: [css-d] site-check please, major ie6 issues

2007-11-30 Thread Ernie Finlay
I checked IE6, it looks OK to me,same with opera. Ernie :)) > From: [EMAIL PROTECTED]> To: css-d@lists.css-discuss.org> Date: Fri, 30 Nov > 2007 22:27:46 -0600> Subject: [css-d] site-check please, major ie6 issues> > > http://www.bildas.fatpawdesign.com/index.html> > Hello All:> > I'd apprec

Re: [css-d] Holy Grail Alternatives

2007-11-29 Thread Ernie Finlay
IE 6... Header overlaps the content/left sidebar. Right sidebar is at the top of the Header section.Ernie :)) > Date: Thu, 29 Nov 2007 08:47:39 -0700> From: [EMAIL PROTECTED]> To: > css-d@lists.css-discuss.org> Subject: Re: [css-d] Holy Grail Alternatives> > > >>> On 11/29/2007 at 8

Re: [css-d] three numbers

2007-10-04 Thread Ernie Finlay
{ margin:0;} Applies to all (top,right,bottom,left, IN THAT ORDER. {margin:0 10px;} The first number applies to the top and bottom.The second number applies to the right and left sides. {margin:0 10px 10px;}The first number applies to the top(only) the second number applies to the right a

Re: [css-d] refining text-align: justify

2007-10-02 Thread Ernie Finlay
You could simply add to or reduce (minor)the font size to suit.:) > Date: Mon, 1 Oct 2007 20:36:11 -0700> From: [EMAIL PROTECTED]> To: > css-d@lists.css-discuss.org> Subject: [css-d] refining text-align: justify> > > Hello;> > Is there any way to refine the use of {text-align: justify;} so >

Re: [css-d] Site Check

2007-10-01 Thread Ernie Finlay
Hi Jenn,the page looks good in IE 6,no problem with the white text on the green background. You might consider using em or % to size the font instead of px. Pixels ignore any preferences users may have,and this could be a serious accessibility problem for those viewers who need to make text

Re: [css-d] Website check please!!

2007-09-22 Thread Ernie Finlay
In IE6 the footer is located on the bottom- right and runs off the page > Date: Sat, 22 Sep 2007 09:13:25 -0400> From: [EMAIL PROTECTED]> To: [EMAIL > PROTECTED]> CC: css-d@lists.css-discuss.org> Subject: Re: [css-d] Website > check please!!> > [EMAIL PROTECTED] wrote:> >> > Test-site is: u

Re: [css-d] Missing Div!

2007-07-21 Thread Ernie Finlay
Hello. does not need a >From: "Henry Felton" <[EMAIL PROTECTED]> >To: css-d@lists.css-discuss.org >Subject: [css-d] Missing Div! >Date: Sat, 21 Jul 2007 13:02:53 +0100 > >Hey all, > >I'm having a mind block on this embarrassingly simple problem. I've got two >divs, one should hold text below t

Re: [css-d] How do you kill the cell spacing in table with CSS?

2007-07-16 Thread Ernie Finlay
Good info.from Nigel. Another method, EXAMPLE: ..datatable{border:1px solid #000; border-collapse:collapse; } ..datatable td, .datatable th{border:1px solid #000; } Ernie. :) >From: "Duckworth, Nigel" <[EMAIL PROTECTED]> >To: "Conjurer" <[EMAIL PROTECTED]>,"Css-Discussion Gr

Re: [css-d] site check please

2007-07-16 Thread Ernie Finlay
IE6...Lots of scrolling to do here. If the Links col.was placed directly under the Nav. col. (it is now to the left and under 'What's New ') it would reduce the vertical scrolling. If the Header and the Footer widths were reduced to the(approx.) combined widths of Nav. and What's New co

Re: [css-d] ie7 margin bug

2007-07-15 Thread Ernie Finlay
Checking your CSS,I see that you have not given any element a height.Therefore the only height would come from the #box which is much longer than #content.As #wrapper encloses both #content and #box (NOT #siteinfo)#wrappers length ends with the bottom of #box,and a bottom margin of 40px has bee

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] sinking footers

2007-06-16 Thread Ernie Finlay
Mary,in IE6 and Firefox the footer IS positioned at the bottom of the page. Ernie. From: Mary Bean <[EMAIL PROTECTED]> To: css-d@lists.css-discuss.org Subject: [css-d] sinking footers Date: Tue, 12 Jun 2007 15:19:29 -0700 HI, I was wondering how you get the footer to sink to the bottom of the

Re: [css-d] Simple Border around image question

2007-06-16 Thread Ernie Finlay
Hi Jason,you can create a CSS class for the border and apply it to selected images as required. Example: ..imgborder{border:1px solid #00;} Regards,Ernie. From: "Jason Chan" <[EMAIL PROTECTED]> To: css-d@lists.css-discuss.org Subject: [css-d] Simple Border around image question Date: Fr

[css-d] Valign and repeat.

2007-05-28 Thread Ernie Finlay
A page advertising a service, requires a phone number in a vertical position ,repeated horizontally across the bottom of the page,with a height of 50px and 3px padding. Your suggestions for coding this would be appreciated. Thanks,Ernie. __

Re: [css-d] Different ways of doing the same thing

2007-05-25 Thread Ernie Finlay
Hi Liz, I think the code you looked at centers the wrapper...,I'm not sure that your code does that. Ernie. From: Les Mizzell <[EMAIL PROTECTED]> To: css-d@lists.css-discuss.org Subject: [css-d] Different ways of doing the same thing Date: Fri, 25 May 2007 11:30:13 -0400 It's always interest

Re: [css-d] Vertical Space Grudge Match: br vs css

2007-05-19 Thread Ernie Finlay
If you don't want to use CSS,why not add several to get the space you require.? From: "Francesco Rizzi" <[EMAIL PROTECTED]> To: css-d@lists.css-discuss.org Subject: [css-d] Vertical Space Grudge Match: br vs css Date: Sat, 19 May 2007 22:05:33 -0400 Consider an hypothetical situation: th

Re: [css-d] Image Placement

2007-05-07 Thread Ernie Finlay
Try, background-position: center center; Regards,Ernie. From: "Steve LaBadie" <[EMAIL PROTECTED]> To: Subject: [css-d] Image Placement Date: Mon, 7 May 2007 15:06:01 -0400 I have an image set to align="middle", but aligns on the bottom of the cell in Firefox. How can I correct this?

Re: [css-d] drop down menu problem - ie 7 - testers needed

2007-05-03 Thread Ernie Finlay
I.E. 7Hi Jennifer, just an observation,your dropdown headings takes us to pages which also contains all the items on that drop down menu,so I would think the dropdown menu items are not necessary. On the dropdown heading "Careers" seven menu items are listed,but nine items are listed on th

Re: [css-d] crashing IE7

2007-04-30 Thread Ernie Finlay
span has a beginning and an end,thus ..text.. br for example has no end but must be closed..thus . Regards,E.F. >From: "Simon Tiplady | Forums" <[EMAIL PROTECTED]> >To: >Subject: Re: [css-d] crashing IE7 >Date: Tue, 1 May:55:33 +0200 > >What is the point of a span if it is not spanning anyth

Re: [css-d] footer positioning help needed

2007-03-12 Thread Ernie Finlay
Consider example: div#footer{background: #333;color: #FFF} div#footer p{margin:0;padding:5px 10px} div#footer{clear:both;width:100%} >From: Phil Turner <[EMAIL PROTECTED]> >To: css-d@lists.css-discuss.org >Subject: [css-d] footer positioning help needed >Date: Mon, 12 Mar:46:29 + > >Than

Re: [css-d] Faux Columns not scaling to the bottom of page

2007-03-06 Thread Ernie Finlay
Looks good,both side columns are approx. 2em's short of reaching the bottom. From: Gunlaug Sørtun <[EMAIL PROTECTED]> CC: css-d@lists.css-discuss.org Subject: Re: [css-d] Faux Columns not scaling to the bottom of page Date: Mon, 05 Mar 2007 23:23:26 +0100 Ernie Finlay wrote: &g

Re: [css-d] Faux Columns not scaling to the bottom of page

2007-03-05 Thread Ernie Finlay
In IE7,side columns and text are blocked level with the bottom of the building photo. From: Gunlaug Sørtun <[EMAIL PROTECTED]> To: Jon Hughes <[EMAIL PROTECTED]> CC: css-d@lists.css-discuss.org Subject: Re: [css-d] Faux Columns not scaling to the bottom of page Date: Mon, 05 Mar 2007 18:09:01

[css-d] Novice needs info.

2006-07-21 Thread Ernie Finlay
How do I bundle my source code and my CSS link together so that when I send them from point A they both arrive at point B. and function as they should.??.(Plain English,please.) Thanks,Ernie Finlay. __ css