[css-d] conditional comments/IE5 check

2006-01-10 Thread Eystein Mack Alnæs
I'm using conditional comments to feed jpg's instead of png's to IE5. But I have no IE5 to test on. Can anyone please tell me if there is a non-transparent header + footer on this page: http://test.gc.rayon.no/ ny/ ? (The transparency is working in IE6, FirefoxPC Mac, and Safari) css:

Re: [css-d] conditional comments/IE5 check

2006-01-10 Thread Eystein Mack Alnæs
On Jan 10, 2006, at 2:58 PM, [EMAIL PROTECTED] wrote: You can get an IE 5 standalone at http://downloads.skyzyx.com/ thanx, but I'm on a Mac. __ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailman/listinfo/css-d

Re: [css-d] conditional comments/IE5 check

2006-01-10 Thread Eystein Mack Alnæs
On Jan 10, 2006, at 3:57 PM, Rowan @ Jetboy wrote: A footer, but no header - IE5 left, Firefox right. http://test.gc.rayon.no/ ny/ Doh! Didn't upload the header-jpg. Is there a header now? Anyhow, looks like it's working - thanx.

Re: [css-d] conditional comments/IE5 check

2006-01-10 Thread Eystein Mack Alnæs
Still missing in IE5 (left). ie5.css references a PNG for this graphic. Is that right? 5.5 (on the right) is picking up the alpha-transparent graphics, but opaque ones get placed over them, suggesting that it's picking up the IE5 stylesheet too. http://test.gc.rayon.no/ny/

Re: [css-d] IE site-check/box-model

2005-12-05 Thread Eystein Mack Alnæs
http://www.eystein.no/vimenn/ http://www.eystein.no/vimenn/Public/Styles/main.css You have a 'part-float' construct already. Now, make it an 'all-float' construct, which is something even IE/win understands... :-) A bit of fine-tuning is needed at your end if you want both IE5+ and IE6

[css-d] IE site-check/box-model

2005-12-02 Thread Eystein Mack Alnæs
The page works in Safari2, Firefox1.5 Opera8, but the IEs breaks the layout in both side columns. I have tried to work around the box- model problem, but still arent quite there. I am especially interested in a solution that lets the user increase the font-size without breaking the layout.

[css-d] IE5 li padding. I think.

2005-11-28 Thread Eystein Mack Alnæs
http://www.eystein.no/vimenn/ http://www.eystein.no/vimenn/Public/Styles/main.css http://www.eystein.no/vimenn/Public/Styles/fonts.css Each of the buttons in the left column menu are getting some hefty bottom-padding in IE5/Win only. Anyone know why? -eystein

[css-d] firefox bug

2005-11-23 Thread Eystein Mack Alnæs
For all you good css bug fixers on this list. I'm using the In search of the One True Layout (http:// www.positioniseverything.net/articles/onetruelayout/) as part of my layout, and it's particularly important in my layout to use the absolutely positioned div at the bottom of each column.

[css-d] Font-size dependent form input size?

2005-11-22 Thread Eystein Mack Alnæs
Is it possible to adjust the height of a form - input element according to the font-size? So if the user increases the font-size the input element will also increase. - Eystein __ css-discuss [EMAIL PROTECTED]

Re: [css-d] Font-size dependent form input size?

2005-11-22 Thread Eystein Mack Alnæs
as well, which is the trial and error I'm doing right now. -eystein On Nov 22, 2005, at 4:00 PM, David Dorward wrote: On 22/11/05, Eystein Mack Alnæs [EMAIL PROTECTED] wrote: Is it possible to adjust the height of a form - input element according to the font-size? So if the user increases the font

Re: [css-d] 2 divs in centered, floating

2005-11-22 Thread Eystein Mack Alnæs
div outer several div's inside here /div div without transparency /div Set your div without transparency inside the outer div and keep it horizontally centered. Set your last div without transparency to have background-color: #fff; (or whatever color you want). -eystein

