Re: [css-d] How do you kill the cell spacing in table with CSS?

2007-07-16 Thread Mark Henderson
Jukka K. Korpela wrote: > As far as I can see, on Win IE border-collapse: collapse overrides the > _default_ cellspacing. That is, if you set it and do not use the > cellspacing attribute in HTML markup, there is no spacing between cells. > > Oddly enough, it does not override an _explicit_ cell

Re: [css-d] How do you kill the cell spacing in table with CSS?

2007-07-16 Thread Jukka K. Korpela
On Tue, 17 Jul 2007, Mark Henderson wrote: > [...] unfortunately in Win IE border-collapse: collapse does not > override cellspacing. Border-spacing is the cellspacing equivalent in > CSS, but browser support is poor AFAIK. Thus, if you absolutely MUST > have no space between cells, you will also

Re: [css-d] How do you kill the cell spacing in table with CSS?

2007-07-16 Thread Mark Henderson
Duckworth, Nigel wrote: >> I have an example at http://www.omgma.com/ >> Under the third menu tab in the center of the page >> - where it says Program Schedule (Below the "What's New") >> I have a table. > >> I tried using border-collapse - but I am still getting >> spacing between the cells.

Re: [css-d] How do you kill the cell spacing in table with CSS?

2007-07-16 Thread Ernie Finlay
Good info.from Nigel. Another method, EXAMPLE: ..datatable{border:1px solid #000; border-collapse:collapse; } ..datatable td, .datatable th{border:1px solid #000; } Ernie. :) >From: "Duckworth, Nigel" <[EMAIL PROTECTED]> >To: "Conjurer" <[EMAIL PROTECTED]>,"Css-Discussion Gr

Re: [css-d] site check please

2007-07-16 Thread Ernie Finlay
IE6...Lots of scrolling to do here. If the Links col.was placed directly under the Nav. col. (it is now to the left and under 'What's New ') it would reduce the vertical scrolling. If the Header and the Footer widths were reduced to the(approx.) combined widths of Nav. and What's New co

Re: [css-d] Text as CSS or image where precision positioning

2007-07-16 Thread Thierry Koblentz
> On Behalf Of Michael Leibson > I've been reading about various 'image replacement' techniques, as a way > of ensuring that there is some text > there in cases where the user has graphics turned off. You might find this article helpful: http://www.tjkdesign.com/articles/tip.asp --- Regards, Thie

Re: [css-d] Floating images with text wrapping underneath

2007-07-16 Thread Thierry Koblentz
> On Behalf Of Jason Crosse > > "display: table;" makes it display as a box, as you'd expect. > > I'm very interested in use of the display:table rule and its > relatives. I've avoided using them completely up until now, but if > you and any others on the list have successfully used them then I >

Re: [css-d] Floating images with text wrapping underneath

2007-07-16 Thread Jason Crosse
David Hucklesby wrote: > > p { > display: table; > height: 0; > } > > "display: table;" makes it display as a box, as you'd expect. I'm very interested in use of the display:table rule and its relatives. I've avoided using them completely up until now, but if you and any others on the li

Re: [css-d] Text as CSS or image where precision positioning

2007-07-16 Thread Michael Leibson
david <[EMAIL PROTECTED]> wrote: >Get away from the idea of "precisely positioned" etc. That way lies >madness and rudeness to visitors. What if I visit your page with >graphics turned off - and your home page name and titles are part of the >background image? I get nothing. Hi, David; I appre

Re: [css-d] Floating images with text wrapping underneath

2007-07-16 Thread Richard Grevers
On 7/16/07, Rachel Vidrine <[EMAIL PROTECTED]> wrote: > This issue has probably been covered before, but it wouldn't hurt for > someone to ask it again. > > > > When floating an image to the left or right of a paragraph, what is the CSS > to prevent the last line(s) of the paragraph from continuing

Re: [css-d] Constraining a div element.

2007-07-16 Thread Jason Crosse
On 16/07/2007 16:44, coolman coolx wrote: > I have two flash animation siting side by side and floated ... once I reduce > the resolution to 1024 by 768, one of the images drops. What I'd do in this case is create a container for both flash movies, and set the width such that it can hold both of

Re: [css-d] How do you kill the cell spacing in table with CSS?

2007-07-16 Thread Duckworth, Nigel
> I have an example at http://www.omgma.com/ > Under the third menu tab in the center of the page > - where it says Program Schedule (Below the "What's New") > I have a table. > I tried using border-collapse - but I am still getting > spacing between the cells. What is the CSS to get rid > o

[css-d] Constraining a div element.

2007-07-16 Thread coolman coolx
Hello, I have two flash animation siting side by side and floated. When I view in IE in full view ( screen resolution is 1280 by 800 pixels), it sit tight but once I reduce the resolution to 1024 by 768, one of the images drops. Creating the same look in a table doesn't break the image alignment. I

[css-d] How do you kill the cell spacing in table with CSS?

2007-07-16 Thread Conjurer
I have an example at http://www.omgma.com/ Under the third menu tab in the center of the page - where it says Program Schedule (Below the "What's New") I have a table. I tried using border-collapse - but I am still getting spacing between the cells. What is the CSS to get rid of the spacing bet

[css-d] i.e. 6 looks right 7 and firefox incorrect

2007-07-16 Thread Jason Crosse
On 16/07/2007 14:29, JGardner wrote: > Hello, > > I am working on a site > http://webtech.tstc.edu/students/gardnerj/IMED2311/UFofA/test.htm > > The menu/login looks like what I want in IE6, but not IE 7 and Firefox. For > some reason in 7 and Firefox the red background does not extend all the

Re: [css-d] i.e. 6 looks right 7 and firefox incorrect

2007-07-16 Thread Complex
That's odd. I haven't delved deep enough into the positioning to know why, but your login div seems to be overtop your nav column. If you change #nav to "display: hidden", of course it disappears and you're left with a red navigation column. Furthermore, when I look at the navigation column in Fi

[css-d] i.e. 6 looks right 7 and firefox incorrect

2007-07-16 Thread JGardner
Hello, I am working on a site http://webtech.tstc.edu/students/gardnerj/IMED2311/UFofA/test.htm The menu/login looks like what I want in IE6, but not IE 7 and Firefox. For some reason in 7 and Firefox the red background does not extend all the way down through the menu. Any help would be grea

[css-d] Overflows, backgrounds for scripts?, and a crooked line

2007-07-16 Thread Amy Drayer
Dear CSSers: I have several issues... any advice is appreciated. I am working in a CMS, so many things cannot be changed (content rendering order being the big one), but I have complete control over CSS. http://new.jocolibrary.org/ 1. Overflow issues on the home page. I am using rounded corne

[css-d] Jumping image ie

2007-07-16 Thread Emma Roberts
Hi, I have the title of my page as an image in a masthead div. There are margins set to position it in the masthead but IE is rendering the image with no margin. Or at least it positions it correctly for a split second then it jumps to the top of the div. Markup: Skip to content Access

Re: [css-d] How do I inherit the Height from content

2007-07-16 Thread James Gadrow
Roelf D. Kuitse wrote: > I need to make sure that one of my divs is only the height (not bigger > or smaller) of all the span's that I have inside of it. But the various > span heights need to be based off of the amount of content inside of > them. Any idea's?? Correct me if I'm wrong, but this s

Re: [css-d] site check please

2007-07-16 Thread Jason Crosse
On 15/07/2007 12:19, Stephen Oravec wrote: > http://www.intheholler.com Win XP - FF 2.0.0.4 - fine Opera 9.20 - fine IE6 - not fine. 1. The darker green borders on the headings e.g. "What's New" are very thick. They look ~1em thick. 2. The right-hand side column moves beneath the left-hand si

Re: [css-d] IE5/Mac - no content

2007-07-16 Thread Philippe Wittenbergh
On Jul 15, 2007, at 2:41 AM, Christina McGuire wrote: > I've managed (I think) to get this template pretty much solved across > browsers but in IE5/Mac I just get garbled text on the page :| > > [...] > > http://www.webtuples.co.uk/phoenix/index5.htm IE Mac doesn't support the use of single quot

Re: [css-d] site check please

2007-07-16 Thread Jason Crosse
On 15/07/2007 12:19, Stephen Oravec wrote: > http://www.intheholler.com Win XP - FF 2.0.0.4 - fine Opera 9.20 - fine IE6 - not fine. 1. The darker green borders on the headings e.g. "What's New" are very thick. They look ~1em thick. 2. The right-hand side column moves beneath the left-hand s

Re: [css-d] Invisible on MSIE 5.2/Mac only? and righthand scrollbar top arrow lost

2007-07-16 Thread Philippe Wittenbergh
On Jul 16, 2007, at 7:36 PM, Rachel Mawhood wrote: > I am told that this serves a blank page in MSIE 5.2/Mac > > http://www.internationalorganbuilders.com/delivered/index.php > > but I have no idea why (have w3-validated the code). IE Mac doesn't like the name of your first stylesheet. Renam

[css-d] Invisible on MSIE 5.2/Mac only? and righthand scrollbar top arrow lost

2007-07-16 Thread Rachel Mawhood
Hi list I am told that this serves a blank page in MSIE 5.2/Mac http://www.internationalorganbuilders.com/delivered/index.php but I have no idea why (have w3-validated the code). Also the righthand scrollbar runs from top to bottom in Netscape 7/pc but on all other set-ups on pcs so far te

[css-d] site check please

2007-07-16 Thread Stephen Oravec
http://www.intheholler.com __ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailman/listinfo/css-d IE7 information -- http://css-discuss.incutio.com/?page=IE7 List wiki/FAQ -- http://css-discuss.incutio.com/ Supported by

[css-d] IE5/Mac - no content

2007-07-16 Thread Christina McGuire
I've managed (I think) to get this template pretty much solved across browsers but in IE5/Mac I just get garbled text on the page :| I don't mind if it doesn't look quite as 'pretty' but think that the client may not understand why nothing on the page can be viewed. Any pointers as to where to st

[css-d] How do I inherit the Height from content

2007-07-16 Thread Roelf D. Kuitse
I need to make sure that one of my divs is only the height (not bigger or smaller) of all the span's that I have inside of it. But the various span heights need to be based off of the amount of content inside of them. Any idea's?? Thanks Roelf ___

Re: [css-d] IE6 seems to ignore list-style-type: none

2007-07-16 Thread Christian Kirchhoff
Hello Bruno, Many, many thanks for the time you took to answer my questions. I appreciate it very much. I will implement the changes you suggested as soon as possible. I guess a couple of problems arise from the fact the I changed an existing CSS layout (Wiki's monobook), by modifiying certain ru

Re: [css-d] IE6 form issue

2007-07-16 Thread David Dorward
On 16/07/07, Dave Goodchild <[EMAIL PROTECTED]> wrote: > http://info.adp-es.co.uk > In IE6 half of the form is missing. About to go in and debug - any ideas? http://validator.w3.org/check?verbose=1&uri=http%3A%2F%2Finfo.adp-es.co.uk%2F%3Fjchk%3D1%26nolog%3D1 Eliminating machine detectable syntax

[css-d] IE6 form issue

2007-07-16 Thread Dave Goodchild
Hi all, URL: http://info.adp-es.co.uk In IE6 half of the form is missing. About to go in and debug - any ideas? -- http://www.web-buddha.co.uk __ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailman/listinfo/css-d I