Home  |  About  | Last |  Submit  |  Contact
AllQuests.com

Previous Question:  any other sites similar to froogle  eCommerceNext Question:  Good CMS for simple website  Just Starting Your Design
Question Sitepoint menu ( SitePoint Forums Just Starting Your Design )
Updated: 2008-08-12 05:56:18 (6)
Sitepoint menu

Hi on sitepoint what are those triangle things in the menu like in the picture below they arent an image.


Answers: Sitepoint menu ( SitePoint Forums Just Starting Your Design )
Sitepoint menu

I'm pretty sure they are. you can do it wiht:

ul.yourStyle
{
list-style-image: url('yourImage.gif')
}

ses5909

Sitepoint menu

they are not images i viewed the source and also right clicked and clicked properties and it is not a image.

Mike4x4

Sitepoint menu

Hi, ALA: Taming lists is a good read.

mhulse

Sitepoint menu

Inspected using FF web dev extension:

Code:
ul.blogmod_childforums li.blogmod_status_new    (line 265)
{
    list-style-type: none;
    list-style-image: url(/images/icons/buld.gif);
    list-style-position: outside;
}
Here is image from above code:


mhulse

Sitepoint menu

you wont get the image properties if you right click cos its a background image....

spikeZ

Sitepoint menu

Quote:
Originally Posted by spikeZ
you wont get the image properties if you right click cos its a background image....
what he said

ses5909

Previous Question:  any other sites similar to froogle  SitePoint Forums  eCommerceNext Question:  Good CMS for simple website  SitePoint Forums  Just Starting Your Design

- Source: Sitepoint menu SitePoint Forums Just Starting Your Design
- Previous Question: any other sites similar to froogle SitePoint Forums eCommerce
- Next Question: Good CMS for simple website SitePoint Forums Just Starting Your Design





AllQuests.com