Ask a Question related to Macromedia Dreamweaver, Design and Development.
-
Joe {RoastHorse} #1
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...all.> 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 atthere> Generally, NS is pretty horrible at picking up a lot of the styles. Is> a work-around for this?
>
> Thanks in advance,
> Douglas Evans
>
>
Joe {RoastHorse} Guest
-
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... -
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... -
Bullets on a PC
Does anyone know if there is a keyboard shortcut for creating bullets on a PC? -
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... -
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... -
Douglas Evans #2
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...> all.> > 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> there> > Generally, NS is pretty horrible at picking up a lot of the styles. Is>> > a work-around for this?
> >
> > Thanks in advance,
> > Douglas Evans
> >
> >
>
Douglas Evans Guest
-
Joe {RoastHorse} #3
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...displays> Thanks Joe,
>
> Can you tell me how to "@import your css to hide it from nn4 so nn4at> 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>> > all.> > there> > > Generally, NS is pretty horrible at picking up a lot of the styles. Is> >> > > a work-around for this?
> > >
> > > Thanks in advance,
> > > Douglas Evans
> > >
> > >
> >
>
Joe {RoastHorse} Guest
-
Douglas Evans #4
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...or> you can do it all from the dreamweaver css palette (check the help files)plain> 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...> displays> > Thanks Joe,
> >
> > Can you tell me how to "@import your css to hide it from nn4 so nn4> > 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 displaysof> > > 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 kindIs> at> > > > attribute for bullets? The font, bullet image, etc. does not display> > > all.
> > > > Generally, NS is pretty horrible at picking up a lot of the styles.>> >> > > there
> > > > a work-around for this?
> > > >
> > > > Thanks in advance,
> > > > Douglas Evans
> > > >
> > > >
> > >
> > >
> >
>
Douglas Evans Guest



Reply With Quote

