Netscape 4, CSS, & bullets

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

  1. #1

    Default Re: Netscape 4, CSS, & bullets

    because nn4 is a very old browser (before standards were adopted).
    my solution - @import your css to hide it from nn4 so nn4 displays plain
    default html.

    joe




    "Douglas Evans" <ewheeler@houston.rr.com> wrote in message
    news:bg5qgf$74t$1@forums.macromedia.com...
    > Hello everyone,
    >
    > Why won't style sheets display correctly in NS4 when using any kind of
    > attribute for bullets? The font, bullet image, etc. does not display at
    all.
    > Generally, NS is pretty horrible at picking up a lot of the styles. Is
    there
    > a work-around for this?
    >
    > Thanks in advance,
    > Douglas Evans
    >
    >

    Joe {RoastHorse} Guest

  2. Similar Questions and Discussions

    1. Help with indenting bullets
      Easy question I know. I have created a bulleted list but dreamweaver indents the bullet quite far, how do I reduce the size of the indent, I...
    2. square bullets
      Hi everyone, I need to create a bulleted list using a square style bullet but in the bullets and numbering dialogue it doesn't offer this style of...
    3. Bullets on a PC
      Does anyone know if there is a keyboard shortcut for creating bullets on a PC?
    4. bullets in flashMX
      have posted in the actionscript forum, but can anyone help me here. Have bullets in actionscript flashMX with scrollbar. When put the <li> tag it...
    5. Using Bullets in .TXT files
      Hi there - Does anyone know how to get bullets to show up in external text files? I tried URL encoding using %95 but it doesn't work. I also used...
  3. #2

    Default Re: Netscape 4, CSS, & bullets

    Thanks Joe,

    Can you tell me how to "@import your css to hide it from nn4 so nn4 displays
    plain default html"? Is there a tutorial or a line of script?

    Thanks, I really appreciate it.

    Douglas Evans


    "Joe {RoastHorse}" <joe@roast-horse.com> wrote in message
    news:bg5rb2$92p$1@forums.macromedia.com...
    > because nn4 is a very old browser (before standards were adopted).
    > my solution - @import your css to hide it from nn4 so nn4 displays plain
    > default html.
    >
    > joe
    >
    >
    >
    >
    > "Douglas Evans" <ewheeler@houston.rr.com> wrote in message
    > news:bg5qgf$74t$1@forums.macromedia.com...
    > > Hello everyone,
    > >
    > > Why won't style sheets display correctly in NS4 when using any kind of
    > > attribute for bullets? The font, bullet image, etc. does not display at
    > all.
    > > Generally, NS is pretty horrible at picking up a lot of the styles. Is
    > there
    > > a work-around for this?
    > >
    > > Thanks in advance,
    > > Douglas Evans
    > >
    > >
    >
    >

    Douglas Evans Guest

  4. #3

    Default Re: Netscape 4, CSS, & bullets

    you can do it all from the dreamweaver css palette (check the help files) or
    by hand eg:

    create styles in a new css file (my_stylesheet.css)

    import in html <head> section:

    <style>
    <!--
    @import url(my_stylesheet.css);
    -->
    </style>

    joe





    "Douglas Evans" <ewheeler@houston.rr.com> wrote in message
    news:bg5u6p$fo4$1@forums.macromedia.com...
    > Thanks Joe,
    >
    > Can you tell me how to "@import your css to hide it from nn4 so nn4
    displays
    > plain default html"? Is there a tutorial or a line of script?
    >
    > Thanks, I really appreciate it.
    >
    > Douglas Evans
    >
    >
    > "Joe {RoastHorse}" <joe@roast-horse.com> wrote in message
    > news:bg5rb2$92p$1@forums.macromedia.com...
    > > because nn4 is a very old browser (before standards were adopted).
    > > my solution - @import your css to hide it from nn4 so nn4 displays plain
    > > default html.
    > >
    > > joe
    > >
    > >
    > >
    > >
    > > "Douglas Evans" <ewheeler@houston.rr.com> wrote in message
    > > news:bg5qgf$74t$1@forums.macromedia.com...
    > > > Hello everyone,
    > > >
    > > > Why won't style sheets display correctly in NS4 when using any kind of
    > > > attribute for bullets? The font, bullet image, etc. does not display
    at
    > > all.
    > > > Generally, NS is pretty horrible at picking up a lot of the styles. Is
    > > there
    > > > a work-around for this?
    > > >
    > > > Thanks in advance,
    > > > Douglas Evans
    > > >
    > > >
    > >
    > >
    >
    >

    Joe {RoastHorse} Guest

  5. #4

    Default Re: Netscape 4, CSS, & bullets

    Thanks Joe. I appreciate it.

    Douglas Evans


    "Joe {RoastHorse}" <joe@roast-horse.com> wrote in message
    news:bg606h$k8s$1@forums.macromedia.com...
    > you can do it all from the dreamweaver css palette (check the help files)
    or
    > by hand eg:
    >
    > create styles in a new css file (my_stylesheet.css)
    >
    > import in html <head> section:
    >
    > <style>
    > <!--
    > @import url(my_stylesheet.css);
    > -->
    > </style>
    >
    > joe
    >
    >
    >
    >
    >
    > "Douglas Evans" <ewheeler@houston.rr.com> wrote in message
    > news:bg5u6p$fo4$1@forums.macromedia.com...
    > > Thanks Joe,
    > >
    > > Can you tell me how to "@import your css to hide it from nn4 so nn4
    > displays
    > > plain default html"? Is there a tutorial or a line of script?
    > >
    > > Thanks, I really appreciate it.
    > >
    > > Douglas Evans
    > >
    > >
    > > "Joe {RoastHorse}" <joe@roast-horse.com> wrote in message
    > > news:bg5rb2$92p$1@forums.macromedia.com...
    > > > because nn4 is a very old browser (before standards were adopted).
    > > > my solution - @import your css to hide it from nn4 so nn4 displays
    plain
    > > > default html.
    > > >
    > > > joe
    > > >
    > > >
    > > >
    > > >
    > > > "Douglas Evans" <ewheeler@houston.rr.com> wrote in message
    > > > news:bg5qgf$74t$1@forums.macromedia.com...
    > > > > Hello everyone,
    > > > >
    > > > > Why won't style sheets display correctly in NS4 when using any kind
    of
    > > > > attribute for bullets? The font, bullet image, etc. does not display
    > at
    > > > all.
    > > > > Generally, NS is pretty horrible at picking up a lot of the styles.
    Is
    > > > there
    > > > > a work-around for this?
    > > > >
    > > > > Thanks in advance,
    > > > > Douglas Evans
    > > > >
    > > > >
    > > >
    > > >
    > >
    > >
    >
    >

    Douglas Evans 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