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

Thread: new to css

  1. #1
    Join Date
    Mar 2009
    Posts
    9
    Thanks
    3
    Thanked 0 Times in 0 Posts

    Default new to css

    i am new to css and im using this for my website

    http://www.dynamicdrive.com/style/cs...vertical_menu/

    i would like to remove the links on the main menu when u click on it as well as prevent it from moving when i put in a title in the center top of the page. how can those be done
    Last edited by eagles051387; 03-29-2009 at 06:31 PM.

  2. #2
    Join Date
    Mar 2009
    Location
    Florida
    Posts
    31
    Thanks
    1
    Thanked 2 Times in 2 Posts

    Default

    Are you saying that you want no text to show up for an item when that item is selected? Sorry, a little confused

  3. #3
    Join Date
    Mar 2009
    Posts
    9
    Thanks
    3
    Thanked 0 Times in 0 Posts

    Default

    noooo. the way it is is fine. as u see when u click on the main buttons before anythign gets pulled down it opens an external link. i would like to remove it from opening an external link

  4. #4
    Join Date
    Mar 2009
    Posts
    9
    Thanks
    3
    Thanked 0 Times in 0 Posts

    Default

    any idea how i can remove the links from the main buttons that move down and display the sub menus?

  5. #5
    Join Date
    Mar 2009
    Location
    Florida
    Posts
    31
    Thanks
    1
    Thanked 2 Times in 2 Posts

    Default

    Well if you are talking about new buttons showing up that will take javascript.

    In order to remove the links, remove the <a href and </a> tags.

    Cheers

  6. #6
    Join Date
    Mar 2009
    Posts
    9
    Thanks
    3
    Thanked 0 Times in 0 Posts

    Default

    i already tried that. when i do that i loose the green background of the image. it seems like the css and div and a tags are some how linked together

  7. #7
    Join Date
    Mar 2009
    Location
    Florida
    Posts
    31
    Thanks
    1
    Thanked 2 Times in 2 Posts

    Default

    Oh yes, I see. You will need to change the CSS to match either the li or create a span tag. Does this make sense?

  8. The Following User Says Thank You to Lpe04 For This Useful Post:

    eagles051387 (03-29-2009)

  9. #8
    Join Date
    Mar 2009
    Posts
    9
    Thanks
    3
    Thanked 0 Times in 0 Posts

    Default

    Quote Originally Posted by Lpe04 View Post
    Oh yes, I see. You will need to change the CSS to match either the li or create a span tag. Does this make sense?
    not really im still a novice to all this. would u mind givign me a snippet of code as an example so i know what im after

  10. #9
    Join Date
    Mar 2009
    Posts
    9
    Thanks
    3
    Thanked 0 Times in 0 Posts

    Default

    can anyone show me a snippet of code that pertains to what was mentioned about bout the li css or span. i tried some stuff and it wouldnt work.

  11. #10
    Join Date
    May 2007
    Location
    Boston,ma
    Posts
    2,127
    Thanks
    173
    Thanked 207 Times in 205 Posts

    Default

    What are you looking for?

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
  •