Re: [css-d] Centered background image, Mozilla browser resize bug?

2007-11-13 Thread Philippe Wittenbergh
On Nov 13, 2007, at 5:50 AM, Timothy Kelty wrote: See example here: http://sarna.net/~quizosde/tests/mozillacenter/index.html I'm attempting to center a repeating-y background image on my body tag so it always goes down the entire page. Safari/IE6/IE7 work fine, but in Mozilla (Firefox,

Re: [css-d] Newb alert - balancing columns...

2007-11-13 Thread grovesdavid
Michael Beaudoin Wrote: I really feel that I'm missing something simple, as this should be a simple exercise. Hello, Don't sell yourself short, this is not simple, not if done correctly. I've tried and found quite a few problems. Most expand with content, and the easiest way is to use a

Re: [css-d] search box

2007-11-13 Thread Slob Jones
FreeFind is another excellent solution. I use it on my site. At the moment, I'm trying to adapt the form to use a custom image for the search window, but that's another topic in itself. http://www.freefind.com/ On Sat, 10 Nov 2007 10:40:56 -0600, [EMAIL PROTECTED] wrote: I would like to

Re: [css-d] Footer won't drop down into place

2007-11-13 Thread Alan Gresley
Helen wrote: 1. On this page, in IE6, http://www.bennett.picturethis4u.com/resources-tools.html the div id=re-max and div id=footer fall into place properly but in Firefox Opera, the same divs refuse to drop down on all pages except the home page. 2. On this page, same site,

Re: [css-d] Opera - no css

2007-11-13 Thread Colin Mcgarry
Susanne Jäger wrote: Colin Mcgarry wrote, On 10.11.2007 17:28: The reason for browser searching is to accommodate browser quirks in the CSS. Well user agent sniffing is IMHO (one of) the most fragile method(s) of doing that. You will never target all good browsers properly - at

Re: [css-d] Centered background image, Mozilla browser resize bug?

2007-11-13 Thread Timothy Kelty
I agree now, Gecko browsers were getting it right, not IE (world makes sense again). Rob - thanks for the JS test, results were exactly what I wanted to see, but I ended up doing as Philippe suggested with the min-width on the body. FYI - I had to specify the min-width for html and body for this

Re: [css-d] Centered background image, Mozilla browser resize bug?

2007-11-13 Thread Rob Emenecker
Tim, Here is a sample that uses JavaScript to fix the background DIV in Firefox, while leaving the background as is on IE6. It probably needs tweaking for IE7 and it *definitely* needs to be tested on Mac browsers. http://rob.emenecker.com/training/css/css-discuss/kelty-test.html ...Rob

[css-d] Technique check please.

2007-11-13 Thread tedd
Hi gang: Anyone have any problems with: http://webbytedd.com/bbb/map/ Cheers, tedd -- --- http://sperling.com http://ancientstones.com http://earthstones.com __ css-discuss [EMAIL PROTECTED]

[css-d] Fluid iFrame Height? Argh!

2007-11-13 Thread Les Mizzell
I've got a site that needs to make extensive use of material being served from an outside source (server external to main site server), and about the only way I can seem to keep my formatting to be constant across the entire site is to pull the external material into an iFrame. It there *any*

Re: [css-d] Technique check please.

2007-11-13 Thread Gunlaug Sørtun
tedd wrote: Anyone have any problems with: http://webbytedd.com/bbb/map/ IE6 makes a mockery out of it - unstable hover, jumping container, misplaced hover-state images and problems with loading and presenting hover-state images at all. IE7 seems to hang on hover-states, and won't switch

Re: [css-d] Firefox bug with fragment identifiers

2007-11-13 Thread Ryan Bowman
So, javascript fix the only way to go? __ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailman/listinfo/css-d List wiki/FAQ -- http://css-discuss.incutio.com/ List policies -- http://css-discuss.org/policies.html

Re: [css-d] Technique check please.

2007-11-13 Thread tedd
At 6:27 PM +0100 11/13/07, Gunlaug Sørtun wrote: tedd wrote: Anyone have any problems with: http://webbytedd.com/bbb/map/ IE6 makes a mockery out of it - unstable hover, jumping container, misplaced hover-state images and problems with loading and presenting hover-state images at all. Very

Re: [css-d] Technique check please.

2007-11-13 Thread David Laakso
tedd wrote: Hi gang: Anyone have any problems with: http://webbytedd.com/bbb/map/ Cheers, tedd In addition to what Georg Sortun wrote, the State name does not appear on hover in Opera 9.24/OS X 10.4.10. ~dL -- http://chelseacreekstudio.com/

Re: [css-d] Fluid iFrame Height? Argh!

2007-11-13 Thread Jon Stockdill
On Nov 13, 2007 11:58 AM, Les Mizzell [EMAIL PROTECTED] wrote: I've got a site that needs to make extensive use of material being served from an outside source (server external to main site server), and about the only way I can seem to keep my formatting to be constant across the entire site

Re: [css-d] Technique check please.

2007-11-13 Thread tedd
tedd wrote: Hi gang: Anyone have any problems with: http://webbytedd.com/bbb/map/ Cheers, tedd In addition to what Georg Sortun wrote, the State name does not appear on hover in Opera 9.24/OS X 10.4.10. ~dL ~dL: Yeah, Opera has a problem with the javascript (not subject for comment on

Re: [css-d] Technique check please.

2007-11-13 Thread tedd
Hi gang: I fixed part of the technique for IE6 http://webbytedd.com/bbb/map/ The problem was IE 6 required position: absolute; for the background position in this case. If you will inspect, you'll see that the technique works for the first couple of states and then hangs. However, if you

[css-d] FF page load strangeness

2007-11-13 Thread Cyber Cog
This site: www.sunsetmusic.biz, loads fine in IE6 and Safari, but in FF Mac, it has a bigger vertical space between the featured products and the top part of the page, when reloaded it slides up into place. Any thoughts? Thanks, - Cybecog

Re: [css-d] WebYep page and large white gap in IE6

2007-11-13 Thread Ian Piper
Thanks - I think I understand what you mean: I used the underscore hack in the #contentContainer style definition and it seems to have closed up the gap: _height: 0; (I got this from the excellent article here: http://www.satzansatz.de/ cssd/onhavinglayout.html). Is there any risk

Re: [css-d] Footer won't drop down into place

2007-11-13 Thread Helen
Many thanks, Alan...the site is working well after utilizing your helpful information. Helen Email: [EMAIL PROTECTED] Phone:360-275-9433 Fax: 360-275-9177 Website: http://www.picturethis4u.com/ Keep your business at the world's fingertips 365 days of the year! -Original

Re: [css-d] Technique check please. Works now.

2007-11-13 Thread tedd
At 5:10 PM -0500 11/13/07, Elias Abunassar wrote: On 11/13/07 11:52 AM, tedd [EMAIL PROTECTED] wrote: Anyone have any problems with: http://webbytedd.com/bbb/map/ Viewed with Flock 0.7.14, Mac w/Leopard; it looks and works great. In Safari 3.0.4, the :hover states are slower to respond,

Re: [css-d] Technique check please. Works now.

2007-11-13 Thread David Laakso
tedd wrote: At 5:10 PM -0500 11/13/07, Elias Abunassar wrote: On 11/13/07 11:52 AM, tedd [EMAIL PROTECTED] wrote: Anyone have any problems with: http://webbytedd.com/bbb/map/ Viewed with Flock 0.7.14, Mac w/Leopard; it looks and works great. In Safari 3.0.4, the :hover