Re: [WSG] Browsers and Zooming

2008-07-04 Thread Charlesthomas Eaton

See if this helps:
http://www.eatons.net/sandbox/Greenwich.html

On Jul 3, 2008, at 11:58 PM, Hayden's Harness Attachment wrote:

Talking about zooming. I am trying to use PHP to create a web page  
that has a default font size (layout_medium.css). As it stands, I  
have broken everything since I am so new to PHP.


There are two ways to use PHP in your page:
	1/ As an include file:!-- # include virtual=/php/ 
todaysdate.php --
		NOTE: the first part of the above comment  should look like this:  
!--#  (no space)

2/ As  a short script between PHP tags :  ?php [code] ?

I used the first method in my example.


I use Firefox 3.0 as my main browser. It looks Okay, however, the  
H1 foreground and background colors are not happening. I should  
have white text on red. And the Guide Star logo and graphical text  
is not aligning with the bottom left corner of the curve graphic.


Look this over, ... i don't have your background image, but you can  
set the height of the header with the top margin of the eye image.



I am not sure how to get IE6/7 to play along Or get PHP for Button1  
Increase font size an button two decrease font size. Any Help is  
welcome.


HTML http://www.choroideremia.org/new/crf_header.php

CSS http://www.choroideremia.org/css/layout.css
http://www.choroideremia.org/css/layout_medium.css
http://www.choroideremia.org/css/layout_large.css
http://www.choroideremia.org/css/layout_small.css

Angus MacKinnon
Infoforce Services
http://www.infoforce-services.com

Faith is the strength by which a shattered world shall emerge into
the light. - Helen Keller



***
List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
Help: [EMAIL PROTECTED]
***






***
List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
Help: [EMAIL PROTECTED]
***



Re: [WSG] Simple question on forms

2007-12-05 Thread Charlesthomas Eaton


By default, forms fields take focus from the top-down and left to  
right. All you have to do, is line them up in the order you want them  
to have focus.

-chuck
=
On Dec 5, 2007, at 9:47 AM, Minh D. Tran wrote:


Hi Everyone,

I just have a question regarding forms. How do I set the cursor to  
default on a certain form input field?


Thanks,
M




***
List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
Help: [EMAIL PROTECTED]
***




***
List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
Help: [EMAIL PROTECTED]
***



Re: [WSG] Simple question on forms

2007-12-05 Thread Charlesthomas Eaton
By default, forms fields take focus from the top-down and left to  
right. All you have to do, is line them up in the order you want them  
to have focus.

-chuck
=
On Dec 5, 2007, at 9:47 AM, Minh D. Tran wrote:


Hi Everyone,

I just have a question regarding forms. How do I set the cursor to  
default on a certain form input field?


Thanks,
M




***
List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
Help: [EMAIL PROTECTED]
***