Results 1 to 2 of 2

Thread: can i link a file in css??? plz help

  1. #1
    Join Date
    Jun 2007
    Posts
    2
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default can i link a file in css??? plz help

    hi everybody

    i want to insert a image menu in zencart. it is all guided by css. so can include php file in css???

  2. #2
    Join Date
    Jul 2007
    Posts
    2
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    Sure! I'll just give you an example of how I use this function to link to my background image.

    HTML Code:
    {background: transparent [B]url(notebook.png)[/B] no-repeat; /* Comments go here */
    If you want it to repeat horizontally it is not no-repeat but instead you replace that with repeat-x. For vertical, it's repeat-y.

    Hope that helps.

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •