[css-d] Problem with Firefox and images as links

2008-10-16 Thread Karlo Lozovina
Hi all. I have an A tag, with one IMG tag inside. If I set IMG property display to block, in Firefox the link area seems much bigger than the image itself. For example, here the link area is as wide as the page: http://www.mosor.net/ff Opera and IE don't have a problem with this. I can work

Re: [css-d] Problem with Firefox and images as links

2008-10-16 Thread Peter Hyde-Smith
- Original Message - From: Karlo Lozovina [EMAIL PROTECTED] To: css-d@lists.css-discuss.org Sent: Thursday, October 16, 2008 4:20 PM Subject: [css-d] Problem with Firefox and images as links http://www.mosor.net/ff But all of this doesn't seem right, is there a better way of fixing

Re: [css-d] Problem with Firefox and images as links

2008-10-16 Thread Gunlaug Sørtun
Karlo Lozovina wrote: If I set IMG property display to block, in Firefox the link area seems much bigger than the image itself. http://www.mosor.net/ff Solution depends on scenario. If, as it seems, you want a default or declared block-element inside an anchor to line up inline, with

[css-d] Problem with FireFox 3 on a Mac

2008-09-09 Thread Tom Dell'Aringa
Hello, I've designed a fairly simple site that seems to work fine everywhere except for FireFox 3 on the mac. There seems to be a one or two pixel spacing issue with the menu, causing the background to raise up and mess things up. The site can be seen here http://houstoninlinemarathon.com/ If

Re: [css-d] Problem with FireFox 3 on a Mac

2008-09-09 Thread David Laakso
Tom Dell'Aringa wrote: I've designed a fairly simple site that seems to work fine everywhere except for FireFox 3 on the mac. http://houstoninlinemarathon.com/ Tom Does this close it? .float-wrap {margin-top: -2px;} (not tested) -- A thin red line and a salmon-color ampersand

Re: [css-d] Problem with FireFox 3 on a Mac

2008-09-09 Thread Philippe Wittenbergh
On Sep 8, 2008, at 11:17 PM, Tom Dell'Aringa wrote: I've designed a fairly simple site that seems to work fine everywhere except for FireFox 3 on the mac. There seems to be a one or two pixel spacing issue with the menu, causing the background to raise up and mess things up. The

Re: [css-d] Problem in Firefox

2007-11-18 Thread Kathryn Maxwell
Kathryn Maxwell wrote: http://dev.carfreewalks.org/walks/114/twickenham_to_putney Don't forget to mention the possibility that someone may actually expose that layout to font-resizing. It can't take even the smallest degree of resizing - in any browser. - IE/win need corrections for its em

Re: [css-d] Problem in Firefox--addendum

2007-11-17 Thread Kathryn Maxwell
And add this to the style sheet? table {float: left;} Best, ~dl PS Guessing is much fun... -- http://chelseacreekstudio.com/ Thank you David and for taking the time to even look at such messy code, I will also suggest he validate his CSS and HTML Kathy

Re: [css-d] Problem in Firefox

2007-11-17 Thread Kathryn Maxwell
David Laakso Wrote: This may be a start point? http://validator.w3.org/check?verbose=1uri=http%3A%2F%2Fdev.carfreew alks.org%2Fwalks%2F114%2Ftwickenham_to_putney Hello, Don't ignore this! because what is actually being said here is that not many of the CSS experts on this list are even

Re: [css-d] Problem in Firefox

2007-11-17 Thread Gunlaug Sørtun
Kathryn Maxwell wrote: http://dev.carfreewalks.org/walks/114/twickenham_to_putney Don't forget to mention the possibility that someone may actually expose that layout to font-resizing. It can't take even the smallest degree of resizing - in any browser. - IE/win need corrections for its em

[css-d] Problem in Firefox

2007-11-16 Thread Kathryn Maxwell
All, this is not my site and has many problems, but the one I have been asked if I am able to help with is a problem in Firefox where a table in the content is pushed to the right-hand side http://dev.carfreewalks.org/walks/114/twickenham_to_putney This does not happen in IE. Unfortunately I

Re: [css-d] Problem in Firefox--addendum

2007-11-16 Thread David Laakso
David Laakso wrote: Kathryn Maxwell wrote: http://dev.carfreewalks.org/walks/114/twickenham_to_putney This does not happen in IE. Unfortunately I do not have access to the site and can only feed back any ideas. I realise it is not laid out with pure css and uses tables, but they are

Re: [css-d] Problem in Firefox

2007-11-16 Thread David Laakso
Kathryn Maxwell wrote: http://dev.carfreewalks.org/walks/114/twickenham_to_putney This does not happen in IE. Unfortunately I do not have access to the site and can only feed back any ideas. I realise it is not laid out with pure css and uses tables, but they are trying to do something

