So I created an index.html page. On this page I have a video playing and wanted my logo to float and menu to float without borders. So I changed the various border attributes in primary menu section of css.styles to "0". Works perfectly- no menu borders....
... but now i am creating a page for one of the menu links...lets call it "catalog". So now "catalog" page has its menu borders turned off due to style.css. But I want them on for this pages layout. How do I code the style.css page to change primary menu style based on which page has loaded? Or is there a different method?
