[css-d] Email post

2006-07-08 Thread Peter Speltz
-- pjs __ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailman/listinfo/css-d IE7b2 testing hub -- http://css-discuss.incutio.com/?page=IE7 List wiki/FAQ -- http://css-discuss.incutio.com/ Supported by evolt.org -- htt

[css-d] pure CSS popups not working in IE 6

2006-07-08 Thread Christian Montoya
Hello list, I am currently trying to implement pure CSS popups[1] on a page, but they are not working in IE 6: http://temp.rdpdesign.com/example/example.html I tried some hasLayout triggers and changing the positioning of the nested span, but nothing worked. I really have no idea what's wrong, es

Re: [css-d] pure CSS popups not working in IE 6

2006-07-08 Thread Els
Christian Montoya wrote: > Hello list, I am currently trying to implement pure CSS > popups[1] on a page, but they are not working in IE 6: > > http://temp.rdpdesign.com/example/example.html > > I tried some hasLayout triggers and changing the positioning > of the nested span, but nothing worked. I

Re: [css-d] pure CSS popups not working in IE 6

2006-07-08 Thread Christian Montoya
On 7/8/06, Els <[EMAIL PROTECTED]> wrote: > Christian Montoya wrote: > > Hello list, I am currently trying to implement pure CSS > > popups[1] on a page, but they are not working in IE 6: > > > > http://temp.rdpdesign.com/example/example.html > > > > I tried some hasLayout triggers and changing the

[css-d] overflow:auto; Used for scrolling other conent... Techniques, likes, dislikes?

2006-07-08 Thread Micky Hulse
Hi all. :) Does anyone know of good examples of using "overflow: auto" on a div used for scrolling other content (divs, spans, paragraphs, images)? I have tried a few things that work well in Firefox, but IE seems to ignore the overflow and the layout blows-up. Should it be this hard? What ar

[css-d] Print stylesheet/alt text

2006-07-08 Thread Bart Feenstra
The 'problem' with your solution is that you now have duplicate content on a page and as far as I know there is no way to completely hide the span for all browsers (even text browsers) using CSS. __ css-discuss [EMAIL PROTECTED] h

Re: [css-d] Print stylesheet/alt text

2006-07-08 Thread Rick den Haan
Shelly, Design Groups schreef: > What I want to do is display the alt text for my images, instead of the > images themselves, in the printed page. I don't want any images to > print out at all - just the text. Interesting problem. Have you considered image replacement? If you want it to be pur

[css-d] Print stylesheet/alt text

2006-07-08 Thread Bart Feenstra
Never rely on Javascript for such specific things. Try to only use it for extra features on a website, not for essential things like image replacement. A good site should function under all circumstances. It should work even when one item of the trinity (HTML, CSS and JS, but in fact HTML is never

Re: [css-d] Print stylesheet/alt text

2006-07-08 Thread francky
Bart Feenstra wrote: >[EMAIL PROTECTED]:] >The 'problem' with your solution is that you now have duplicate content on >a page and as far as I know there is no way to completely hide the span for >all browsers (even text browsers) using CSS. > > That's a disadvantage indeed. To avoid double conte

[css-d] position fixed width col in center of screen?

2006-07-08 Thread Michael B Allen
I want to have virually all of my content in a 680px column positioned in the center of the page. Meaning there should be two margins on either side of equal size. I've tried a table layout like: col 1 col 2 col 3

[css-d] How do you make columns reach the bottom?

2006-07-08 Thread Tammy Grossbauer
I'm trying to make a column background color go all the way to the footer without content filling the div. This is the solution I have found multiple times on the internet: background: #003399 url(images/blue.jpg) repeat-y; Now this should be working, but isn't. I've tried it inside of a float a

Re: [css-d] How do you make columns reach the bottom?

2006-07-08 Thread francky
Tammy Grossbauer wrote: >I'm trying to make a column background color go all the way to the footer >without content filling the div. >This is the solution I have found multiple times on the internet: > >background: #003399 url(images/blue.jpg) repeat-y; > >Now this should be working, but isn't. I