[css-d] Span tags set to not display make containing div not display

2007-04-22 Thread Dave M G
CSS-d, I have a , , and tags set up like this: I don't want this seen a list thing My CSS declares: #test span { display: none } What I want is for the list to show, but not the text inside the tags. But instead what happens is that everything inside the does not display. Shouldn't

[css-d] horizontal link menu -browser check

2007-04-22 Thread Robert Lane
http://tinyurl.com/yq8nwz I have been trying to set this up with a horizontal li menu - it seems to be looking right in Firefox and IE7. Am wondering if the styles I have on here will hold up over other browsers. I know there will be issues if someone increases the text size, but am not sure

Re: [css-d] Pure CSS Popups IE bug

2007-04-22 Thread Bruno Fassino
Jeff Olin wrote: > I'm using Eric Meyer's Pure CSS Popups approach on my links page. I > have 3 sections on the same page; each section has its own set of > links and its own area for the popups. I want the popups to be > centered on the page, but IE7 pushes the text to the right for the > first t

[css-d] Content truncation in IE6 (re-post)

2007-04-22 Thread Ian Piper
Hi all, Thanks for the replies I've had on this. The fact that some people can see this and some can't highlights the difficulty I've had in uncovering this problem. I'm re-posting the original query in the hope that someone may be able to illuminate me. I have come across a strange css pro

[css-d] Pure CSS Popups IE bug

