[css-d] IE height of td's containing block problem.

2005-10-11 Thread David Balch
[Resending, as original didn't appear on list - apologies for duplicates] Hi everyone, Here's an IE6 problem I would appreciate your opinion on... I'm trying to create a page with: 1) a header which expands it's height to the size of its content (also with 100% width) 2) an iframe which

Re: [css-d] Multiple IR in IE 5.0/Win

2005-10-11 Thread Jono
On 10/8/05 2:32 PM, Gunlaug Sørtun [EMAIL PROTECTED] wrote: It appears to be a cascading issue - due to how flip-flopping the h1 and h2 CSS order changes the display - but I cannot pinpoint where the problem is occuring. Interference from 'voice-family hack' I think. It isn't needed

Re: [css-d] Opacity in Suckerfish

2005-10-11 Thread Sam Partington
Problem is that if I do it like this, the text in the ul also has the opacity applied. That's not supposed to happen. Actually, that *is* supposed to happen. Opacity affects the entire element and all its children. Is there a way around that? I've tried specificity tricks and !important

RE: [css-d] ie5 and ie5.5 bugs

2005-10-11 Thread Chris Hardy
snipThe comment in there makes IE 5.5 ignore the rule (IE 5.1 is OK) #menu a:hover,#menu a:focus, /* comment */ .current #current {some declarations}/snip Are you sure that it isn't because you're missing a comma between .current and #current? -chris

Re: [css-d] ie5 and ie5.5 bugs

2005-10-11 Thread Thierry Koblentz
Chris Hardy wrote: snipThe comment in there makes IE 5.5 ignore the rule (IE 5.1 is OK) #menu a:hover,#menu a:focus, /* comment */ .current #current {some declarations}/snip Are you sure that it isn't because you're missing a comma between .current and #current? No comma there, it's

[css-d] Positioning of a div

2005-10-11 Thread Richard Brown
Hi All I am still working on the Lostwithiel site. I have taken out the cms for the moment. You can see the latest at: http://www.swmug.co.uk/index.html The css is embeded. I am still working fonts through! So any further thoughts would be greatly appreciated. I am trying to get a 'Ye Olde

RE: [css-d] ie5 and ie5.5 bugs

2005-10-11 Thread Chris Hardy
Oh well, it worth a try! So out of curiosity, does IE 5.5. ignore the entire rule for #menu * as well? or does it ignore the rule after the comment? - chris __ css-discuss [EMAIL PROTECTED]

Re: [css-d] ie5 and ie5.5 bugs

2005-10-11 Thread Thierry Koblentz
Chris Hardy wrote: Oh well, it worth a try! So out of curiosity, does IE 5.5. ignore the entire rule for #menu * as well? or does it ignore the rule after the comment? The whole thing is ignored, nothing is styled Thierry | www.TJKDesign.com

[css-d] Some print problems with tables (row splitting, controlling footer placement, page-break)

2005-10-11 Thread pankaj singla
Hi, I am having these problems while printing my jsp pages. 1) First I have put name, authorization, dat and signature in a table. But I don't want this table to break. So, everything should print on one page only and if there is not enough space, everything should move to next page.

[css-d] bottom page spacing problem in Firefox

2005-10-11 Thread Magenta Placenta
page: http://www.5finger.com/css/bottom.html css: http://www.5finger.com/css/bottom_stylesheet.css problem elements: footer-graybar footer-bluebar If you open the page in Explorer, it works fine, but if you open it in Firefox, you get extra spacing between the footer-graybar and the

Re: [css-d] bottom page spacing problem in Firefox

2005-10-11 Thread Gunlaug Sørtun
Magenta Placenta wrote: page: http://www.5finger.com/css/bottom.html Anyone have any ideas how to get Firefox to render the footer like Explorer? It is the top margin of content inside footer-bluebar that's not contained. Firefox got it right, according to my 'book on standards'. It just looks

Re: [css-d] Opacity in Suckerfish

2005-10-11 Thread Andrew Gregory
On Tue, 11 Oct 2005 21:14:26 +0800, Sam Partington [EMAIL PROTECTED] wrote: Problem is that if I do it like this, the text in the ul also has the opacity applied. That's not supposed to happen. Actually, that *is* supposed to happen. Opacity affects the entire element and all its

[css-d] How to style a column of a table?

2005-10-11 Thread artcoder
I want to apply a style to a whole column of a table. For example, second column to be blue and centered. But the below code does not work in Firefox. (IE okay). I don't want to tack on a style to each of the td's. table width=100% border=1 colgroup col width=400 align=left /

[css-d] RE: 100% width with margins

2005-10-11 Thread Andreas Håkansson
Thank you Gunlaug Sørtun and David Laakso for your feedback. The solution was so simple it was almost to obvious :-) Just don't set a 100% width on the div and it will play nice with the margins. To clear up my vauge description of the problem. I have two divs, one 800px wide, centered

Re: [css-d] Positioning of a div

2005-10-11 Thread David Laakso
Richard Brown wrote: I am still working on the Lostwithiel site. I have taken out the cms for the moment. You can see the latest at: http://www.swmug.co.uk/index.html The css is embeded. I am still working fonts through! So any further thoughts would be greatly appreciated. I am trying to get

