Re: [css-d] Cascade related question

2009-09-06 Thread Divya Manian
On 9/3/09 7:36 AM, Climis, Tim tcli...@indiana.edu wrote: The spec. Section 6.4.3 Calculating a selector's specificity http://www.w3.org/TR/CSS21/cascade.html#specificity There are basically three tallies when figuring out specificity. There's basic tags (a). There's tags with classes

Re: [css-d] Fix for chrome browser

2009-08-12 Thread divya manian
On Wed, Aug 12, 2009 at 7:07 AM, bharani kumarbharanikumariyer...@gmail.com wrote: Hi All, This is general question , For IE , if we want to write an fix means , then we use something like _height:200px; For chrome , how to write an fix , Can some one tell with few example , Also for FF

Re: [css-d] Safari Issue with using Absolute Positioning span inside of Overflow:auto (Scrolling Division)

2009-08-07 Thread divya manian
Hi Susan On Fri, Aug 7, 2009 at 7:41 AM, Susan Grossmansusan.rgross...@gmail.com wrote: I have a *Safari only * Issue with using Absolute Positioning tool tips inside of Overflow:auto (Scrolling Division) If you scroll to the bottom table row, and mouseOver the icon, the tool tip shows as if

Re: [css-d] site check in IE + background image issue

2009-07-10 Thread divya manian
On Mon, Jul 6, 2009 at 10:12 AM, Ron Zismanronzis...@mac.com wrote: i'm also having issues with a background image (a slight gradation on the red background) You should try to use much higher resolution for the background image if you want to see a more smooth gradation in the background. What

Re: [css-d] elements disappearing in IE6, bad Safari rendering

2009-07-10 Thread divya manian
On Fri, Jul 10, 2009 at 11:12 AM, Lori K. Brownlori...@brownphotos.com wrote: Dear list: I have been working on a revised site template, here: http://ibis.grdl.noaa.gov/SAT/draft/index.php Then I heard that it breaks on Safari for the Mac, and that the lower right banner elements disappear

Re: [css-d] IE7 bugs

2009-06-23 Thread Divya Manian
On 6/22/09 11:50 AM, Joseph Sims metronom...@yahoo.com wrote: I have a site in the works... http://www.titancom.net/dev/hec/JS/index.html And the left sidebar carries white all the way down the page... obscuring the background that is supposed to create the faux columns look -

Re: [css-d] Can view in Safari but not Firefox

2009-06-22 Thread divya manian
On Mon, Jun 22, 2009 at 8:15 AM, Ellen Heitmanellen.heit...@gmail.com wrote: #timelinebkgd { background: url(images/timeline_bkgd.jpg); width: 689px; height:653px; position:absolute; top:24px; left:12px; z-index:5; margin:0 auto; text-align:center; } Any ideas as to what the problem

Re: [css-d] Height 100%

2009-06-21 Thread Divya Manian
Hi Trevor On 6/20/09 11:18 PM, trevor bayliss bayliss_tre...@yahoo.com wrote: Hi all, I changed the height of the div #insidecentre to 100% instead of 535px as the fixed pixel height was making the text in the div overlap the footer. 100% works fine to sort out that problem but now the

Re: [css-d] How to make rounded corners box with one image?

2009-05-09 Thread Divya Manian
On 5/2/09 9:51 AM, Dan King dan.king...@yahoo.com wrote: I found an example online: http://modxcms.com/about/blog/rthrash/simple-rounded-corner-css-boxes.html that seemingly matches what I'm looking for. The concept is clear, but I need some help in figuring out how to determine

Re: [css-d] IE 8

2009-05-09 Thread Divya Manian
On 5/5/09 4:28 PM, Kathy Wheeler kat...@home.albury.net.au wrote: Ummm ... scratches head ... what do you mean by does not support ? IE6 standalone on my test win box loads pngs fine ( well ... as fine as ie6 is supposed to anyway - no png transparency :-( ). I use them (pngs) as background

Re: [css-d] IE6/IE7 border problem on list items (wrapping)

2009-04-15 Thread divya manian
On Wed, Apr 15, 2009 at 11:43 AM, Stephen Tang clowwizarder...@gmail.com wrote: Hi Brian, Actually, the li tags are display: inline.  However, there was a float: none that was taking precedence over the float: left in another class.  When I remove it, I can see what IE6/IE7 is doing.  The li

Re: [css-d] double borders. A different story in IE?

2009-04-10 Thread Divya Manian
On 4/9/09 1:37 PM, Michael Adams linux_m...@paradise.net.nz wrote: Divya - I disagree. IE7 handles the XML declaration fine in standards mode[1]. Although i see it on line 8 when it should always be on line 1. IMHO IE less than IE7 should always be in quirks mode and the XML declaration will

Re: [css-d] double borders. A different story in IE?

2009-04-09 Thread Divya Manian
On 4/2/09 6:30 AM, Jon Wickström jon.wickst...@arrak.fi wrote: The look I'm after is a double border with the inner border the same color as the parent bg, and the outer the element bg. This I get in all sane browsers by specifying the parent bg as the border color and the border style

Re: [css-d] Wrap text in li

2009-04-09 Thread divya manian
It would be great if you have a url and then present what is the current behavior (which browser/os) and what is the expected behavior. On Thu, Apr 9, 2009 at 8:04 AM, Chike Loney chikelo...@gmail.com wrote: Lol sry I ddint use a parent ul but even though the text in the li is not wrapping,

Re: [css-d] Rounded corners with fixed height problem

2009-04-01 Thread Divya Manian
Hi Anne On 3/25/09 9:14 PM, Anne E . Shroeder a...@language-works.com wrote: I've got a bit of a challenge with rounded corners - have a fixed height (it's all going into an iframe) and cannot seem to get the borders out to the edge and the rounded corners placed - an additional problem is