Re: [css-d] 2 divs in centered, floating

2005-11-22 Thread Eystein Mack Alnæs
Set your div without transparency inside the outer div and keep it horizontally centered. Set your last div without transparency to have background-color: #fff; (or whatever color you want). nested divs all contain the transparency of the outer div no matter what i do. rush. This

Re: [css-d] 2 divs in centered, floating

2005-11-22 Thread Eystein Mack Alnæs
This works for me in Safari and Firefox, but doesn't in IE5.2 on Mac. So it's a problem with _that_ browser. Perhaps the Holly hack will work. I assume it's got something to do with the Explorer hasLayout issue. hasLayout only affects IE on Windows. Sorry I'm not helping you further, but

Re: [css-d] IE Bug - New to me.

2005-11-21 Thread Eystein Mack Alnæs
I have put together an example of this: HYPERLINK http://dev.netring.co.uk/iebug/http://dev.netring.co.uk/ iebug/ css file is here: HYPERLINK http://dev.netring.co.uk/iebug/isbug.csshttp://dev.netring.co.uk/ iebug/isb ug.css I get a Directory Listing Denied - This Virtual Directory

Re: [css-d] IE Bug - New to me.

2005-11-21 Thread Eystein Mack Alnæs
On Nov 21, 2005, at 11:14 AM, Phil Baines wrote: http://dev.netring.co.uk/iebug/index.html Strange indeed. I couldn't get around it any other way then by separating them, and you don't need to change the html. Do you need to have the id and class together in the css syntax? #imageBanner

Re: [css-d] Getting height to stretch/shrink on resize

2005-11-19 Thread Eystein Mack Alnæs
I have been having a simular idea tinkering around in the back of my head, but to my knowledge there is no css behaviour that will let you adjust content by the reading the hight of the browser window. I don't know javascript very well, but I'm retty sure it can solve that problem. If you

Re: [css-d] Slightly off topic

2005-11-18 Thread Eystein Mack Alnæs
Try the webdeveloper extention to Firefox. It's great for all sorts of css'y things. https://addons.mozilla.org/extensions/moreinfo.php? application=firefoxcategory=Developer%20Toolsnumpg=10id=60 On Nov 18, 2005, at 1:46 PM, Tod wrote: Is there a nice tool that anyone can recommend that

Re: [css-d] Slightly off topic

2005-11-18 Thread Eystein Mack Alnæs
Mack Alnæs [EMAIL PROTECTED] wrote: Try the webdeveloper extention to Firefox. It's great for all sorts of css'y things. https://addons.mozilla.org/extensions/moreinfo.php? application=firefoxcategory=Developer%20Toolsnumpg=10id=60 On Nov 18, 2005, at 1:46 PM, Tod wrote: Is there a nice tool

Re: [css-d] text being pushed below image

2005-11-17 Thread Eystein Mack Alnæs
Since you're using tables you'll have to put a the img in a rowspan that spans the length you want. A coding example will show better - This is your's: tr td class=proj_col_oneimg src=images/proj_fin_barclaysHQ.jpg class=proj-image/td td class=proj_col_twoDuration:/td

[css-d] Disappearing border bg-image in IE:win

2005-11-17 Thread Eystein Mack Alnæs
I have a problem with disappearing borders in IE5 and 6 for windows. Linky: http://test.ts.rayon.no/ and css: http://test.ts.rayon.no/ Public/Styles/2col.css The 3-column pages render without problems, but the 2-column pages (Kunder, Aktuelt and Kontakt) will sometimes not render the

Re: [css-d] help from someone with mac - background not completely filled

2005-11-17 Thread Eystein Mack Alnæs
Screenshots have been sent. On Nov 17, 2005, at 5:53 PM, Virtuallee wrote: Hi Apparently on a mac on this page there is a problem with the gold table not completely extending down to the bottom(at right). (I didn't build this site by the way!)