Re: [css-d] Firefox adds padding in strict mode?

2006-05-09 Thread Eric Vann
Just checked your site in both FireFox and Safari (latest version of both) and saw no appreciable difference in how each was able to display the site. So I'm unaware that there is a problem, unless both of these browsers share the same bug.

Re: [css-d] float related trouble in Firefox

2006-04-28 Thread Eric Vann
Safari is the browser which responds with the problem you describe. Firefox on the other hand is working properly. I am using Mac OSX 10.4.6 with Safari 2.0.3 and Firefox 1.5.0.1 -- +-+ | Eric Geoffrey Vann, Webmaster

Re: [css-d] massive css problem

2006-01-19 Thread Eric Vann
Joe Otten [EMAIL PROTECTED] on Thursday, January 19, 2006 at 10:42 AM -0600 wrote: WinMerge has saved me hours of time in regards to comparing scripts [ http://winmerge.sourceforge.net/ ]http://winmerge.sourceforge.net/ Good Luck Yep. The product I use is called BBEdit and runs on the Mac. It

Re: [css-d] Problem with links as block-level elements

2005-06-14 Thread Eric Vann
I would suggest using an inline list of hyperlinks rather than nested DIVs. The portion of your screen that resides more or less above the buttons is all relegated to the outermost DIV which I believe is the CONTACT US container. If you examine the area below each button it properly shows the

[css-d] footer floating up

2005-06-07 Thread Eric Vann
I took a brief look at your site. I think I know the cause of your problem. I use Adobe GoLive so will try and explain the problem in the terms used by those familiar with that product. Normally your footer is the last DIV inside the container you have chosen to enclose the contents of your page.

[css-d] Re: floated list

2005-06-07 Thread Eric Vann
Your navlist and navcontainer DIVs are of differing heights. This is problem how the styles should look. #navlist { width: 556px; height: 20px; background: url(index5f/nav_bg.gif) repeat-x; } #navcontainer { margin: 0 0 0 10px; height: 20px } My