Re: [videoblogging] CSS question

2007-04-05 Thread Charles Iliya Krempeaux
Hello Milt,

Off the top of my head, I don't know which browser version do and
don't support this, but you can use "list-style-image" to use image as
a list bullet.

Here's an example...

ul {
list-style-image: url("bullet.png");
}


Hope that helps.


See ya


On 4/5/07, Milt Lee <[EMAIL PROTECTED]> wrote:
>
> Can you use images instead of words for lists with CSS?  In other
>  words, I want to do a list using a type that isn't very common in
>  browsers, so I thought I would create a series of png's to use as my
>  links.  Or am I just being nuts, and should just stick to a table.  I
>  am really just trying to avoid all the code of javascript to do some
>  simple rollover effects.
>
>  Thanks,
>  Milt Lee



-- 
Charles Iliya Krempeaux, B.Sc.

charles @ reptile.ca
supercanadian @ gmail.com

developer weblog: http://ChangeLog.ca/
___
 Make Televisionhttp://maketelevision.com/

___
 Cars, Motorcycles, Trucks, and Racing...   http://tirebiterz.com/


Re: [videoblogging] CSS question

2007-04-05 Thread Markus Sandy
hi milt,

yes, you can use images in lists

lots of ways to do that

a great resource for seeing what people can do with css, check out 
http://csszengarden.com

many of the stylesheet examples there replace text with images

general question for the list: several "garden" type sites have become 
popular over the past few years.  What would be the equivalent for the 
vlogosphere?  would it be a bunch of vlogging wordpress templates like 
vlogsplosion?


markus

On Apr 5, 2007, at 9:06 AM, Milt Lee wrote:

> Can you use images instead of words for lists with CSS? In other
>  words, I want to do a list using a type that isn't very common in
>  browsers, so I thought I would create a series of png's to use as my
>  links. Or am I just being nuts, and should just stick to a table. I
>  am really just trying to avoid all the code of javascript to do some
>  simple rollover effects.
>
>  Thanks,
>  Milt Lee
>
> 
> ___


--
http://SpinXpress.com/Markus_Sandy
http://Ourmedia.org/Markus_Sandy


[Non-text portions of this message have been removed]



[videoblogging] CSS question

2007-04-05 Thread Milt Lee
Can you use images instead of words for lists with CSS?  In other
words, I want to do a list using a type that isn't very common in
browsers, so I thought I would create a series of png's to use as my
links.  Or am I just being nuts, and should just stick to a table.  I
am really just trying to avoid all the code of javascript to do some
simple rollover effects.

Thanks,
Milt Lee



Re: [videoblogging] CSS

2005-08-15 Thread Siobhan Ramsey




Thanks, I'll check it out
--- Anders Clerwall <[EMAIL PROTECTED]> wrote:


-
On 8/15/05, Siobhan Ramsey
<[EMAIL PROTECTED]> wrote:
> I have dreamweaver, funny I was just thinging about
> using it for this..but what I reallyneed is
something
> that can help me learn cSS by reverse engineering.

I often use the EditCSS extension for FireFox while
editing, since it
gives me instant results:
http://editcss.mozdev.org/

What I mean by "instant results" is that it shows you
the result as
you edit the CSS, which is neat.
Then when you're satisfied, just copy the CSS text
into your actual CSS file.

I love it.
-- 
Anders Clerwall
blog: http://iscav.com/
vlog: http://randomshow.com/
  

  SPONSORED LINKS  
   
Individual    Fireant 
  Explains    
    
    
-
  YAHOO! GROUPS LINKS

  
    Visit your group "videoblogging" on the web.
   
    To unsubscribe from this group, send an email to:
 [EMAIL PROTECTED]
   
    Your use of Yahoo! Groups is subject to the Yahoo!
Terms of Service.

  
-





    
___ 
To help you stay safe and secure online, we've developed the all new Yahoo! Security Centre. http://uk.security.yahoo.com



  




  
  
  YAHOO! GROUPS LINKS



   Visit your group "videoblogging" on the web. 
   To unsubscribe from this group, send an email to: [EMAIL PROTECTED] 
   Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.



  












Re: [videoblogging] CSS

2005-08-15 Thread Anders Clerwall




On 8/15/05, Siobhan Ramsey <[EMAIL PROTECTED]> wrote:
> I have dreamweaver, funny I was just thinging about
> using it for this..but what I reallyneed is something
> that can help me learn cSS by reverse engineering.