Re: [css-d] Problem with Firefox floating

2007-01-12 Thread ~davidLaakso
David Van O wrote: I've been using the book 'css mastery' to learn the floating method for fluid 3 column sites but cannot workout why this site works well in ie7 but not in firefox. Not sure whether it's in my styles or otherwise. RE: www.aiddogs.com.au/shadowsite David, the page looks a

Re: [css-d] Problem with Firefox floating

2007-01-12 Thread Dave Goodchild
To validate the xhtml make these changes: 1.body topmargin=0 leftmargin=0 rightmargin=0 bottommargin=0 marginwidth=0 marginheight=0 remove these attributes and move into css: body {margin:0;} 2. Place the links inside mainNav into an unordered list (not necessary to validate but semantically

Re: [css-d] Problem with Firefox floating

2007-01-12 Thread David Van O
[EMAIL PROTECTED] Cc: css-d@lists.css-discuss.org Sent: Saturday, January 13, 2007 12:45 AM Subject: Re: [css-d] Problem with Firefox floating David Van O wrote: I've been using the book 'css mastery' to learn the floating method for fluid 3 column sites but cannot workout why this site works

[css-d] Problem with Firefox floating

2007-01-11 Thread David Van O
Hey there all. My first post, so bear with me, please. I'm changing the look of my fathers website as it was created totally in a WYSYWIG. I have been coding in html, using tables and the like for a year, using css only to enhance the look. Then I find out that css is the way to go for setout

Re: [css-d] Problem with Firefox floating

2007-01-11 Thread ~davidLaakso
David Van O wrote: My first post, so bear with me, please. Welcome, David. I've been using the book 'css mastery' to learn the floating method for fluid 3 column sites but cannot workout why this site works well in ie7 but not in firefox. Not sure whether it's in my styles or otherwise.

Re: [css-d] Problem with Firefox floating

2007-01-11 Thread David Van O
, 2007 11:34 AM Subject: Re: [css-d] Problem with Firefox floating David Van O wrote: My first post, so bear with me, please. Welcome, David. I've been using the book 'css mastery' to learn the floating method for fluid 3 column sites but cannot workout why this site works well in ie7

Re: [css-d] Problem with Firefox floating

2007-01-11 Thread david
-d@lists.css-discuss.org Sent: Friday, January 12, 2007 11:34 AM Subject: Re: [css-d] Problem with Firefox floating David Van O wrote: My first post, so bear with me, please. Welcome, David. I've been using the book 'css mastery' to learn the floating method for fluid 3 column sites

[css-d] Problem in Firefox/Mac

2007-01-07 Thread Linda Quinn
I have a CSS based site that is working in IE7 FIrefox on the PC, and Safari/Mac, but it does not render correctly in Firefox/Mac. All of the XHTML validates, as do all the CSS files. The URL is www.lifeonwheels.com (the Links Sponsors pages have not been updated from the old site, so they

Re: [css-d] Problem in Firefox/Mac

2007-01-07 Thread Gunlaug Sørtun
Linda Quinn wrote: I have a CSS based site that is working in IE7 FIrefox on the PC, and Safari/Mac, but it does not render correctly in Firefox/Mac. Version-numbers would be fine :-) www.lifeonwheels.com Initially I had a problem with some of columns displaying correctly in FF/PC, but

Re: [css-d] Problem with Firefox 1.5.0.4 / Win and 1.0.8 Linux

2006-06-20 Thread Andreas Kakanis-Silk
Andreas Kakanis-Silk wrote: Dear colleages I am very new to CSS, and am trying out some designs for a new website using only CSS and HTML as much as possible, based on Eric Meyer's two great books, EM on CSS and More EM on CSS. The particular problem I am having with Firefox (both under

[css-d] Problem with Firefox 1.5.0.4 / Win and 1.0.8 Linux

2006-06-19 Thread Andreas Kakanis-Silk
Dear colleages I am very new to CSS, and am trying out some designs for a new website using only CSS and HTML as much as possible, based on Eric Meyer's two great books, EM on CSS and More EM on CSS. The particular problem I am having with Firefox (both under Windows XP and Linux) is that it

Re: [css-d] Problem with Firefox

2006-05-23 Thread Marcelo Wolfgang
Hi Andrew and Philippe, Thanks for the tips, they solved my problem, and better than that, I've learned what the problem was about About using a table for doing that, well I was trying to develop even futher my ability with css, and it was a simple table. There will be some other people work on

Re: [css-d] Problem with Firefox

2006-05-23 Thread Dave Goodchild
On 22/05/06, Marcelo Wolfgang [EMAIL PROTECTED] wrote: Hi list, I've made a website and I'm having an issue with firefox that I can't solve. The page in questions is this one: http://work.grillo.tk/vilarigno/produtos.html I have a gap at the foot of the table on the left that I don't

[css-d] Problem with Firefox

2006-05-22 Thread Marcelo Wolfgang
Hi list, I've made a website and I'm having an issue with firefox that I can't solve. The page in questions is this one: http://work.grillo.tk/vilarigno/produtos.html I have a gap at the foot of the table on the left that I don't know how to solve. Can anyone help me here ? TIA Grillo

Re: [css-d] Problem with Firefox

2006-05-22 Thread Andrew Gregory
On Tue, 23 May 2006 04:30:35 +0800, Marcelo Wolfgang [EMAIL PROTECTED] wrote: I've made a website and I'm having an issue with firefox that I can't solve. Also in Opera... The page in questions is this one: http://work.grillo.tk/vilarigno/produtos.html I have a gap at the foot of

Re: [css-d] Problem with Firefox

2006-05-22 Thread Philippe Wittenbergh
On May 23, 2006, at 5:30 AM, Marcelo Wolfgang wrote: The page in questions is this one: http://work.grillo.tk/vilarigno/ produtos.html I have a gap at the foot of the table on the left that I don't know how to solve. Can anyone help me here ? Have you considered using a real html table

[css-d] Problem in Firefox on initial page load only

2005-07-27 Thread AntonyG
I have a problem with a site in Firefox for Windows that only appears upon first loading the site. Refreshing the page or reloading the site clears the problem completely and doesn't seem to replicate until a new browser session is opened. I'm very puzzled as to why it happens and would

Re: [css-d] Problem in Firefox on initial page load only

2005-07-27 Thread Ingo Chao
AntonyG schrieb: http://www.trisalford.info I saw a short rearranging on the right side in DeerPark a2. Have you tried to give the img Elite cyclists a height? Ingo -- http://www.satzansatz.de/css.html __ css-discuss [EMAIL

Re: [css-d] Problem in Firefox on initial page load only

2005-07-27 Thread Palle Frid Svensson
Hi Antony! It works fine for me without reloading the site! I'm using Firefox 1.0.6 with Windows XP. /Palle - Original Message - From: AntonyG [EMAIL PROTECTED] To: css-d@lists.css-discuss.org Sent: Wednesday, July 27, 2005 9:57 AM Subject: [css-d] Problem in Firefox on initial page load

RE: [css-d] Problem in Firefox on initial page load only

2005-07-27 Thread Shane Porter
Hi Antony! It works fine for me without reloading the site! I'm using Firefox 1.0.6 with Windows XP. Hi there Antony - I have the same problem running Firesoft 1.0.1 on Windows XP. I have a problem with a site in Firefox for Windows that only appears upon first loading the site.

Re: [css-d] Problem in Firefox on initial page load only

2005-07-27 Thread jérôme coupé
Hello Anthony, Works for me as well using FF 1.0.4 on Win XP SP2 without reload. Best regard, Jérôme Coupé -- http://www.polarfoundation.org http://www.sciencepoles.org -- Technical knowledge is not enough. One must transcend

Re: [css-d] Problem in Firefox on initial page load only

2005-07-27 Thread AntonyG
-Original message- From: jérôme coupé [EMAIL PROTECTED] Date: Wed, 27 Jul 2005 12:41:46 +0100 To: css-d@lists.css-discuss.org Subject: Re: [css-d] Problem in Firefox on initial page load only Hello Anthony, Works for me as well using FF 1.0.4 on Win XP SP2 without reload. Best regard

[css-d] Problem in FireFox

2005-06-04 Thread Steven Costello
Hello List, The following CSS code I am having trouble with in FireFox. It works perfectly fine in IE6. Then again, maybe I am doing something wrong as I am somewhat of a CSS newbie. Here is the relevant code: .h1.bullet{ font-size:14pt; margin-bottom:4px; color:#FF; text-decoration:

Re: [css-d] Problem in FireFox

2005-06-04 Thread Anders Nawroth
Steven Costello skrev: .h1.bullet{ Should be: h1.bullet{ /AndersN __ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailman/listinfo/css-d List wiki/FAQ -- http://css-discuss.incutio.com/ Supported by

RE: [css-d] Problem in FireFox

2005-06-04 Thread Steven Costello
Steven Costello wrote: .h1.bullet{ Should be: h1.bullet{ What a silly oversight on my part. Thanks for the second set of eyes AndersN. Steven Costello __ css-discuss [EMAIL PROTECTED]