2007-04-22 Thread Jeff Olin
I'm using Eric Meyer's Pure CSS Popups approach on my links page. I have 3 sections on the same page; each section has its own set of links and its own area for the popups. I want the popups to be centered on the page, but IE7 pushes the text to the right for the first two sections (the last sectio

Re: [css-d] text not wrap around images

2007-04-22 Thread Gunlaug Sørtun
David Hucklesby wrote: >> http://www.ageconcerngillingham.org.uk/ageconcare.html > I have not tried this on your page, but I have had some success with > "display: table;" on the adjacent P element. Either that, or 'overflow: hidden'... I

Re: [css-d] every other li set to block and float - will this work?

2007-04-22 Thread David Hucklesby
On Sun, 22 Apr 2007 14:22:06 -0700, Robert Lane wrote: > I posted a test here: http://tinyurl.com/2hd7hk > [...] > > > > 8:00-8:45Medical Management class="hours">8:45- > 9:30Physical Therapy class="hours">9:30-11:00Psychological > Counseling and Biofeedback > 11:00-12:00Group Education > Hmm

Re: [css-d] text not wrap around images

2007-04-22 Thread David Hucklesby
On Sun, 22 Apr 2007 17:21:32 +0100, Mandy wrote: > > I wonder if anyone could help me please. On the page > http://www.ageconcerngillingham.org.uk/ageconcare.html, I have two images > "hairdryer" > and "cutefoot". I do not want the text to wrap around them but stay on the > right hand > side of t

Re: [css-d] every other li set to block and float - will this work?

2007-04-22 Thread ~davidLaakso
Robert Lane wrote: > I posted a test here: http://tinyurl.com/2hd7hk > > This looks like it is working in IE7 and FireFox... Is this going to be > stable and is it looking right in other browsers? > Or am I in for problems doing it this way? > > Seems alright in IE6.0, IE7.0, Firefox/2.0.0.3,

Re: [css-d] Peculiar page content truncation in IE6

2007-04-22 Thread Stephen Jungels
On 4/21/07, Ian Piper <[EMAIL PROTECTED]> wrote: > > On 21 Apr 2007, at 2:32 pm, ~davidLaakso wrote: > > > > Ian Piper wrote: > > > >> http://www.tellura.co.uk/trunctest/trunctest.htm > >> > >> 1. Right-click on the image at the page top (white text on a blue > >> background), then > >> 2. Choose t

[css-d] IE 6 ignoring bottom margin for very last list item

2007-04-22 Thread Jason Chan
Jason Chan <[EMAIL PROTECTED]> wrote: hi, i ran into an issue trying to display some list items with images. the bottom margin for the last list item does not show in ie 6. is this a bug for floated list items with images? if so, what needs to be done so that it shows correctly in ie.

[css-d] every other li set to block and float - will this work?

2007-04-22 Thread Robert Lane
I posted a test here: http://tinyurl.com/2hd7hk This looks like it is working in IE7 and FireFox... Is this going to be stable and is it looking right in other browsers? Or am I in for problems doing it this way? I am basically looking for a two column display, hours on the left (but the hours

[css-d] FW: SORTED OUT THANK YOU text not wrap around images

2007-04-22 Thread Mandy
Dear All, Thank you to those who responded. I found a solution that seems to work. Html: Text css: .dontwrap img {float:left; border: 1px solid #9D847C; margin: 0 0 0 20px;} .dontwrap p {margin-left: 105px;}(the image is 98px wide) I also learned that the site breaks in

Re: [css-d] What would you do to get three column list? (Resolved)

2007-04-22 Thread Robert Lane
That would do it! Thanks for the links. > An faq question: > http://css-discuss.incutio.com/?page=MultipleColumnLists > __ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailman/listinfo/css-d IE7 information -- ht

Re: [css-d] What would you do to get three column list?

2007-04-22 Thread Peter Hyde-Smith
- Original Message - From: "Robert Lane" <[EMAIL PROTECTED]> Subject: [css-d] What would you do to get three column list? > So I am given a word document for web content and the text is layed out > as a three column type list. Would you just throw it in a table or how > would you do it

[css-d] What would you do to get three column list?

2007-04-22 Thread Robert Lane
So I am given a word document for web content and the text is layed out as a three column type list. Would you just throw it in a table or how would you do it in css without table? The list looks like this: Evaluation and treatment by licensed Speech-language Pathologists specializing in Brai

Re: [css-d] text not wrap around images

2007-04-22 Thread Peter Hyde-Smith
- Original Message - From: "Mandy" <[EMAIL PROTECTED]> Subject: [css-d] text not wrap around images > Hi, > I wonder if anyone could help me please. On the page > http://www.ageconcerngillingham.org.uk/ageconcare.html, I have two > images "hairdryer" and "cutefoot". I do not want the te

Re: [css-d] fix width won't centre in i.e. 5.01 & 5.5

2007-04-22 Thread ~davidLaakso
Christopher Blake wrote: > http://www.3pointdesign.com/ > > http://www.3pointdesign.com/styles/one.css > > Does anybody know why the #wrapper won't centre in i.e 5.01 & 5.5? > Centering it in IE5x requires specific instruction [1] [2]: body{ text-align: center;} <<< add #wrapper{ text-align:

[css-d] Stylizing each occurrence of a word/phrase

2007-04-22 Thread Mark Anderson
Hi All I seemed to remember there was a way to apply a style to a specific word/phrase using css. I am writing some documentation on XML and would like to have every xsl element (e.g. in red. It's real tedious having to keep typing ... in every other sentence. What I'd like to do is make

[css-d] text not wrap around images

2007-04-22 Thread Mandy
Hi, I wonder if anyone could help me please. On the page http://www.ageconcerngillingham.org.uk/ageconcare.html, I have two images "hairdryer" and "cutefoot". I do not want the text to wrap around them but stay on the right hand side of them. I thought I had to put "clear:left" somewhere?? but

[css-d] fix width won't centre in i.e. 5.01 & 5.5

2007-04-22 Thread Christopher Blake
http://www.3pointdesign.com/ http://www.3pointdesign.com/styles/one.css Does anybody know why the #wrapper won't centre in i.e 5.01 & 5.5? Also in i.e 5.2 on Mac the clear div, that I am using in the containers to clear the floated images, is clearing the right hand column. Thanks. Christ