Horizontal menu with attachment

Discussion in 'CSS' started by palyam, Aug 25, 2006.

  1. #1
    Here is the attachement: View attachment Doc1.zip

    I hope attachement is done & goes thru.
    This thread is related to previous Horizontal menu with CSS thread.


    Have a nice weekend.
    Palyam.
     
    palyam, Aug 25, 2006 IP
  2. sojic

    sojic Active Member

    Messages:
    133
    Likes Received:
    3
    Best Answers:
    0
    Trophy Points:
    90
    #2
    Something similar you have at (add http and www before) mbinc.com.mk
     
    sojic, Aug 28, 2006 IP
  3. palyam

    palyam Peon

    Messages:
    16
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #3
    Hi sojic,

    Thanks for the link. I looked into it. problem is everything is handled in
    css (style.css) which they are linking. So we don't have access to it.
    If you look at view-source, div have ids and classes assigned to them which
    are handled in css file. So back to same place.........
     
    palyam, Aug 28, 2006 IP
  4. Mano70

    Mano70 Peon

    Messages:
    42
    Likes Received:
    2
    Best Answers:
    0
    Trophy Points:
    0
    #4
    Of course you can check their CSS, just point your browser to their CSS file.

    Anyway, here you find several CSS menu examples which you should be able to adapt to what you want:
    http://css.maxdesign.com.au/index.htm

    One of the reason that your menu doesn't look correct is that you aren't using display: block;
     
    Mano70, Aug 28, 2006 IP
  5. sojic

    sojic Active Member

    Messages:
    133
    Likes Received:
    3
    Best Answers:
    0
    Trophy Points:
    90
    #5
    In the first line of style.css is:

    
    	@import 'navigation.css';
    
    Code (markup):
    Open mbinc.com.mk/navigation.css
     
    sojic, Aug 28, 2006 IP
  6. palyam

    palyam Peon

    Messages:
    16
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #6
    Hi All,

    Thanks for all of your input. I was able to open up their css. I am trying to
    cc their code and customise. If I am able to do, I will let you know. Otherwise
    come back to ask. Your inputs are so helpful for new people.

    Palyam
     
    palyam, Aug 28, 2006 IP