Re: [css-d] slideshow positioning problem

2011-04-19 Thread Theresa Newman
it is looking for your javascript here http://web648.dark.plainblack.net/home/slidefadinger.js and not finding it make sure you have the css in place as well On Tue, Apr 19, 2011 at 5:25 PM, Jody Levinson wrote: > Hi everyone, > > I'm trying to get a css slideshow working on this page: > htt

Re: [css-d] can't click links in IE

2010-10-25 Thread Theresa Newman
if you don't wish to cut up images you can position each absolutely over the large image. give them display block and a height and width On Mon, Oct 25, 2010 at 1:32 PM, Tim Arnold wrote: > If you add "display: block;" to the styles governing those empty tags > you should be able to click on t

Re: [css-d] 'Reverse' adjacent sibling selector?

2010-10-01 Thread Theresa Newman
why not add a class to the p tag? and style with css? On Fri, Oct 1, 2010 at 1:08 PM, Ryan wrote: > CSS does not navigate in reverse. You would need xpath, JavaScript, or > modified HTML structure for what you have described. > > On Oct 1, 2010, at 5:29 AM, Daniel Baars wrote: > > > Hello, > >

Re: [css-d] help with z-index

2010-07-22 Thread Theresa Newman
it's about context, if you add z-index:2000 to div#navcontainer you will be good, This is the same z-index as outercontentcontainer, which is in the same context. I suppose the later one in the rendering ends up on top. you can even remove all z-index of divs under the outercontentcontainer. And w

[css-d] zindex, opacity and iframes

2010-04-23 Thread Theresa Newman
I'm working on an interesting problem and cannot find good info via google. I wonder if I can get some authoritative info here ;) I have a navigation, css based, with opacity on the drop down. It is positioned with z-index of 200. Below it in the main body of the page is an iframe containing a fla

Re: [css-d] Spacing Tips needed

2010-01-19 Thread Theresa Newman
in wordpress you have access to the css in the them folder under wp-content. You can overide css there. hope that helps a little On Tue, Jan 19, 2010 at 11:32 AM, MarvinC wrote: > Anyone have any tips for dealing with "space" that appears in text > surrounded by tables in Wordpress? I've got on

Re: [css-d] suckerfish problem in IE7

2010-01-14 Thread Theresa Newman
2:55 PM, Thierry Koblentz < thierry.koble...@gmail.com> wrote: > Theresa Newman wrote: > >> Hi Alan, > >> I tried the simple suggestion to convert the left value to a percentage > to > >> hide the submenu, but I still see stickiness.My simple page is below.

Re: [css-d] suckerfish problem in IE7

2010-01-12 Thread Theresa Newman
these work or are they to all be used? thanks so much Theresa On Tue, Jan 12, 2010 at 1:26 PM, David Laakso wrote: > Theresa Newman wrote: > >> At work we want to use the suckerfish dropdown menu to update a website. >> There is one problem in IE7 that is a mystery. >>

[css-d] suckerfish problem in IE7

2010-01-12 Thread Theresa Newman
Hi most helpful of lists! At work we want to use the suckerfish dropdown menu to update a website. There is one problem in IE7 that is a mystery. You can recreate it at this sample site http://htmldog.com/articles/suckerfish/dropdowns/example/bones1.html# by following these steps: -hover over any

Re: [css-d] :: makeready ::

2009-12-22 Thread Theresa Newman
it seems to lean to the right (more white space on left than right) On Tue, Dec 22, 2009 at 2:01 PM, David Laakso wrote: > I'd appreciate your comments and suggestions on this site. > > > Best, > ~d > ___

Re: [css-d] Help with IE8 and a caption for images

2009-12-09 Thread Theresa Newman
eriting. > > So, Theresa or anyone else: any idea why IE8 had a problem with this but > FF and Chrome did not? Gotta be the rendering agent, but I'd be interested > to know what the precise issue is. > > > Skip Knox > Boise State University > > > > On Wed, D

[css-d] suckerfish woes

2009-11-28 Thread Theresa Newman
Hello all, this list has been so helpful, I wonder if you might offer some help on the navigation I am working on, latest and greatest is here http://theresaweb.com/rowny-test/ (please ignore everything below the nav, it's a mess) Questions: 1. in IE the hover a of the submenu should be underlined

[css-d] rendering fonts from psd to css

2009-10-13 Thread Theresa Newman
I have a design in a psd that uses Arial Bold as the font but also uses Strong as the anti-aliasing method. I know I can use Arial as the font-family and bold as the font-weight but is there any way to add the strong anti-aliasing attribute? Theresa