Re: [css-d] CSS Tab Menu Issue Page Shifting Issue

2006-02-19 Thread Adie Hart
other sequence browsing the site, shifts entire page within the browser. I am completely perplexed as to why this is happening. The site can be viewed here: http://www.wordseurope.domainsolutions.ca/test/index.html [Adie Hart] What solutions you've found to this issue? I am experiencing the same

Re: [css-d] One pixel height line - FF vs IE

2005-11-29 Thread Adie Hart
I tool a look in IE 6 and FF 1.0.7 on Windows and it looked the same to me (802x2). Adie -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Mário Gamito Sent: Wednesday, November 30, 2005 8:34 AM To: css-d@lists.css-discuss.org Subject: [css-d] One pixel

[css-d] site check please - navigation

2005-11-24 Thread Adie Hart
Hi everyone, I would really appreciate it if I could get a site check on a site that is in production. The URL is www.adiehart.com/fratelli/index.html. At present only the homepage and main sub-pages work, although they do not have content. I have checked it on Windows XP with Firefox

Re: [css-d] site check please - navigation

2005-11-24 Thread Adie Hart
Just to say thanks all for the feedback, I've emailed you privately and will try all your suggestions. Cheers, Adie -Original Message- From: David Laakso [mailto:[EMAIL PROTECTED] Sent: Thursday, November 24, 2005 11:43 PM To: Adie Hart Cc: css-d@lists.css-discuss.org Subject: Re: [css

Re: [css-d] The nuances of CSS Positioning

2005-11-14 Thread Adie Hart
Subject: Re: [css-d] The nuances of CSS Positioning I received a private message asking me to clarify the specifics of what's troubling me: I think the key problem I'm having is a precise definition of float and clear. You could take a simple description to be the float works the same as align.

Re: [css-d] Aligning text

2005-11-08 Thread Adie Hart
In your style sheet you have specified 'generalresume_name' and 'generalresume_address' as classes (they have a '.' before the name) and not ID's. Replace the '.' with a '#' and it works. I'd recommend checking your ID's and classes in 'ifsmain.css' with your 'generalresume.php' page.

RE: [css-d] How do I limit a div's height and force a scrollbar?

2005-10-03 Thread Adie Hart
Hi, To keep my div's the same height even when users changed the text size I did the following... #fixedHeightDiv {height: 100px; overflow: auto;} There may be other ways though? Adie -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Rick Faircloth