dan_t Posted June 17, 2010 Share Posted June 17, 2010 I know very little about javascript, but I believe this is supposed to be the navigation system. <STYLE type="text/css"> <!-- .navBackgroundNavigationyss { background-image:url('/~media/elements/LayoutClipart/../LayoutClipart/NavTabs/Basic_Tab_White_Unselected.gif'); background-position: center; background-repeat:no-repeat } .navBackgroundSelectedNavigationyss { background-image:url('/~media/elements/LayoutClipart/../LayoutClipart/NavTabs/Basic_Tab_White_Selected.gif'); background-position: center; background-repeat:no-repeat } --> </STYLE> I tried adding a script tag, but it still did not work. Any idea's? The navigation on the site is not showing, just this error: [an error occurred while processing this directive] Quote Link to comment https://forums.phpfreaks.com/topic/205011-what-is-wrong-with-this/ Share on other sites More sharing options...
dan_t Posted June 17, 2010 Author Share Posted June 17, 2010 Here's another one that was at the bottom <STYLE type="text/css"> <!-- .navBackgroundNavigationbottom { background-image:url('/~media/elements/LayoutClipart/../LayoutClipart/NavTabs/Basic_Tab_White_Unselected.gif'); background-position: center; background-repeat:no-repeat } .navBackgroundSelectedNavigationbottom { background-image:url('/~media/elements/LayoutClipart/../LayoutClipart/NavTabs/Basic_Tab_White_Selected.gif'); background-position: center; background-repeat:no-repeat } --> </STYLE> This is a homestead.com deal, and it looks like quite a mess. Quote Link to comment https://forums.phpfreaks.com/topic/205011-what-is-wrong-with-this/#findComment-1073252 Share on other sites More sharing options...
haku Posted June 17, 2010 Share Posted June 17, 2010 There is a good reason that doesn't work when you add a script tag - it's not javascript. It's CSS, which is an entirely different thing. That error you are getting has nothing to do with the code being shown. CSS doesn't throw up errors. It just either works, or doesn't. Quote Link to comment https://forums.phpfreaks.com/topic/205011-what-is-wrong-with-this/#findComment-1073255 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.