Web Analytics Made Easy -
StatCounter List Bullet Image Question - CodingForum

Announcement

Collapse
No announcement yet.

List Bullet Image Question

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • List Bullet Image Question

    This isn't a problem but I'm wondering why a custom bullet image can be used without the height and width attributes.

    Should I be preloading the image with its dimensions or does it not matter?

    ul
    {list-style: inside url("bullet.gif"); padding: 0; margin: 0;}

  • #2
    It just uses the image's width and height, and doesn't worry about scaling.

    Don't worry about anything, all is fine.
    jasonkarldavis.com

    Comment


    • #3
      Thanks Jason

      Comment

      Working...
      X