[css-d] Let's compare books

2008-08-21 Thread Melissa Meyer


hi css,

I'd like to connect with you on Goodreads so we can share book recommendations.

http://www.goodreads.com/friend/[EMAIL PROTECTED]i=LTM2MDY4NDY4NDU6MzEy
n=cssutm_medium=emailutm_source=invite

- Melissa
([EMAIL PROTECTED])




To opt-out of future invites to Goodreads please follow this link: 
http://www.goodreads.com/user/block_email?inviter_id=257109utm_medium=emailutm_source=invite
   



This email was sent by request to [EMAIL PROTECTED]


__
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/


[css-d] bulleted list problem in FF

2006-11-13 Thread Melissa Meyer
The bullets for my bulleted list will not show up in FF/mac. Everything is
fine in IE6/Win.

My question is related to the following div's:

#listnodeco {

   
#listdeco {


One is for lists without bullets/decoration and one is for with
bullets/decoration. You can find them in the css. I have put in a red arrow
for the bullet and everything is fine in IE. In FF the bullet/arrow is not
showing up. It does show up if I put it in the background of #listdeco li
{
but I don't want to do that because then if the bulleted item is longer
than one line it won't indent the second line. If anyone can help, I would
appreciate it. 

Here is the link to a page where there should be red arrow bullets in FF:

http://www2test.ku.edu/~kueafin/passion/academics_campuses/main_campus_lawre
nce/

Here is the css: (the related div's are halfway down the list)

http://www2test.ku.edu/~kueafin/css/screen2.css

Thanks,
Melissa

__
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
IE7 information -- http://css-discuss.incutio.com/?page=IE7
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/


[css-d] leading between paragraphs

2006-11-13 Thread Melissa Meyer
Dear list:

How is the best way to control spacing between paragraphs or leading for
those of you who know the term?

Right now I am using br / and it is a little too much space for me. How
could I do this another way??

Thanks,
Melissa

__
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
IE7 information -- http://css-discuss.incutio.com/?page=IE7
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/


Re: [css-d] leading between paragraphs

2006-11-13 Thread Melissa Meyer
Thanks. That does help. I feel better about controlling it that way instead.
-Melissa


On 11/13/06 4:51 PM, Dave Goodchild [EMAIL PROTECTED] wrote:

 Use margins / padding. I tend to use margin-bottom: 1em for paragraphs which
 works fine for me. Look into margin collapsing to see why adding top and
 bottom margins is redundant in most cases. Leading is controlled by the
 line-height property in css and refers to space between lines, not paragraphs.
 
 Hope this helps?
 
 On 11/13/06, Melissa Meyer [EMAIL PROTECTED] wrote:
 Dear list:
 
 How is the best way to control spacing between paragraphs or leading for
 those of you who know the term?
 
 Right now I am using br / and it is a little too much space for me. How
 could I do this another way??
 
 Thanks,
 Melissa
 
 __
 css-discuss [EMAIL PROTECTED]
 http://www.css-discuss.org/mailman/listinfo/css-d
 IE7 information -- http://css-discuss.incutio.com/?page=IE7
 List wiki/FAQ -- http://css-discuss.incutio.com/
 Supported by evolt.org http://evolt.org  --
 http://www.evolt.org/help_support_evolt/
 
 


__
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
IE7 information -- http://css-discuss.incutio.com/?page=IE7
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/


[css-d] csshover.htc

2006-11-06 Thread Melissa Meyer
Thank you for responding to my question. I have since figured it out and
that might be why some of you said it was working. Good to hear. I had to
use a .htaccess file on the root level of my site to tell the server what an
.htc file was and getting the paths right was key. That took me a bit to
figure out. Thanks!

Melissa

Old message:
 Okay. I have refrained from posting and tried everything I know of and have
 read about on previous posts to make this work, but nothing is working. I am
 using the latest csshover.htc which is Version 1.42.060206 to make the drop
 down menus work in IE. As I began to populate pages of the site (some of
 which live in sub folders for organization purposes) I noticed that the drop
 down menus do not work in IE on pages that are located in sub folders and
 not on the root level of the site. I have tried absolute paths, relative
 paths . . Basically whatever I have gotten my hands on, I have tried it. The
 real kicker is that this is not a problem in IE/7, but it is a problem in
 IE/6 which I still have to accommodate for.
 
 Here is my css where the csshover.htc file is located.
 
 body {
 
 background-image: url(../images/background3.gif);
 
 margin-top: 11px;
  
 background-repeat: repeat-x;
 
 background-color: #0067B1;/*ku blue*/
 
 margin-left: 0px;
  
 behavior: url(csshover.htc);
 
 }
 
 Here is the url of an shtml page that is stored several folders deep on the
 site and the drop downs do not work in IE/6.
 
 http://www2test.ku.edu/~kueafin/campuses_hospital/med_center_kc/index.shtml

__
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
IE7 information -- http://css-discuss.incutio.com/?page=IE7
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/


[css-d] csshover.htc

2006-11-03 Thread Melissa Meyer
Okay. I have refrained from posting and tried everything I know of and have
read about on previous posts to make this work, but nothing is working. I am
using the latest csshover.htc which is Version 1.42.060206 to make the drop
down menus work in IE. As I began to populate pages of the site (some of
which live in sub folders for organization purposes) I noticed that the drop
down menus do not work in IE on pages that are located in sub folders and
not on the root level of the site. I have tried absolute paths, relative
paths . . Basically whatever I have gotten my hands on, I have tried it. The
real kicker is that this is not a problem in IE/7, but it is a problem in
IE/6 which I still have to accommodate for.

Here is my css where the csshover.htc file is located.

body {

background-image: url(../images/background3.gif);

margin-top: 11px;
 
background-repeat: repeat-x;

background-color: #0067B1;/*ku blue*/

margin-left: 0px;
 
behavior: url(csshover.htc); 

}

Here is the url of an shtml page that is stored several folders deep on the
site and the drop downs do not work in IE/6.

http://www2test.ku.edu/~kueafin/campuses_hospital/med_center_kc/index.shtml

Any ideas???

Thanks so much!
Melissa

__
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
IE7 information -- http://css-discuss.incutio.com/?page=IE7
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/


[css-d] Pure CSS drop down menus in Safari

2006-10-30 Thread Melissa Meyer
Hello.

I might have asked this before, but I am still struggling with this and am
curious if anyone has dealt with this before. I have done my drop downs with
css only and they work beautifully in most browsers, even IE. . . But not in
Safari. Actually they still function in Safari, but they act weird when you
move the mouse down the menu over the flash that I have right below them.
Because adobe.com has the same problem (in Safari) I am guessing this is not
going to be easy to fix so I am open to alternatives, but I would like to
keep the css menus because they are so simple. If it were up to me I would
eliminate the flash, but I can't do that. Maybe there is another way to do
that basic flash without it being flash??

Here is the link to my site:

http://www2test.ku.edu/~kueafin/index.shtml

Please view in safari to see the problem.

Thanks,

Melissa

__
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
IE7 information -- http://css-discuss.incutio.com/?page=IE7
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/


[css-d] blinky buttons when mouse is over drop down menus in IE/Win

2006-10-26 Thread Melissa Meyer
Hi,

When you scroll over the Main Nav buttons across the top of the page in
IE/Win and then move the mouse down the list on the drop down the tab or
button is blinky. It works fine in Firefox. Does anyone have any idea why?

Url is:

http://www2test.ku.edu/~kueafin/index.shtml

I have this behavior on the body that I thought was taking care of this
before.

body {

background-image: url(../images/background3.gif);

margin-top: 11px;
 
background-repeat: repeat-x;

background-color: #0067B1;/*ku blue*/

margin-left: 0px;
 
behavior: url(css/csshover.htc): /* WinIE behavior call */ !important; 

}


Thanks,
Melissa

__
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
IE7 information -- http://css-discuss.incutio.com/?page=IE7
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/


Re: [css-d] blinky buttons when mouse is over drop down menus in IE/Win

2006-10-26 Thread Melissa Meyer
This is weird that this came through now and not yesterday when I posted it.
I have since figured this problem out and the answer is not related to css.
 Please ignore. . .

Melissa


On 10/25/06 3:20 PM, Melissa Meyer [EMAIL PROTECTED] wrote:

 Hi,
 
 When you scroll over the Main Nav buttons across the top of the page in
 IE/Win and then move the mouse down the list on the drop down the tab or
 button is blinky. It works fine in Firefox. Does anyone have any idea why?
 
 Url is:
 
 http://www2test.ku.edu/~kueafin/index.shtml
 
 I have this behavior on the body that I thought was taking care of this
 before.
 
 body {
 
 background-image: url(../images/background3.gif);
 
 margin-top: 11px;
  
 background-repeat: repeat-x;
 
 background-color: #0067B1;/*ku blue*/
 
 margin-left: 0px;
  
 behavior: url(css/csshover.htc): /* WinIE behavior call */ !important;
 
 }
 
 
 Thanks,
 Melissa
 
 __
 css-discuss [EMAIL PROTECTED]
 http://www.css-discuss.org/mailman/listinfo/css-d
 IE7 information -- http://css-discuss.incutio.com/?page=IE7
 List wiki/FAQ -- http://css-discuss.incutio.com/
 Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

__
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
IE7 information -- http://css-discuss.incutio.com/?page=IE7
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/


[css-d] email this page feature

2006-10-24 Thread Melissa Meyer
Everyone,

I am setting up an email this page feature on the site I am working on and
I would like to know everyone's opinion on their favorites methods of doing
this.

I found this example:

http://www.alistapart.com/articles/sendtofriend/

But, I don't have Access to a server with ASP and CDOMail which is a
prerequisite.

The other way I could do it is with java script which I don't completely
understand.

Here is another option:

From the code:
lia href=/mailfriend/30/15414/c211e708ba/ class=emailE-mail
story/a/li

css:
ul.story_tools li a.email {
background: 
url(http://media.kansan.com/edge/img/structure/toolbar/email.gif);
}
ul.story_tools li a.email:hover {
background: 
url(http://media.kansan.com/edge/img/structure/toolbar/email_hover.gif);
}

The question I have with this is did the developer have to manually enter
the a href=/mailfriend/30/15414/c211e708ba/ ?? That would mean a lot of
extra work and attention.

If anyone has done this out there please give me your opinion on which way
is the best way to complete this task.

Thanks for your help!

Melissa

__
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
IE7 information -- http://css-discuss.incutio.com/?page=IE7
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/


[css-d] swf priorities over css drop down menus

2006-10-17 Thread Melissa Meyer
Good Afternoon,

I am new to the list so I apologize in advance if I what I need help with is
redundant. I searched the archive for my problem, but had no luck.

The site that I am working on has css drop down menus in it and I just put
in an swf file that is beneath the menus on the page. In FF/Mac it looks
great. Internet Explorer loads everything just great, but when you roll over
the menus the items in the drop down fall behind the swf. The swf is the be
the difference image.

Here is the link to my test site:

http://www2test.ku.edu/~kueafin/index.html

The drop down menus should be in front of the be the difference swf. In
IE/win they are behind.

Any ideas?? I tried the z-index, but to no avail. Is there an IE hack for
this??

Thanks,
Melissa

__
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
IE7b2 testing hub -- http://css-discuss.incutio.com/?page=IE7
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/


[css-d] swf priorities over css drop down menus

2006-10-17 Thread Melissa Meyer
It still doesn't work in IE/Win.:(

Following the direction on this site:

http://www.anekostudios.com/2006/08/03/son-of-suckerfish-and-flash/

I did this:

div id=bethediffscript type=text/javascript
AC_FL_RunContent(
'codebase','http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.
cab#version=7,0,19,0','width','472','height','291','title','be the
difference','src','swf/be_the_difference','quality','high','pluginspage','ht
tp://www.macromedia.com/go/getflashplayer','movie','swf/be_the_difference'
); //end AC code
/scriptnoscriptobject
classid=clsid:D27CDB6E-AE6D-11cf-96B8-44455354
codebase=http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.ca
b#version=7,0,19,0 width=472 height=291 title=be the difference

param name=movie value=swf/be_the_difference.swf

param name=quality value=high
param name=wmode
value=transparent

embed src=swf/be_the_difference.swf wmode=transparent quality=high
pluginspage=http://www.macromedia.com/go/getflashplayer;
type=application/x-shockwave-flash width=472 height=291/embed

/object
  /noscript
/div

Did I put these items in the correct place???

'wmode=transparent
param name=wmode value=transparent

Thanks,
Melissa

__
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
IE7b2 testing hub -- http://css-discuss.incutio.com/?page=IE7
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/


[css-d] It works!!! swf priorities over css drop down menus

2006-10-17 Thread Melissa Meyer
I got it to work in IE/Win and FF/Mac. The menus act funny in Safari/mac
though. If anyone has any ideas as to why I would appreciate suggestions,
but I am grateful for help I received so far!

http://www2test.ku.edu/~kueafin/index.shtml

Melissa

__
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
IE7b2 testing hub -- http://css-discuss.incutio.com/?page=IE7
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/