[css-d] IE Wierdness - List Margin

2005-10-11 Thread Adam Fletcher
Hi, I'm experiencing a problem with spacing between list items in Internet Explorer 6 (not tested it on other version). Works fine in Firefox and Opera. The margin between the list items is coloured with the background colour of the list items. (The margin isn't being ignored, if I specify the

[css-d] Jumping text in IEWin

2005-10-11 Thread Tom Livingston
Hello list, In a fluid layout I have a container with a head (h2) and a p. Within this container, I am also floating an image right. As I change the width of my viewport, the text wrapping changes as expected - except in IEWin (6 and 5.5). As the length of the lines of, I believe the h2,

Re: [css-d] Positioning of a div

2005-10-11 Thread Gunlaug Sørtun
Richard Brown wrote: http://www.swmug.co.uk/antiques.html The small boxes are pushing the side column further down. One /div missing just _above_ div id=sidebar Nothing will work without it. Next, adjust the right way for that type of layout. #container { width: 100%; float:

[css-d] Width of floats

2005-10-11 Thread Jørgen Farum Jensen
I have a problem with the following css: #colleft { text-align:justify; width:49%; float:left;} #colright { text-align:justify; width:49%; float:left; margin-left:2%;} This a two-column layout which works well in for example Firefox, but not so well in Internet Explorer, which

Re: [css-d] Width of floats

2005-10-11 Thread Carmen Carter
Margin values are added to your block element width, not included in that width. So you've set a width of 49%, plus a margin of 2%, for a combined width of 51% for each column. Your total layout width is 102%, so it is not surprising that the float is not working properly. Try a width of 48%

Re: [css-d] Width of floats

2005-10-11 Thread Derek de Jong
Carmen Carter wrote: Margin values are added to your block element width, not included in that width. So you've set a width of 49%, plus a margin of 2%, for a combined width of 51% for each column. Your total layout width is 102%, so it is not surprising that the float is not working properly.

Re: [css-d] Width of floats

2005-10-11 Thread Gunlaug Sørtun
Jørgen Farum Jensen wrote: This makes it impossible to get the floated columns to line up with header and footer, se example page at http://www.webdesign101.dk/x/cssdiscuss/ex1.html In that particular case you'll get a better line-up by not using a margin, like so: #colleft {

[css-d] Nested Div Negative Margin On IE6

2005-10-11 Thread Alisha
Now i've come around something I really can't understand. I'm trying to have a div which contain another div just like this div id=main pspan bla bla bla bla/span/p div id=menu ullione/lilitwo/lilithree/li/ul /div /div I want the div#menu to have a negative margin on the right or left to go

[css-d] Multiple IR in IE 5.0/Win [Solved]

2005-10-11 Thread Jono
On 10/8/05 2:32 PM, Gunlaug Sørtun [EMAIL PROTECTED] wrote: It appears to be a cascading issue - due to how flip-flopping the h1 and h2 CSS order changes the display - but I cannot pinpoint where the problem is occuring. Interference from 'voice-family hack' I think. It isn't needed anyway.

[css-d] weird problem w background image

2005-10-11 Thread csspro
I'm helping a colleague with the top nav on her project. I think I have everything working right except (big except) this one weird thing. Every background image centers but one. Would you take look and see if you can tell what is causing the one underneath About Encaustic not to center?

Re: [css-d] weird problem w background image

2005-10-11 Thread Christian Montoya
On 10/11/05, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: I'm helping a colleague with the top nav on her project. I think I have everything working right except (big except) this one weird thing. Every background image centers but one. Would you take look and see if you can tell what is

[css-d] background image on text/search box?

2005-10-11 Thread D Ross
Is it possible to use a background image as a search box? If so, will the search box outline still be there or can the image be the actual box? Thanks __ css-discuss [EMAIL PROTECTED]

Re: [css-d] Multiple IR in IE 5.0/Win [Solved]

2005-10-11 Thread Thierry Koblentz
Jono wrote: On 10/8/05 2:32 PM, Gunlaug Sørtun [EMAIL PROTECTED] wrote: It appears to be a cascading issue - due to how flip-flopping the h1 and h2 CSS order changes the display - but I cannot pinpoint where the problem is occuring. Interference from 'voice-family hack' I think. It isn't

Re: [css-d] background image on text/search box?

2005-10-11 Thread Chris Akers
Is it possible to use a background image as a search box? If so, will the search box outline still be there or can the image be the actual box? --CSS-- .searchbox{ background-image:url(the_image_worthy_of_sacrificing_accessibility.jpg); width:125px; height:30px; padding:2px 10px;

Re: [css-d] Page printing problem

2005-10-11 Thread Christian Montoya
The layout is definitely not very robust. It falls apart at wide and narrow widths. There are a lot of things you can do to deal with this. Are you considering re-building the layout? -- - C Montoya rdpdesign.com http://rdpdesign.com ... liquid.rdpdesign.comhttp://liquid.rdpdesign.com...