Re: [css-d] Positioning images and wrapping text...

2009-04-01 Thread Divya Manian
On 3/30/09 4:20 PM, Bobby Jack bobbykj...@yahoo.co.uk wrote: --- On Mon, 3/30/09, Michael Beaudoin mich...@ba-doyn.com wrote: Is there a way to precisely position an image and have the wrap follow? You can float the image and assign precise margins as Gunlaug has done to get what you

Re: [css-d] removing input background color

2009-04-01 Thread divya manian
2009/4/1 Chris Kavinsky ckavin...@gmail.com: I'm replacing the button for a search form with a background image. The image is a transparent png file, and even though the background-color is set to none, a light grey color is showing up. Are you looking at it in IE 6? I dont see any grey color

Re: [css-d] removing input background color

2009-04-01 Thread divya manian
On Wed, Apr 1, 2009 at 9:37 AM, divya manian divya.man...@gmail.com wrote: 2009/4/1 Chris Kavinsky ckavin...@gmail.com: I'm replacing the button for a search form with a background image. The image is a transparent png file, and even though the background-color is set to none, a light grey

Re: [css-d] Footer at the bottom of the page issue

2009-03-30 Thread Divya Manian
On 3/26/09 1:21 PM, Frederyco Martins fredy.mart...@gmail.com wrote: Hi folks, How do I keep a footer always on the bottom of the page, without using absolute positions, with css??? Could you help me, please? I am using wordpress as a CMS and the website is not online yet. But the

Re: [css-d] Flash header problem in IE

2009-03-30 Thread Divya Manian
On 3/26/09 3:00 PM, Anne McKinsey anne...@charter.net wrote: Greetings, I have a Flash animation header on a home page and there is about 2px of space below the header when viewed in IE. The other pages have regular image headers and I have used the following css which closes up the 2px of

Re: [css-d] Faux Column and equal heights with image

2009-03-30 Thread divya manian
2009/3/30 Nancy Johnson njohnso...@gmail.com: Hi, I've emailed this list before regarding issues I am having with equal heights and am trying a simple faux column with a background image. My question is, in IE6, IE7 Firefox 2 and I think safari, the image width doesn't increase when the user

Re: [css-d] IE and png transparency

2009-03-27 Thread divya manian
On Fri, Mar 27, 2009 at 7:22 AM, Nick Fitzsimons n...@nickfitz.co.uk wrote: If you need to support PNG transparency in IE6, you want the AlphaImageLoader filter [1] [2] [3]. [1] http://msdn.microsoft.com/en-us/library/ms532969.aspx [2] http://support.microsoft.com/kb/294714 [3]

Re: [css-d] Image stretches vertically in (that's right) IE6

2009-03-27 Thread divya manian
On Fri, Mar 27, 2009 at 11:55 AM, Ian Piper ianpi...@mac.com wrote: The offending photos are styled pictureright and pictureleft. On Safari, Firefox and IE7 these pictures appear to be fine, but in IE6 the photos are stretched vertically. I can't figure what is happening - can anyone either

Re: [css-d] Up Margin - where is it?

2009-03-19 Thread Divya Manian
On 3/18/09 9:45 PM, Pablo Augusto em...@pabloaugusto.com wrote: Hello, I`m transforming this site: http://www.caarj.org.br/ to wordpress. Its all 95% done, now im fixing details. Theres a up space (white above logo) i just look everywere to remove it, margin, padding, etc, but have

Re: [css-d] Transparency in pre IE7

2009-02-04 Thread Divya Manian
On 2/4/09 2:32 PM, Tim Arnold tim.arn...@gmail.com wrote: Kenoli, You will have to use a 24-bit PNG graphic which will work perfectly in IE7+ and Firefox. To get IE6 and lower to correctly render the transparent PNG graphics you are going to have to use some javascript. I don't think