Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS CSS Navigation Menu problem Re: CSS Navigation Menu problem

#78622
chaseshaw275
Member

Oh yes, of course.
It’s a website for my class at school, and i’ve just been using it as my guinea pig for design.

http://mislab.cbi.msstate.edu/~kcs127/index.html

Here’s the code for my links.html frame

body#Frames ul#menu li a.Frames,
body#Buttons ul#menu li a.Buttons,
body#Validator ul#menu li a.Validator,
body#Loan ul#menu li a.Loan,
body#Images ul#menu li a.Images,
body#Slide1 ul#menu li a.Slide1,
body#Slide2 ul#menu li a.Slide2,
body#Slide3 ul#menu li a.Slide3,
body#showStates ul#menu li a.States,
body#Data ul#menu li a.Data,
body#WTrivai ul#menu li a.WTrivia,
body#DTrivia ul#menu li a.DTrivia
{
background-position: top center;
}

…This was the code from Video #7, but it doesn’t work because I don’t have the actual menu in the same page (hence, it being in a different frame). I was wondering how I might reference that page in my CSS.