[css-d] Text-indent and 100% height issues

2011-10-07 Thread John
At the page linked below, I have a Major paragraph head, a bold sub-head and a little paragraph. Link: http://coffeeonmars.com/testing/Fix_WPR_Wire.html In order to get all 3 to left-align with each other and with the headline type in the top gray bar, I used margin values for the left to scoo

Re: [css-d] help with the last item in a menu sprite

2011-10-07 Thread Debbie Campbell
That's close - I changed that last image li width from 108 to 99, but then I remeasured and found that two of the items were coming it at 202.5px and 97.5px. I rounded down and that fixed it, thanks for the help. -- Debbie On 10/7/2011 5:17 PM, Tom Livingston wrote: The UL has a width of 960

Re: [css-d] help with the last item in a menu sprite

2011-10-07 Thread Tom Livingston
The UL has a width of 960 and the s add up to 969, unless it's just too late in the day for me to do math. Maybe that's it? On Fri, Oct 7, 2011 at 6:56 PM, Debbie Campbell wrote: > The 'Contact' a:hover effect is showing up on the bottom left below the menu > bar - there are no HTML errors, and

[css-d] help with the last item in a menu sprite

2011-10-07 Thread Debbie Campbell
The 'Contact' a:hover effect is showing up on the bottom left below the menu bar - there are no HTML errors, and I can't immediately see what's happening to cause it to shift: http://www.redkitecreative.com/projects/paramaya/solution/for-clients/ Can someone help? -- Debbie Campbell www.red

Re: [css-d] Problem aligning list

2011-10-07 Thread Brian Jones
>On Fri, Oct 7, 2011 at 2:49 AM, Chetan Crasta wrote: > The height of the is 17px in Firefox but only 8px in Chrome. This can be > fixed by this: > #projects-nav li a { height: 17px;} > Regards, > Chetan Crasta Thanks that worked great... -- -bdot "There are only 10 kinds of people in this wo

Re: [css-d] "Expression" hack for IE quirk?

2011-10-07 Thread G.Sørtun
On 07.10.2011 17:56, Keith Purtell wrote: I'm curious as to what some of you may think of this method I saw for handling IE's refusal to recognize max/min-width? I had never heard of an expression hack. I have used, and still use, expressions for on sites that should/must provide maximum supp

Re: [css-d] "Expression" hack for IE quirk?

2011-10-07 Thread David Laakso
On 10/7/11 11:56 AM, Keith Purtell wrote: I'm curious as to what some of you may think of this method I saw for handling IE's refusal to recognize max/min-width? I had never heard of an expression hack. * html #wrapper { width: expression( document . body . clientWidth < 972 ? "970px": "

[css-d] "Expression" hack for IE quirk?

2011-10-07 Thread Keith Purtell
I'm curious as to what some of you may think of this method I saw for handling IE's refusal to recognize max/min-width? I had never heard of an expression hack. * html #wrapper { width: expression( document . body . clientWidth < 972 ? "970px": "auto" ); } - Keith Purtell ___

Re: [css-d] Problem aligning list

2011-10-07 Thread Philippe Wittenbergh
On Oct 7, 2011, at 12:25 PM, Brian Jones wrote: > I am having an issue aligning the background image(the dash) for the > li elements (previous and next) on the projects page. Everything > aligns ok in firefox but in chrome its not aligning correctly > > http://www.aandac.com/boilerplate_2_0/inde