Re: [css-d] firefox problem

2009-07-08 Thread David Dorward
2009/7/7 Tri-State AdVantage k...@tristateadvantage.com: I cannot get this page to read correctly in Firefox. http://www.hcam.net/posts.html The obvious first thing to fix is the Doctype. HTML 4.01 Transitional with no URL triggers Quirks Mode, which introduces all sorts of inconsistencies

Re: [css-d] firefox problem

2009-07-08 Thread Bob Rosenberg
At 15:55 +0100 on 07/08/2009, David Dorward wrote about Re: [css-d] firefox problem: The second thing to deal with is the syntax errors: http://validator.w3.org/check?uri=http%3A%2F%2Fwww.hcam.net%2Fposts.htmlcharset=%28detect+automatically%29doctype=Inlinegroup=0 Once you've dealt

[css-d] firefox problem

2009-07-07 Thread Tri-State AdVantage
I cannot get this page to read correctly in Firefox. http://www.hcam.net/posts.html I got it to work correctly in Explorer by putting a wide border on the right hand side of the photo so that the discription is pushed below the photo. That is not working in Firefox and the paragraph is over the

Re: [css-d] firefox problem

2009-07-07 Thread Tim Snadden
On 8/07/2009, at 7:44 AM, Tri-State AdVantage wrote: I cannot get this page to read correctly in Firefox. http://www.hcam.net/posts.html I got it to work correctly in Explorer by putting a wide border on the right hand side of the photo so that the discription is pushed below the

Re: [css-d] firefox problem

2009-07-07 Thread David Laakso
Tri-State AdVantage wrote: I cannot get this page to read correctly in Firefox. http://www.hcam.net/posts.html Kris J There is nothing wrong with Firefox. There is a lot wrong with your coding practices :-) . Code to Opera, FF, Safari, and IE/8. IE/7 will go along with the program.

[css-d] Firefox problem with flyout menus

2008-06-05 Thread Tom McNeer
Hi folks, Before I ask for help, let me warn everyone that the code I'm about to point you to does not validate. And I do not (at the moment) have access/permission to make it so. But if you're willing to take a look, I'd appreciate any opinions on the problem. It involves the integration of a

Re: [css-d] Firefox problem with flyout menus

2008-06-05 Thread Ingo Chao
Tom McNeer wrote: Hi folks, Before I ask for help, let me warn everyone that the code I'm about to point you to does not validate. And I do not (at the moment) have access/permission to make it so. But if you're willing to take a look, I'd appreciate any opinions on the problem. It

Re: [css-d] Firefox problem with flyout menus

2008-06-05 Thread Tom McNeer
Ingo, Thanks very, very much for your explanation. I didn't actually see anything happen in Firebug when I selected #twocolumn and moved my mouse near the borderline. What should I have seen? But of course, your solution worked. I'm very grateful. Just to be clear: the CSS in those divs is part

Re: [css-d] Firefox problem with flyout menus

2008-06-05 Thread Ingo Chao
Tom McNeer wrote: Ingo, Thanks very, very much for your explanation. I didn't actually see anything happen in Firebug when I selected #twocolumn and moved my mouse near the borderline. What should I have seen? It was just a debugging note. When hovering over the submenu, the mouse looses

[css-d] FireFox problem?

2008-05-31 Thread Peter Bradley
Can anyone spot what I'm doing wrong here: http://www.peredur.uklinux.net/PlaceForWords/case-studies.html It renders exactly how I want it to in Opera and Konqueror. It's OK in IE6 - a bit odd, but acceptable. It's all over the place in FireFox, which seems to push some of the paragraphs

Re: [css-d] FireFox problem?

2008-05-31 Thread David Laakso
Peter Bradley wrote: Can anyone spot what I'm doing wrong here: http://www.peredur.uklinux.net/PlaceForWords/case-studies.html It renders exactly how I want it to in Opera and Konqueror. It's OK in IE6 - a bit odd, but acceptable. It's all over the place in FireFox, which seems to push

Re: [css-d] FireFox problem?

2008-05-31 Thread Gunlaug Sørtun
Peter Bradley wrote: http://www.peredur.uklinux.net/PlaceForWords/case-studies.html This is the first time I've ever come across something that's OK in Opera and Konq, but not in FF, so I'm sure I'm just missing something blindingly obvious. All browsers at my end show the same. If you

Re: [css-d] FireFox problem?

2008-05-31 Thread Del Wegener
Peter Bradley wrote: http://www.peredur.uklinux.net/PlaceForWords/case-studies.html This is the first time I've ever come across something that's OK in Opera and Konq, but not in FF, so I'm sure I'm just missing something blindingly obvious. All browsers at my end show the same. I

Re: [css-d] FireFox problem?

2008-05-31 Thread Peter Bradley
Ysgrifennodd Gunlaug Sørtun: snip / All browsers at my end show the same. If you want the paragraph-text to line up with the image, you'll have to zero out the top margin, like so... #content p.thumbnaillist { font-size: 90%; margin-top: 0; } ...(pay attention to the added

Re: [css-d] FireFox problem?

2008-05-31 Thread Peter Bradley
Ysgrifennodd Del Wegener: I checked it in FF and it looks fine. However, in IE7, the Menu/links on the left are all messed up. The boxes are quite narrow (they appear to be the right length) so the words do not fit inside, as you move down the menu the boxes are all presented before the

Re: [css-d] FireFox problem?

