Re: [css-d] website shifting a few pixels, can't find the culprit. Please help

2008-05-07 Thread Greg Salt
Hi Scott, This is not your site 'jumping', it's just that on some pages the scrollbar is shown and on others it is not - the effect will vary depending upon which browser you are using to view the site. You can fix this across all browsers by using this: html { height: 100%; margin: 0 0 1px

Re: [css-d] Position of Div to LOWER RIGHT CORNER

2007-04-10 Thread Greg Salt
On 10 Apr 2007, at 16:38, [EMAIL PROTECTED] wrote: > Hello everybody > > I am desperately trying to move the green div in my sample-page to > the lower > right corner of the grey div. This may sound stupid but I have tried > everything! > > http://test.saager.ch/test3.asp Hi, Absolute position

Re: [css-d] Centered div jumps in Firefox, not IE

2007-03-30 Thread Greg Salt
On 29 Mar 2007, at 23:59, James Eaton wrote: > In Firefox a centered div on a page will move left or right, > depending on > whether vertical scroll bars appear in the browser window, while in > IE it > remains in one place. Is there a workaround for this in Firefox? > > http://zolx.com/prove

Re: [css-d] curious FF problem (bug?)

2006-08-28 Thread Greg Salt
On 28 Aug 2006, at 21:05, r paterso wrote: > this is my first post to the list so please forgive any etiquette > gaffes. > > i have noticed a curious problem with FF 1.5.0.6 on my (inherited) > intranet > i have page templates that use fixed-width (595 px)tables for > layout and CSS > for s

Re: [css-d] CMS question

2005-06-15 Thread Greg Salt
On 15 Jun 2005, at 22:27, Jeff Cortez wrote: Anyways, I had a quick question to pose to people: Has anyone had any experience with an open source content management system and implemented standards compliant code along with it? Looking for comments/suggestions/rants/raves... I guess thi

Re: [css-d] Mac site check and IE question

2005-06-09 Thread Greg Salt
On 9 Jun 2005, at 20:40, Patrick Mannix wrote: http://xps.org/test08jun.html Hi Patrick, Looks great in Mac FF, Safari and IE Mac under Tiger. The layout breaks in IE Mac at 200% zoom but I don't think that is anything to worry about. Good job! Regards Greg ___

Re: [css-d] centering....arg i hate it *sigh*

2005-06-02 Thread Greg Salt
Hi Abyss, Horizontal centering can be done like this: body { text-align: center; /* cos older browsers need this */ } #CntBody { width: 500px; /* a width is required to make this work */ margin: 0 auto; text-align: left; } Vertical centering with a div of variable height is trickier but this

Re: [css-d] The agony of the minority

2005-06-02 Thread Greg Salt
Hi Melissa, To be honest I've not looked through it in detail but the dept name can be fixed by changing the top: position like this: #dept { position: absolute; top: 55px; left: 220px; width: 336px; height: 29px; text-align: center; } You have a font tag in the html

Re: [css-d] The agony of the minority

2005-06-02 Thread Greg Salt
Melissa, Here are the edited left and right containers which work ok on my FF/ Mac: #leftContainer { float: left; padding-left: 0px; background-color: #bdc7cd; color:#00; height: 600px; width: 175px; } #rightContainer{ margin-left: 180px; clear:right; t

Re: [css-d] Why using file extension ".css"

2005-05-24 Thread Greg Salt
On 24 May 2005, at 23:37, Uwe Kaiser wrote: Christian Heilmann schrieb: On 5/24/05, Brian Cummiskey <[EMAIL PROTECTED]> wrote: Uwe Kaiser wrote: Do we really need the extension ".css"? And if yes, why? There may be a better reason behind this, but... the extention triggers the we