[css-d] Absolute Positioning for all page containers okay?

2010-08-12 Thread Anne McKinsey
Greetings,

I'm setting up numerous web pages with a jquery photo gallery that  
needs AP for its main images. Is it okay to set up every container on  
the page with AP or are there potential problems with doing so? The  
pages look okay on various browsers and no errors on W3C validator,  
but I can't help but think I'm doing something horribly wrong.

Here is a page:
http://www.amckwebandprint.com/macdonald/portfolio/portfolio-knit- 
process.html
http://www.amckwebandprint.com/macdonald/portfolio/portfolio.css

Your advice is much appreciated,

A. McKinsey





__
css-discuss [cs...@lists.css-discuss.org]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
List policies -- http://css-discuss.org/policies.html
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/


[css-d] Flash header problem in IE

2009-03-26 Thread Anne McKinsey
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:

#header img {display: block}
#header {display: block}

Does anyone out there know what selector I can use that will close up  
the space for the Flash header?

Here are the pages (view on IE to see what I am referring to; there  
is no problem on Safari or FF):

page with Flash header:  http://www.bikeforike.org/index2.html
page with image header:  http://www.bikeforike.org/about_whatwedo.html
http://www.bikeforike.org/main.css

Thank you thank you thank you anne
__
css-discuss [cs...@lists.css-discuss.org]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
List policies -- http://css-discuss.org/policies.html
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/


[css-d] make accordion box open on mouseover

2009-03-26 Thread Anne McKinsey
Greetings,

I am building a site in Dreamweaver CS3 and am using its Spry  
accordion widget for a navigation bar and would really like to have  
the panels open when the header tabs are moused-over rather than when  
clicked. Does anyone know of a way to make this happen?

I can't find anything in Adobe Help, the css, or the js pages that  
controls this function. Any help would be much appreciated. Here is  
the site I am working on:

http://www.bikeforike.org/index2.html

http://www.bikeforike.org/SpryAssets/SpryAccordion.js

http://www.bikeforike.org/SpryAssets/SpryAccordion.css

Thanks so very much, Anne
__
css-discuss [cs...@lists.css-discuss.org]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
List policies -- http://css-discuss.org/policies.html
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/


Re: [css-d] make accordion box open on mouseover--works now

2009-03-26 Thread Anne McKinsey
Greetings again,

For anyone who may be interested: I've been able to make one simple  
change on the javascript to enable the accordion panels to open on  
mouseover rather than on click.

About half way down the page you see this line of code:
Spry.Widget.Accordion.prototype.onPanelClick = function(panel)

Change it to:
Spry.Widget.Accordion.prototype.onPanelTabMouseOver = function(panel)

Now the panels open when moused over--very cool!

Thanks very much for your help,

Anne

http://www.bikeforike.org/SpryAssets/SpryAccordion.js
http://www.bikeforike.org/index2.html

On Mar 26, 2009, at 7:01 PM, Anne McKinsey wrote:

 Greetings,

 I am building a site in Dreamweaver CS3 and am using its Spry
 accordion widget for a navigation bar and would really like to have
 the panels open when the header tabs are moused-over rather than when
 clicked. Does anyone know of a way to make this happen?

 I can't find anything in Adobe Help, the css, or the js pages that
 controls this function. Any help would be much appreciated. Here is
 the site I am working on:

 http://www.bikeforike.org/index2.html

 http://www.bikeforike.org/SpryAssets/SpryAccordion.js

 http://www.bikeforike.org/SpryAssets/SpryAccordion.css

 Thanks so very much, Anne
 __
 css-discuss [cs...@lists.css-discuss.org]
 http://www.css-discuss.org/mailman/listinfo/css-d
 List wiki/FAQ -- http://css-discuss.incutio.com/
 List policies -- http://css-discuss.org/policies.html
 Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

__
css-discuss [cs...@lists.css-discuss.org]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
List policies -- http://css-discuss.org/policies.html
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/


[css-d] gap under header in IE

2009-01-08 Thread Anne McKinsey
Greetings,

This is probably a common problem in IE but I cannot find a previous  
message in the archive for it.

There is a small gap of space (about 2px) below the header on this  
page in IE:

http://www.goldendragonhouse.com/specs.html
http://www.goldendragonhouse.com/main.css

Note that the nav bar box to the left has space above it anyway, but  
the photo to the right should come right under the header. Any ideas  
for fixing this?

Thanks very much--your help is always appreciated,

Anne


__
css-discuss [cs...@lists.css-discuss.org]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
List policies -- http://css-discuss.org/policies.html
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/


[css-d] SWF file has huge blank space in IE6

2008-12-16 Thread Anne McKinsey
Greetings,

Just uploaded a Flash file and it looks great in all browsers except  
IE6 where there is about 300 px of blank space just above it. Help!  
Any ideas of what I can do to repair this?

http://www.amckwebandprint.com/
http://www.amckwebandprint.com/Flash/AC_RunActiveContent.js

Thanks very much,

Anne

__
css-discuss [cs...@lists.css-discuss.org]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
List policies -- http://css-discuss.org/policies.html
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/


[css-d] downloading old browsers to test on

2008-11-26 Thread Anne McKinsey
How are all of you able to test on older browsers? I am unable to  
download older IE versions -- I get a message that because there is a  
newer version installed on my pc it will not let me install 6 and  
earlier.

Thanks much.

 From a newbie,

Anne
__
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
List policies -- http://css-discuss.org/policies.html
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/


Re: [css-d] downloading old browsers to test on

2008-11-26 Thread Anne McKinsey
On Nov 26, 2008, at 11:53 AM, Jack Timmons wrote:

 On Wed, Nov 26, 2008 at 10:47 AM, Anne McKinsey  
 [EMAIL PROTECTED] wrote:
 How are all of you able to test on older browsers? I am unable to
 download older IE versions -- I get a message that because there is a
 newer version installed on my pc it will not let me install 6 and
 earlier.

 Thanks much.

  From a newbie,

 Anne

 Anne,

 A bit OT, but to answer your question:

 http://tredosoft.com/Multiple_IE

 That works best for me. Condition comments work correctly, also, which
 was a problem with some other versions.

 -Jack

 -- 
 -Jack Timmons
 http://www.trotlc.com


Thanks everyone for your suggestions. I had used browsershots and  
wondered if there was an easier way; I'll try Multiple IE.

Thanks again,

Anne

__
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
List policies -- http://css-discuss.org/policies.html
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/