[css-d] css div over Flash in IE7

2008-12-18 Thread Debbie Campbell
My .galleryHeading div is positioned where I want it in FF, Safari/Win, Opera and IE6, over the top of the Flash movie: > http://74.52.179.82/~hixonint/g4/index.php But in IE7 it's underneath. Is there a way to move it to the top? I know I can make the Flash background transparent but I have me

Re: [css-d] Ordered List to Right of float?

2008-12-18 Thread Carla Bruni
http://www.youtube.com/watch?v=A0W1G71Z-zE I am sure you do everything right. Try to do the same thing using inline CSS. Carla __ css-discuss [cs...@lists.css-discuss.org] http://www.css-discuss.org/mailman/listinfo/cs

Re: [css-d] Ordered List to Right of float?

2008-12-18 Thread Susan M. Totman
Thank you Benjamin, I will try that. Best regards, Susan - Original Message - From: "Benjamin Hawkes-Lewis" Subject: Re: [css-d] Ordered List to Right of float? > Susan M. Totman wrote: >> How do I get the bullets to respect the margin around the image? > > Approaches include using

Re: [css-d] Ordered List to Right of float?

2008-12-18 Thread Benjamin Hawkes-Lewis
Susan M. Totman wrote: > How do I get the bullets to respect the margin around the image? Approaches include using list-style-position: inside; and using background-image for the bullet rather than a list-style. -- Benjamin Hawkes-Lewis ___

[css-d] Ordered List to Right of float?

2008-12-18 Thread Susan M. Totman
I have an ordered list to the right of a floated left div. How do I get the bullets to respect the margin around the image? I have tried everything I can think of, looked at all my css books, used every option here: http://konstruktors.com/blog/wp-content/uploads/2008/02/html-list-rendering-sta

Re: [css-d] How to Apply CSS to Title Tag

2008-12-18 Thread Jukka K. Korpela
Vladislav Vladimirov wrote: >> Is the HTML title tag not capable of receiving CSS styles? - - > The title tag is not meant to be visualised, therefore should not be > able to accept css styles. No tags are meant to be visualized. They are part of markup, and CSS is applied to elements, not to ta

Re: [css-d] How to Apply CSS to Title Tag

2008-12-18 Thread Vladislav Vladimirov
> Is the HTML title tag not capable of receiving CSS styles? I'm > manipulating upper/lower case of some database data to make it more > readable. The trick works everywhere but in the title tag. > Unfortunately, I can't include a link on this one because the page > isn't yet on a public server.

Re: [css-d] How to Apply CSS to Title Tag

2008-12-18 Thread Benjamin Hawkes-Lewis
Kevin Doyle wrote: > Is the HTML title tag not capable of receiving CSS styles? I'm > manipulating upper/lower case of some database data to make it more > readable. Best to do this serverside rather than in CSS. For example, text-to-speech agents will still get the original case version, and ma

Re: [css-d] site breaks in IE6 (I'm sure it's just one little thing)

2008-12-18 Thread Ingo Chao
2008/12/18 Scott Thigpen > My site www.sthig.com/unisource breaks in IE6 > http://www.sthig.com/unisource/1.jpg< > http://www.pubcon.com/redirect.cgi?f=83&d=3810456&url=http://www.sthig.com/unisource/1.jpg > > > http://www.sthig.com/unisource/2.jpg< > http://www.pubcon.com/redirect.cgi?f=83&d=381

[css-d] site breaks in IE6 (I'm sure it's just one little thing)

2008-12-18 Thread Scott Thigpen
My site www.sthig.com/unisource breaks in IE6 for example: http://www.sthig.com/unisource/1.jpg http://www.sthig.com/unisource/2.jpg

Re: [css-d] How to Apply CSS to Title Tag

2008-12-18 Thread Kevin Doyle
Is the HTML title tag not capable of receiving CSS styles? I'm manipulating upper/lower case of some database data to make it more readable. The trick works everywhere but in the title tag. Unfortunately, I can't include a link on this one because the page isn't yet on a public server. Thanks,

Re: [css-d] suckerfish no dropping down in IE6 (and a bonus question)

2008-12-18 Thread Benjamin Hawkes-Lewis
Scott Thigpen wrote: > So I'm using suckerfish now for this site > www.sthig.com/unisource > > all works well but nothing operates in IE6. Also, it's pushed my right hand > column off too...I don't know what gives. Could someone help please? (I'm > kind of in a panic, too) IE6 doesn't support :

[css-d] How to Apply CSS to Title Tag

2008-12-18 Thread Chris Akins
Is the HTML title tag not capable of receiving CSS styles? I'm manipulating upper/lower case of some database data to make it more readable. The trick works everywhere but in the title tag. Unfortunately, I can't include a link on this one because the page isn't yet on a public server. Thanks,

Re: [css-d] suckerfish no dropping down in IE6 (and a bonus question)

2008-12-18 Thread Kevin Doyle
So I'm using suckerfish now for this site www.sthig.com/unisource all works well but nothing operates in IE6. Also, it's pushed my right hand column off too...I don't know what gives. Could someone help please? (I'm kind of in a panic, too) here is my css www.sthig.com/style.css :

[css-d] suckerfish no dropping down in IE6 (and a bonus question)

2008-12-18 Thread Scott Thigpen
So I'm using suckerfish now for this site www.sthig.com/unisource all works well but nothing operates in IE6. Also, it's pushed my right hand column off too...I don't know what gives. Could someone help please? (I'm kind of in a panic, too) here is my css www.sthig.com/style.css -- S c o t t

Re: [css-d] vertical Suckerfish menu in a table column

2008-12-18 Thread Kevin Doyle
I don't want to remake the whole site with CSS layout, because I'm trying for a quick smash n' grab kludge and maybe later after I explain the benefits they'll let me redo in CSS. So I'm using a vertical Suckerfish menu that goes in a left side table column. ~Joseph Sims :

Re: [css-d] misalignment in form & extra spacing IE7

2008-12-18 Thread Mustafa Quilon
I think, While computing the height of the neighboring input box, IE does not respect the margin-bottom values. Hence, it computes the height of the neighboring input box to be height+margin-bottom and aligns it vertically bottom(which I think is default for input boxes) You might solve/avoid thi