Add To Faves extension and CSS

Ask a Question related to Macromedia Exchange Dreamweaver Extensions, Design and Development.

  1. #1

    Default Add To Faves extension and CSS

    I'm using Add To Faves 1.0 by Hal Pawluk, and CSS... the problem is that when
    the popup for Faves opens in Netscape, it retains the style for CSS eg:
    background color making the text illegible... I tried assigning a class in the
    header tag that doesn't work. Heres the head tag: <script
    language='JavaScript'> <!-- function AddToFaves_hp(){ var is_4up =
    parseInt(navigator.appVersion); var is_mac =
    navigator.userAgent.toLowerCase().indexOf('mac')!=-1; var is_ie =
    navigator.userAgent.toLowerCase().indexOf('msie')! =-1; var thePage =
    location.href; if (thePage.lastIndexOf('#')!=-1) thePage =
    thePage.substring(0,thePage.lastIndexOf('#')); if (is_ie &amp;&amp; is_4up
    &amp;&amp; !is_mac) window.external.AddFavorite(thePage,document.title );
    else if (is_ie || document.images) booker_hp =
    window.open(thePage,'booker_','menubar,width=325,h eight=100,left=140,top=60','td
    class=splashArea'); //booker_hp.focus(); } //--> </script> I also tried
    assigning a class in the body tag... that didn't work either... Body tag:
    <SCRIPT language='JavaScript' name='AddToFaves_hp'> if
    (window.name=='booker_'){ var pre_fix = document.images? '<BR>':'';
    document.write(pre_fix + '<P align='center' class='splashArea'>' + 'Use the
    menu or ctrl/cmd-D now <BR>to bookmark the page then <BR>' + '<A
    href='javascript:window.close();'>close this window</A></p>' +
    '<P>&amp;nbsp;</P><P>&amp;nbsp;</P><P>&amp;nbsp;</P><P>&amp;nbsp;</P><P>&amp;nbs
    p;</P>'); } </script> Any ideas?

    intertec Guest

  2. Similar Questions and Discussions

    1. DM6.0 Extension Manager v1.2.107 not d/l newer extension
      Hi Folks, I have not been on line due to back surgery and recovery (ouch, yes it still hurts) I have tried to down load some newer navigation aids...
    2. Try to get rid of .cfm extension
      Good morning, I like to suppress the .cfm page extension in the URL. For example, http://.../test.cfm to http://.../test How do I do that? ...
    3. #26240 [Opn->Bgs]: Functions of XSL-extension didn't loaded, however itself extension was loaded.
      ID: 26240 Updated by: chregu@php.net Reported By: igor_udintsev at mail dot ru -Status: Open +Status: ...
    4. #26240 [NEW]: Functions of XSL-extension didn't loaded, however itself extension was loaded.
      From: igor_udintsev at mail dot ru Operating system: Linux Red Hat 9 PHP version: 5.0.0b2 (beta2) PHP Bug Type: XSLT related...
    5. Is .dcr extension = Director file extension ?
      I'm a newbie and saw some files on a website ending in .dcr... 1 - Is the .dcr file type a Macromedia Director file? 2 - Does it take the...
  3. #2

    Default Re: Add To Faves extension and CSS

    intertec wrote:
    > I'm using Add To Faves 1.0 by Hal Pawluk, and CSS... the problem is that when
    > the popup for Faves opens in Netscape, it retains the style for CSS eg:
    > background color making the text illegible... I tried assigning a class in the
    > header tag that doesn't work.
    The issue is likely to do with the way you have the CSS scpeified in
    your page. Can you post a link to your page?


    --
    Danilo Celic
    | Extending Knowledge, Daily [url]http://CommunityMX.com/[/url]
    danilocelic *TMM* Guest

  4. #3

    Default Re: Add To Faves extension and CSS

    Yeah, it's [url]http://www.moissanite.us[/url]
    intertec Guest

  5. #4

    Default Re: Add To Faves extension and CSS

    intertec wrote:
    > Yeah, it's [url]http://www.moissanite.us[/url]
    I don't see the probelm that you're talking about in Mozilla and
    Firefox. You mentino Netscape, which specific browser version are you
    talking about when this occurs?

    --
    Danilo Celic
    | Extending Knowledge Daily : [url]http://CommunityMX.com/[/url]
    | Team Macromedia for Dreamweaver : [url]http://macromedia.com/go/team/[/url]
    danilocelic *TMM* Guest

Posting Permissions

  • You may not post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139