Re: [css-d] On iPhone, fonts look smaller in the footer

2010-11-05 Thread William Gates
Hi Bruce,
This should help:
http://www.freepx.net/how-to-stop-font-resizing-on-iphone-without-affecting-zooming-in-safariwebkit/

William
__
css-discuss [cs...@lists.css-discuss.org]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
List policies -- http://css-discuss.org/policies.html
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/


[css-d] input backgound

2010-08-05 Thread William Gates
Hi Chris,
Something like this should work:
input, textarea {
background: #efefef;
}
Cheers
William
__
css-discuss [cs...@lists.css-discuss.org]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
List policies -- http://css-discuss.org/policies.html
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/


[css-d] Menu Problem

2010-07-31 Thread William Gates
Hi Dipesh,
Your pages don't validate - there are some markup problems - ie  
unclosed divs, duplicate ids etc. It's always best to validate first  
before dealing with CSS.
There is a validator at: http://validator.w3.org
Regards
William
__
css-discuss [cs...@lists.css-discuss.org]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
List policies -- http://css-discuss.org/policies.html
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/


[css-d] (no subject)

2010-05-08 Thread William Gates
Hi Bryan,
You need to remove:

/div
!-- End Naviagtion --

The navigation is in a ul which is already closed

It's always a good idea to validate the markup via something like:
http://validator.w3.org/

Regards
William
__
css-discuss [cs...@lists.css-discuss.org]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
List policies -- http://css-discuss.org/policies.html
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/


[css-d] (no subject)

2008-03-28 Thread William Gates
Hi Theresa,
This article should help:
http://www.boutell.com/newfaq/creating/centervertically.html
For browsers other than IE7, you should be able to set the display of  
the parent element (#nav) to 'display: table;', and then the display  
and vertical-align of the target element (div.list-menu)to 'display:  
table-cell; vertical-align: middle;'. You might then need a  
conditional comment in the head if this messes things up in IE7.
William

__
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
List policies -- http://css-discuss.org/policies.html
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/


[css-d] IE7 and Mac

2007-07-13 Thread William Gates
Hi Gary,
All looks fine on Mac Firefox 2.0.0.4 and Safari 1.3.2
William

__
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
IE7 information -- 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] [EMAIL PROTECTED] - Mac pagecheck

2007-01-20 Thread William Gates
Hi Kim,
Looks fine on Mac OSX Firefox 1.5.0.9, and Safari 1.3.2
Regards
William

__
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
IE7 information -- 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] site check

2006-07-06 Thread William Gates
Hi Mark,
On a Mac it renders ok in Firefox 1.5.0.4. But in Safari 1.3.2 all 
content below the header and navigation appears in one continuous left 
column, roughly 200px wide. In IE5, the latest news etc column to the 
left, a long way below the main body text, and the lorem logo is 
sticking outside its container.
William

__
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] 100% width horizontal nav

2006-06-20 Thread William Gates
Hi Derick,
I think you will have to count the rows in the MySQL result set, and 
use that figure to work out (with the help of PHP) the width of the 
list items you use to construct the menu.
William

__
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] white gaps between divs inIE6

2005-11-01 Thread William Gates
Many thanks Georg - problem fixed.
William

__
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/


[css-d] white gap between two divs in IE6 Win

2005-10-31 Thread William Gates
Hi,
On IE6 Win, there is a white gap between my header div, and the nav div 
below it.
There seems to be no problem on IE Mac, Safari, or Firefox. Any help 
much appreciated.
William
http://www.viadesign.co.uk/index.htm
http://www.viadesign.co.uk/styles/master.css (css)

__
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/