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

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: 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

[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 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 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 amper

[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 yo

Re: [css-d] Problem with Firefox floating

2007-01-12 Thread David Van O
D]> To: "David Van O" <[EMAIL PROTECTED]> Cc: 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 >> flui

Re: [css-d] Problem with Firefox floating

2007-01-12 Thread Dave Goodchild
To validate the xhtml make these changes: 1. 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 more useful and provides the ability to style the links inside later) 3. ...try not to

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: David, the page looks a lot better this morning t

Re: [css-d] Problem with Firefox floating

2007-01-11 Thread david
lt;[EMAIL PROTECTED]> > To: "David Van O" <[EMAIL PROTECTED]> > Cc: > 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. >>&g

Re: [css-d] Problem with Firefox floating

2007-01-11 Thread David Van O
riday, 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 c

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 otherwi

[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 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

[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 n

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

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 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 top 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 fo

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 foo

[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 _