Yahoo Answers is shutting down on May 4th, 2021 (Eastern Time) and beginning April 20th, 2021 (Eastern Time) the Yahoo Answers website will be in read-only mode. There will be no changes to other Yahoo properties or services, or your Yahoo account. You can find more information about the Yahoo Answers shutdown and how to download your data on this help page.

?
Lv 4

I'm having some code trouble?

I'm in the process of making a new website and I want my header/nav area to be similar to the one on Makers Quarter - http://www.makersquarter.com/

I'm still new to front-end development stuff, but I couldn't find anything helpful in the html source and I couldn't really make out the css. If anyone has any ideas it would be greatly appreciated!

Also, on the button they have in the middle that says 'our community' I found out it's 'hollow' (the code says ".buton.hollow {border: 6px;...") anyway, is there a way to apply this to the menu section in the nav? Would it follow the same properties?

Thanks in advance if anyone can help!

1 Answer

Relevance
  • 8 years ago
    Favorite Answer

    In order to have the same CSS effect your HTML code must match with their as well... for example you can see that nv links are nested under div with specific class name and <ul> tag element . Try to inspect elements using firebug in Mozilla and pressing F12 in chrome to see how the elements are nested and then try to apply the same structure .. at this point its hard say some thing in more details without looking at your source code ..

    Hope this helps ..

Still have questions? Get your answers by asking now.