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

2007-11-12 Thread Ingo Chao
Ian Piper wrote: > ... > http://www.rozone.co.uk/test/pages/pages/rozone_direct.php > ... #contentContainer needs a haslayout trigger. Ingo -- http://www.satzansatz.de/css.html __ css-discuss [EMAIL PROTECTED] http://www.css-di

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

2007-11-12 Thread David Hucklesby
On Mon, 12 Nov 2007 15:50:46 -0500, 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

Re: [css-d] bulletproof method for a logo?

2007-11-12 Thread David Hucklesby
On Sat, 10 Nov 2007 16:46:52 -0800, Anthony Ettinger wrote: > I have a logo.png that I want to put ontop of a gradient background with css. > The > problems are: > > 1) .png transparency isn't supported in IE6 It depends what you mean by this. Single-color transparency in PNG-8 is well supported

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

2007-11-12 Thread Ian Piper
Hi all, I'd appreciate some advice on a page that is misbehaving (only in IE6). I thought it was a clearing problem but I can't seem to get the clearing right to sort this, so I may be on the wrong track entirely. Anyway... http://www.rozone.co.uk/test/pages/pages/rozone_direct.php is a go

Re: [css-d] search box

2007-11-12 Thread David Hucklesby
On Sat, 10 Nov 2007 10:40:56 -0600, [EMAIL PROTECTED] wrote: > I would like to add a search box to my website? Can someone help me with > this? This question came up about a month ago on the Web Design List[1]. Most answers were commercial products that cost $$, but Tedd Sperling volunteered to

Re: [css-d] Preserving integrity of layout on screen re-size

2007-11-12 Thread Gunlaug Sørtun
Slob Jones wrote: > When you re-size the screen to make it smaller, the elements shift > inward, causing the menu to break. > > What's the best way to prevent this from happening? Establish a relation for the absolute positioned elements in banner, by adding... #topsection {position: relative;

[css-d] Preserving integrity of layout on screen re-size

2007-11-12 Thread Slob Jones
I've found that the absolutely positioned elements in my banner -- the logo, menu, submenu and search bar -- shift left and right on screen re-size. This is particularly evident when viewing the site on a widescreen monitor. The logo shifts way to the left and the menus to the right, breaking

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

2007-11-12 Thread David Laakso
Michael Beaudoin wrote: > I have received a few replies to go to the following: > > http://www.satzansatz.de/cssd/companions.html > http://www.alistapart.com/articles/fauxcolumns/ > > I checked them out, plus a lot of other links from these, and I'm > still confused. I tried many of the technique

[css-d] horizontal scroll and float problem in Safari/IE

2007-11-12 Thread Jason Zampino
Hello All, I'm a new subscriber and this is my first question. I'm also very new to web design; especially CSS. I just finished a website for an artist friend of mine that utilizes a horizontal scroll on the HTML pages. The index page and the navigation bars on the HTML pages are done in Flas

[css-d] TROUBLE WITH MENU SYSTEM / IE 7 / z-index bug ?

2007-11-12 Thread Jan Christian Anker
Hello, here comes my second post to the list. I have been fighting IE 7.0 for quite some time now. The web-page that I have problems with is http://www.putti.no/menutest the CSS is http://www.putti.no/menutest/gen_style2.css The page validates except for one intended hack in the styleshee

Re: [css-d] bulletproof method for a logo?

2007-11-12 Thread [EMAIL PROTECTED]
>>1) .png transparency isn't supported in IE6<< It is if you use IE's AlphaImageLoader. Use a conditional comment to specify IE6, and then put that in there - works just fine. >>2) if I apply the gradient used on the banner (the logo.png's parent), then when I use relative padding/margin the

Re: [css-d] Opera - no css

2007-11-12 Thread david
Going to http://www.cpmac.com/indexcss.php with FF 2.0.0.8 for Linux also gives me a blank page. When I went to the site itself, I find this in the lower left column: You are using Opera You are using Internet Explorer You are using Firefox You are using Mozilla You are using Netscape You a

[css-d] bulletproof method for a logo?

2007-11-12 Thread Anthony Ettinger
I have a logo.png that I want to put ontop of a gradient background with css. The problems are: 1) .png transparency isn't supported in IE6 2) if I apply the gradient used on the banner (the logo.png's parent), then when I use relative padding/margin the logo will shift based on client font size.

[css-d] footer won't fall into place

2007-11-12 Thread Helen
1. On this home page, http://www.bennett.picturethis4u.com/index.html I can't seem to find the reason for the wide blue band across the middle of the page in Firefox and Opera. The page renders properly in IE6. 2. Same site, on this page, in IE6, http://www.bennett.picturethis4u.com/resources-t

[css-d] IE INDEX PROBLEM (?): OBSERVATION

2007-11-12 Thread Jan Christian Anker
Hello, this is my first posting, so feel free to flame me! I have been fighting Suckerfish dropdown-menus for some day now. Alas, with little success ! But, I have made a rather interesting observation. The behavior is seen in IE 7.0, not in FireFox (no other browsers tested so far). What I wo

Re: [css-d] Opera - no css

2007-11-12 Thread david
And Firefox 2.0.0.8 on Linux still sees no styles whatsoever, nor does it see any content in indexcss.php. Colin Mcgarry wrote: > It was a problem in the php. As "Opera" is position 0 in > $_SERVER['HTTP_USER_AGENT'] the script wasn't putting OPERA the browser. > I'm still not sure why. > I'v

Re: [css-d] Floating content disappearing in IE6 when another elementhas been absolute positioned