I often use the EditCSS extension for FireFox while editing, since it
gives me instant results:
http://editcss.mozdev.org/

What I mean by "instant results" is that it shows you the result as
you edit the CSS, which is neat.
Then when you're satisfied, just copy the CSS text into your actual CSS file.

I love it.
-- 
Anders Clerwall
blog: http://iscav.com/
vlog: http://randomshow.com/






  
  
SPONSORED LINKS
  
  
  

Individual
  
  
Fireant
  
  
Explains
  
  

   
  







  
  
  YAHOO! GROUPS LINKS



   Visit your group "videoblogging" on the web. 
   To unsubscribe from this group, send an email to: [EMAIL PROTECTED] 
   Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.



  











Re: [videoblogging] CSS

2005-08-15 Thread Siobhan Ramsey




I have dreamweaver, funny I was just thinging about
using it for this..but what I reallyneed is something
that can help me learn cSS by reverse engineering.

Siobhan



--- Joshua Kinberg <[EMAIL PROTECTED]> wrote:


-
Dreamweaver has similar CSS editing capabilities.
I just use a text editor though...

-josh



On 8/15/05, Siobhan Ramsey
<[EMAIL PROTECTED]> wrote:
> That looks like a great idea.. is there a pc
version.
> Can the apple version let you unpick existing CSS
and
> learn ?
> 
> 
> --- Anne <[EMAIL PROTECTED]> wrote:
> 
> 
> -
> hey duncan!
> 
> have you (or anyone else here) tried Simple CSS? i'm
> lost when it
> comes to stuff like that too. found this on the
apple
> site and am
> thinking of giving it a try (don't know if you are a
> mac person. just
> assumed it ! :)
> 
>
http://www.apple.com/downloads/macosx/internet_utilities/simplecss.html
> 
> Anne
> http://nopractice.blogspot.com
> 
> --- In videoblogging@yahoogroups.com, duncan
speakman
> <[EMAIL PROTECTED]> wrote:
> > >
> > > View --> Source Code
> > >
> > > In that way you'll begin to understand html,
too.
> >
> >
> >
> > oh.. if only it was soo easy... i used to do it
like
> this when
> everyone used
> > basic html.. now that it's all CSS i'm having real
> difficulty...
> i've been
> > trying to get my 'alt' tags to be larger and in a
> different colour
> for ages
> > .. but i can;t find the code to do it.. or a way
to
> implement it
> anywhere..
> > i'm still trawling through CSS how to's.. but i
> really don't have
> enough
> > time.. too busy trying to make films and re-learn
> actionscript..!
> >
> > d
> >
> >
> > --
> > >
> 
> 
> 
> 
> 
> -
>   YAHOO! GROUPS LINKS
> 
> 
> Visit your group "videoblogging" on the web.
> 
> To unsubscribe from this group, send an email
to:
>  [EMAIL PROTECTED]
> 
> Your use of Yahoo! Groups is subject to the
Yahoo!
> Terms of Service.
> 
> 
> -
> 
> 
> 
> 
> 
> 
>
___
> To help you stay safe and secure online, we've
developed the all new Yahoo! Security Centre.
http://uk.security.yahoo.com
> 
> 
> 
> 
> Yahoo! Groups Links
> 
> 
> 
> 
> 
> 
>
  

  SPONSORED LINKS  
   
Individual    Fireant 
  Explains    
    
    
-
  YAHOO! GROUPS LINKS

  
    Visit your group "videoblogging" on the web.
   
    To unsubscribe from this group, send an email to:
 [EMAIL PROTECTED]
   
    Your use of Yahoo! Groups is subject to the Yahoo!
Terms of Service.

  
-





  
  
    
___ 
Yahoo! Messenger - NEW crystal clear PC to PC calling worldwide with voicemail http://uk.messenger.yahoo.com



  




  
  
  YAHOO! GROUPS LINKS



   Visit your group "videoblogging" on the web. 
   To unsubscribe from this group, send an email to: [EMAIL PROTECTED] 
   Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.



  











Re: [videoblogging] CSS

2005-08-15 Thread Joshua Kinberg




Dreamweaver has similar CSS editing capabilities.
I just use a text editor though...

-josh



