Re: [css-d] Cascade related question

2009-09-06 Thread Divya Manian
On 9/3/09 7:36 AM, "Climis, Tim" 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 (a.nav).

Re: [css-d] Fix for chrome browser

2009-08-12 Thread divya manian
On Wed, Aug 12, 2009 at 7:07 AM, bharani kumar 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 , IE-8 , http://www

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 Grossman 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 the table wasn't

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. Brown 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 completely in I

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 Zisman 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 you see in ph

Re: [css-d] IE7 bugs

2009-06-23 Thread Divya Manian
On 6/22/09 11:50 AM, "Joseph Sims" 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 - example: > http://

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 Heitman 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 could be? Th

Re: [css-d] Height 100%

2009-06-20 Thread Divya Manian
Hi Trevor On 6/20/09 11:18 PM, "trevor bayliss" 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 div is only as high

Re: [css-d] IE 8

2009-05-09 Thread Divya Manian
On 5/5/09 4:28 PM, "Kathy Wheeler" 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 images for css e

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" 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 margins/padding for the respec

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 wrote: > Hi Brian, > Actually, the 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 > box is actually two lines

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" 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 achieve this. > > Jo

Re: [css-d] :first-word?

2009-04-09 Thread Divya Manian
On 4/9/09 3:35 PM, "David Laakso" wrote: > Climis, Tim wrote: >> I've got a newsletter that includes interviews in a Q and A format. >> >> Usually, there's a question with a "Q:" in front of it, and then an answer >> with an "A:". But I just discovered an interview with two people that goes: >>

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 wrote: > Lol sry > > I ddint use a parent but even though the text in the is not > wrapping, meaning I want it to

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" 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 > "double". This gives

Re: [css-d] removing input background color

2009-04-01 Thread divya manian
On Wed, Apr 1, 2009 at 9:37 AM, divya manian wrote: > 2009/4/1 Chris Kavinsky : >> 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

Re: [css-d] removing input background color

2009-04-01 Thread divya manian
2009/4/1 Chris Kavinsky : > 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 in Opera 9.6 - d

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

2009-04-01 Thread Divya Manian
On 3/30/09 4:20 PM, "Bobby Jack" wrote: > > --- On Mon, 3/30/09, Michael Beaudoin 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 need. I think the best would be to

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" 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 that the comp calls >

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

2009-03-30 Thread divya manian
2009/3/30 Nancy Johnson : > 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 changes the te

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

2009-03-30 Thread Divya Manian
On 3/26/09 3:00 PM, "Anne McKinsey" 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 space: > >

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" 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 code is quite si

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 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 confirm that t

Re: [css-d] IE and png transparency

2009-03-27 Thread divya manian
On Fri, Mar 27, 2009 at 7:22 AM, Nick Fitzsimons wrote: > If you need to support PNG transparency in IE6, you want the > AlphaImageLoader filter [1] [2] [3]. > > [1] > [2] > [3]

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

2009-03-18 Thread Divya Manian
On 3/18/09 9:45 PM, "Pablo Augusto" 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 no sucess, can

Re: [css-d] Transparency in pre IE7

2009-02-04 Thread Divya Manian
On 2/4/09 2:32 PM, "Tim Arnold" 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 there > is anyway