2007-11-12 Thread Bruno Fassino
Chiara wrote: > I need your help because I don't know what to do to solve > this problem: > Please, have a look at: > http://mirage.profissionclients.com/default.asp > > As I need to change background and title in each page of the website, > I want the title on top of the big image with the night

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

2007-11-12 Thread Timothy Kelty
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, Camino), when I make the browser window smaller than the co

Re: [css-d] 'stuck' css rollovers in IE <= 6. Fix?

2007-11-12 Thread Thierry Koblentz
>>> However, in IE6 and below, the rollover works, but gets 'stuck'. It >>> doesn't revert back when you 'unhover'. What's even odder is that once >>> they are stuck, if you just resize the browser slightly, they then >>> become unstuck. ... >> Try this: >> #navWrapper li a:hover {background:50%

Re: [css-d] Target IE6 Only

2007-11-12 Thread Rob Emenecker
Hi David, I just did a test copying and pasting your code verbatim into a doc. Worked okay. Can you post a link? There might be something else going on that's causing it to crash-and-burn. ...Rob Rob Emenecker @ Hairy Dog Digital www.hairydogdigital.com __

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

2007-11-12 Thread Michael Beaudoin
I have received a few replies to go to the following: http://www.satzansatz.de/cssd/companions.html http://www.alistapart.com/articles/fauxcolumns/ I checked them out, plus a lot of other links from these, and I'm still confused. I tried many of the techniques and I can't get them to work. I

Re: [css-d] Opera - no css

2007-11-12 Thread Susanne Jäger
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 the moment for example I don't s

[css-d] Mysterious Gap between Div's

2007-11-12 Thread Alan_Akhlah
Trying to figure out why I have a gap between Div's. I have a drop down menu (CSS) that works fine on a separate page and works on the page I have it on now. The problem is that there is a gap between the top DIV and the navigation. I have tried several ways that I know of to fix it, but none h

Re: [css-d] tables, forms and layout issues [SOLVED]

2007-11-12 Thread Ray Leventhal
Ray Leventhal wrote: > Hi all, > > I'm trying to wrap up the page located at: > http://www.cprtools.net/international/inquiry.php > > CSS: > http://www.cprtools.net/international/international.css > With thanks to Mr. Laasko for his reply on the WSG list, this issue is mostly solved :) Thanks

[css-d] search box

2007-11-12 Thread thous
I would like to add a search box to my website? Can someone help me with this? __ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailman/listinfo/css-d List wiki/FAQ -- http://css-discuss.incutio.com/ List policies -- ht

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

2007-11-12 Thread Helen
1. On this page, in IE6, http://www.bennett.picturethis4u.com/resources-tools.html the and 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, http://www.bennett.picturethis4u.com/index.html I can'

[css-d] tables, forms and layout issues

2007-11-12 Thread Ray Leventhal
Hi all, I'm trying to wrap up the page located at: http://www.cprtools.net/international/inquiry.php CSS: http://www.cprtools.net/international/international.css Issues I seem to be having: 1) Ideally, I'd like #head #general and the table to all appear as one unit, with a white background, cent

[css-d] Floating content disappearing in IE6 when another element has been absolute positioned

2007-11-12 Thread chiara chiari
Hi guys, I need your help because I don't know what to do to solve this problem: Please, have a look at: http://mirage.profissionclients.com/default.asp As I need to change background and title in each page of the website, I want the title on top of the big image with the night view. At the moment

[css-d] Target IE6 Only

2007-11-12 Thread grovesdavid
Hello, I'm using this: To target IE6 only, but it isn't working. Any ideas gratefully appreciated. David) __ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailman/listinfo/css-d List wiki/FAQ -- http://css-dis

Re: [css-d] Opera - no css

2007-11-12 Thread Colin Mcgarry
It was a problem in the php. As "Opera" is position 0 in $_SERVER['HTTP_USER_AGENT'] the script wasn't putting OPERA the browser. I'm still not sure why. I've put in if (strpos($_SERVER['HTTP_USER_AGENT'], 'Opera') !== false) to get round the problem. The reason for browser searching is to a

Re: [css-d] 'stuck' css rollovers in IE <= 6. Fix?

2007-11-12 Thread Thierry Koblentz
> (Let's try this response again...it bounced for some reason...) Same here, my reply from yesterday didn't makem it... >>> However, in IE6 and below, the rollover works, but gets 'stuck'. It >>> doesn't revert back when you 'unhover'. What's even odder is that once >>> they are stuck, if you jus

Re: [css-d] Opera - no css

2007-11-12 Thread David Hucklesby
On Sat, 10 Nov 2007 15:14:52 +0100, Colin Mcgarry wrote: > Thanks for the replies. > The page now validates. Most of the problems came from imported scripts. > > Firefox and IE7 see indexcss.php as a css file. Opera sees it as a blank > page. > Colin, What version of Opera are you using? Opera 9

[css-d] tables, forms and layout issues

2007-11-12 Thread Ray Leventhal
Hi all, I'm trying to wrap up the page located at: http://www.cprtools.net/international/inquiry.php CSS: http://www.cprtools.net/international/international.css Issues I seem to be having: 1) Ideally, I'd like #head #general and the table to all appear as one unit, with a white background, cent

Re: [css-d] Opera - no css

2007-11-12 Thread Colin Mcgarry
David Hucklesby wrote: > On Sat, 10 Nov 2007 15:14:52 +0100, Colin Mcgarry wrote: > >> Thanks for the replies. >> The page now validates. Most of the problems came from imported scripts. >> >> Firefox and IE7 see indexcss.php as a css file. Opera sees it as a blank >> page. >> >> > > Co