On 8/15/05, Siobhan Ramsey <[EMAIL PROTECTED]> wrote:
> That looks like a great idea.. is there a pc version.
> Can the apple version let you unpick existing CSS and
> learn ?
> 
> 
> --- Anne <[EMAIL PROTECTED]> wrote:
> 
> 
> -
> hey duncan!
> 
> have you (or anyone else here) tried Simple CSS? i'm
> lost when it
> comes to stuff like that too. found this on the apple
> site and am
> thinking of giving it a try (don't know if you are a
> mac person. just
> assumed it ! :)
> 
> http://www.apple.com/downloads/macosx/internet_utilities/simplecss.html
> 
> Anne
> http://nopractice.blogspot.com
> 
> --- In videoblogging@yahoogroups.com, duncan speakman
> <[EMAIL PROTECTED]> wrote:
> > >
> > > View --> Source Code
> > >
> > > In that way you'll begin to understand html, too.
> >
> >
> >
> > oh.. if only it was soo easy... i used to do it like
> this when
> everyone used
> > basic html.. now that it's all CSS i'm having real
> difficulty...
> i've been
> > trying to get my 'alt' tags to be larger and in a
> different colour
> for ages
> > .. but i can;t find the code to do it.. or a way to
> implement it
> anywhere..
> > i'm still trawling through CSS how to's.. but i
> really don't have
> enough
> > time.. too busy trying to make films and re-learn
> actionscript..!
> >
> > d
> >
> >
> > --
> > >
> 
> 
> 
> 
> 
> -
>   YAHOO! GROUPS LINKS
> 
> 
> Visit your group "videoblogging" on the web.
> 
> To unsubscribe from this group, send an email to:
>  [EMAIL PROTECTED]
> 
> Your use of Yahoo! Groups is subject to the Yahoo!
> Terms of Service.
> 
> 
> -
> 
> 
> 
> 
> 
> 
> ___
> To help you stay safe and secure online, we've developed the all new Yahoo! Security Centre. http://uk.security.yahoo.com
> 
> 
> 
> 
> Yahoo! Groups Links
> 
> 
> 
> 
> 
> 
>






  
  
SPONSORED LINKS
  
  
  

Individual
  
  
Fireant
  
  
Explains
  
  

   
  







  
  
  YAHOO! GROUPS LINKS



   Visit your group "videoblogging" on the web. 
   To unsubscribe from this group, send an email to: [EMAIL PROTECTED] 
   Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.



  











[videoblogging] CSS

2005-08-15 Thread Siobhan Ramsey




That looks like a great idea.. is there a pc version. 
Can the apple version let you unpick existing CSS and
learn ?


--- Anne <[EMAIL PROTECTED]> wrote:


-
hey duncan!

have you (or anyone else here) tried Simple CSS? i'm
lost when it
comes to stuff like that too. found this on the apple
site and am
thinking of giving it a try (don't know if you are a
mac person. just
assumed it ! :)

http://www.apple.com/downloads/macosx/internet_utilities/simplecss.html

Anne
http://nopractice.blogspot.com

--- In videoblogging@yahoogroups.com, duncan speakman
<[EMAIL PROTECTED]> wrote:
> > 
> > View --> Source Code
> > 
> > In that way you'll begin to understand html, too.
> 
> 
> 
> oh.. if only it was soo easy... i used to do it like
this when
everyone used 
> basic html.. now that it's all CSS i'm having real
difficulty...
i've been 
> trying to get my 'alt' tags to be larger and in a
different colour
for ages 
> .. but i can;t find the code to do it.. or a way to
implement it
anywhere.. 
> i'm still trawling through CSS how to's.. but i
really don't have
enough 
> time.. too busy trying to make films and re-learn
actionscript..!
> 
> d
> 
> 
> --
> >



  
    
-
  YAHOO! GROUPS LINKS

  
    Visit your group "videoblogging" on the web.
   
    To unsubscribe from this group, send an email to:
 [EMAIL PROTECTED]
   
    Your use of Yahoo! Groups is subject to the Yahoo!
Terms of Service.

  
-





    
___ 
To help you stay safe and secure online, we've developed the all new Yahoo! Security Centre. http://uk.security.yahoo.com



  




  
  
  YAHOO! GROUPS LINKS



   Visit your group "videoblogging" on the web. 
   To unsubscribe from this group, send an email to: [EMAIL PROTECTED] 
   Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.