2008-05-31 Thread Gunlaug Sørtun
Peter Bradley wrote: I don't understand why the added specificity was needed, though. Could you explain that to me, please? Necessary in order to override the paragraph-styles you have higher up in the stylesheet... #content p { margin : 20px 30px 20px 0; } Georg --

Re: [css-d] FireFox problem?

2008-05-31 Thread Peter Bradley
Ysgrifennodd Gunlaug Sørtun: #content p { margin : 20px 30px 20px 0; } Georg D'oh. I forgot. IDs count more than classes, don't they. Half a day of my life wasted for forgetting that! Thanks a million Georg. Peter

Re: [css-d] FireFox problem?

2008-05-31 Thread Gunlaug Sørtun
Peter Bradley wrote: I forgot. IDs count more than classes, don't they. Yes, and specificity gets strengthen by adding parents/grandparents to the selector-chain. You can go all the way back to the root (html) if necessary, and add even more specificity and fine-tune targeting by including

Re: [css-d] FireFox problem?

2008-05-31 Thread Peter Bradley
Ysgrifennodd Del Wegener: I rechecked both FF and IE7 and they are now fine. Good looking page. Del Better looking now, thanks to you and the others! :) Many thanks. Peter __ css-discuss [EMAIL PROTECTED]

[css-d] Firefox problem

2007-09-12 Thread Dave Pierce
Much as I hate to say this, because I know I'm opening a can of worms for meself, Firefox seems to have a problem. On this site http:// www.lorettosedgwick.org, I'm seeing most other browsers hold it pretty well on the lower third of the page (the three columns in a box and the footer.) I

Re: [css-d] Firefox problem

2007-09-12 Thread Dan Dorman
On 9/12/07, Dave Pierce [EMAIL PROTECTED] wrote: Much as I hate to say this, because I know I'm opening a can of worms for meself, Firefox seems to have a problem. Yep, and the problem seems to be a typo in your source. Line 116 reads: *html #textright {mar\gin: .5em .5em 0em 1em} I believe

Re: [css-d] Firefox problem

2007-09-12 Thread Dave Pierce
Dan, You got the answer, just not the way you think you did. The line *html #textright {mar\gin: .5em .5em 0em 1em} is a MSIE hack, and isn't a problem with Firefox. The problem was that it was like this: *html #textright (mar\gin: . 5em .5em 0em 1em}...the first bracket was a parenthesis

Re: [css-d] Firefox problem with menu's

2007-06-12 Thread Nic Pulford
-Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of David Hucklesby Sent: 09 June 2007 17:08 To: [EMAIL PROTECTED]; css-d@lists.css-discuss.org Subject: Re: [css-d] Firefox problem with menu's On Thu, 7 Jun 2007 13:31:38 +0100, Nic Pulford wrote: http

Re: [css-d] Firefox problem with menu's

2007-06-09 Thread David Hucklesby
On Thu, 7 Jun 2007 13:31:38 +0100, Nic Pulford wrote: http://lasadev.com/NewLasa/articles.htm now try and click on the menu link for home. On my version of firefox 2.0.0.4 you only get the hand cursor when the cursor is about level with and only over the area equivalent to an underline.

[css-d] Firefox problem with menu's

2007-06-07 Thread Nic Pulford
Hi, I'm just updating a site and having problems with the way it is handling my navigation links. There are two pages concerned. http://lasadev.com/NewLasa/articles.htm now try and click on the menu link for home. On my version of firefox 2.0.0.4 you only get the hand cursor when the

[css-d] Firefox problem: Forces 100% width on a floated element

2006-05-13 Thread Tom Dell'Aringa
I have a strange problem I have never seen before. I have two floated elements inside another floated element. The two in question are floated left and right with widths of 48% - effectively giving me two columns, one thing on the left, one thing on the right. The problem is in Firefox, the right

Re: [css-d] Firefox problem: Forces 100% width on a floated element

2006-05-13 Thread Bill Brown
I have a strange problem I have never seen before. I have two floated elements inside another floated element. The two in question are floated left and right with widths of 48% - effectively giving me two columns, one thing on the left, one thing on the right. The problem is in

Re: [css-d] Firefox problem: Forces 100% width on a floated element

2006-05-13 Thread Tom Dell'Aringa
On 5/13/06, Bill Brown [EMAIL PROTECTED] wrote: http://www.pixelmech.com/rev/test.html The CSS is inline. The class/element in question is .float-left-half inside the #help-titlebar. Add a width of 99% to #help-titlebar (since you have 4px padding). You'll need to adjust the way you

Re: [css-d] Firefox problem: Forces 100% width on a floated element

2006-05-13 Thread Bill Brown
On 5/13/06, Bill Brown [EMAIL PROTECTED] wrote: http://www.pixelmech.com/rev/test.html The CSS is inline. The class/element in question is .float-left-half inside the #help-titlebar. Add a width of 99% to #help-titlebar (since you have 4px

[css-d] Firefox problem with footers at bottom of viewport

2005-08-11 Thread Peter Scott
I've been managed to position my footers at the bottom of the viewport, based on the article at http://www.alistapart.com/articles/footers/, and with the help of this list have ironed out some bugs, but I'm still having a recurring problem on one page. Basically, the footer bar of my clients'

Re: [css-d] Firefox problem with footers at bottom of viewport

2005-08-11 Thread Ingo Chao
Peter Scott wrote: I've been managed to position my footers at the bottom of the viewport, based on the article at http://www.alistapart.com/articles/footers/, and with the help of this list have ironed out some bugs, but I'm still having a recurring problem on one page. Basically, the footer