Page 1 of 2 12 LastLast
Results 1 to 10 of 17

Thread: Help With HTML CODE!

  1. #1
    Join Date
    Sep 2007
    Posts
    172
    Thanks
    7
    Thanked 0 Times in 0 Posts

    Default Help With HTML CODE!

    Hello there!

    I would like to know how can I create this box using HTML and CSS?



    I have tried and some how I managed to make this: http://t-clicks.com/blog/ but this is now what I'm looking for can someone help please?

  2. #2
    Join Date
    Sep 2007
    Posts
    172
    Thanks
    7
    Thanked 0 Times in 0 Posts

    Default

    huh no one?

  3. #3
    Join Date
    Apr 2008
    Location
    So.Cal
    Posts
    3,643
    Thanks
    63
    Thanked 516 Times in 502 Posts
    Blog Entries
    5

    Default

    Please explain your question in more detail.
    What are you trying to accomplish? What have you attempted? What problems have you encountered?


    what do you mean by "box"? the search box? the menu? please explain.

  4. #4
    Join Date
    Sep 2007
    Posts
    172
    Thanks
    7
    Thanked 0 Times in 0 Posts

    Default

    I have actually managed to sort it out and you can chck it live at http://t-clicks.com/blog! but I would like to add something in menu and that is a hoover effect you can have a look at the image below for reference

    Last edited by bbilal; 06-05-2011 at 03:22 PM.

  5. #5
    Join Date
    Apr 2008
    Location
    So.Cal
    Posts
    3,643
    Thanks
    63
    Thanked 516 Times in 502 Posts
    Blog Entries
    5

    Default

    maybe something like
    Code:
    #cat-nav a:hover{ background: url('new.jpg') no-repeat top right; }
    ? (I'm assuming you're talking about your nav menu; I couldn't find anything on your page that looked like the image you posted.)

  6. #6
    Join Date
    Sep 2007
    Posts
    172
    Thanks
    7
    Thanked 0 Times in 0 Posts

    Default

    Can it only be possible through image but not through css color?

  7. #7
    Join Date
    Apr 2008
    Location
    So.Cal
    Posts
    3,643
    Thanks
    63
    Thanked 516 Times in 502 Posts
    Blog Entries
    5

    Default

    you can change the background color using css. If you want something like that little yellow box that says "NEW" on hover, it would be easier to use an image.

  8. #8
    Join Date
    Sep 2007
    Posts
    172
    Thanks
    7
    Thanked 0 Times in 0 Posts

    Default

    That's nice to know but this code doesn't even work!

  9. #9
    Join Date
    Apr 2008
    Location
    So.Cal
    Posts
    3,643
    Thanks
    63
    Thanked 516 Times in 502 Posts
    Blog Entries
    5

    Default

    it's difficult to know what you're talking about when you give no explanation.

    Please post a link to the page on your site that contains the problematic code so we can check it out.

  10. #10
    Join Date
    Sep 2007
    Posts
    172
    Thanks
    7
    Thanked 0 Times in 0 Posts

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
  •