|
| |
|
|
cinchome
Posts: 9 Joined: 9/16/2005 Status: offline
|
CSS Navigation not loading? - 10/15/2005 21:02:43
Forgive me, it's been too long since I used Frontpage and I've never worked with css. Another person made the website and has navigation borders for the top, left side, and bottom of the pages with a css. The person who made the site no longer works here and I got drafted for the job. The host is Registerfly and I have to say so far my experience with them has not been the best. I continually got the answer "we have the settings corrected for you to access your webstats" for about a month. Then this past Thursday they finally said they had to move our site to a new server for the webstats to work. I knew this could not be a good thing! The site got moved to the new server. Even though the folder _borders and all of it's contents are uploaded, none of the borders show. Can anyone give me some assistance???? I would greatly appreciate it! CINChome
|
|
|
|
dpf
Posts: 7126 Joined: 11/12/2003 From: India-napolis Status: offline
|
RE: CSS Navigation not loading? - 10/15/2005 21:58:25
quote:
Can anyone give me some assistance???? I would greatly appreciate it post the url so we can see.
_____________________________
Dan
|
|
|
|
cinchome
Posts: 9 Joined: 9/16/2005 Status: offline
|
RE: CSS Navigation not loading? - 10/15/2005 22:40:40
*
< Message edited by cinchome -- 10/16/2005 0:31:33 >
|
|
|
|
dpf
Posts: 7126 Joined: 11/12/2003 From: India-napolis Status: offline
|
RE: CSS Navigation not loading? - 10/15/2005 22:44:23
there are some serious problems with that code..starting with the fact that i counted at least 15 <head></head> tags!!!!!!
_____________________________
Dan
|
|
|
|
cinchome
Posts: 9 Joined: 9/16/2005 Status: offline
|
RE: CSS Navigation not loading? - 10/15/2005 22:49:32
Okay, so I need to delete those, any other tips??? Thanks!
|
|
|
|
cinchome
Posts: 9 Joined: 9/16/2005 Status: offline
|
RE: CSS Navigation not loading? - 10/16/2005 12:07:43
This is the CSS used for the site - BODY { font-family: Verdana, Tahoma, Arial, sans-serif; font-size: 12px; color: #000000; margin-top: 10px; margin-bottom: 0px; margin-left: 0px; margin-right: 0px; background-color:#ffffff; background-image: none; } P, TD, LI, UL, Table{ color: #000000; font-family: Verdana, Tahoma, Arial, sans-serif; font-size: 12px; } A:LINK { color: #0F4B12; font-weight: bold; letter-spacing: 1px; text-decoration: none } A:VISITED { color: #666666; font-weight: bold; letter-spacing: 1px; text-decoration: none } A:HOVER { color: #666666; font-weight: bold; letter-spacing: 1px; text-decoration: underline; } A:ACTIVE { color: #666666; font-weight: bold; letter-spacing: 1px; text-decoration: none; } h1 { font-size: 15px; font-weight: bold; letter-spacing: 2px; color: #0F4B12; } h2, h3 { font-size: 12px; font-weight: 700; letter-spacing: 1px; color: #666666; } h4, h5, h6 { font-size: 11px; font-weight: 700; letter-spacing: 1px; color: #0F4B12; } .navigation { color: #666666; text-align: right; letter-spacing: 1px; font-size: 10px; font-weight: bold; line-height: 15px; padding: 3px } .maintable { background: #FFFFFF; } .rightside { background: #FFFFFF; } .leftcell { color: #333333; line-height: 18px; padding: 8px; } .textarea { text-align: left; font-size: 12px; color: #333333; line-height: 15px; padding: 5px; } .topnavbar{ color: #666666; background: #ddddcc; text-align: left; letter-spacing: 1px; font-size: 11px; font-weight: bold; height: 18px; padding: 3px } .topnavbar2 { color: #666666; background: #ffffff; text-align: left; letter-spacing: 1px; font-size: 11px; font-weight: bold; height: 10px; padding: 3px; border-top: 1px solid #7D4331; } .info { text-align: left; font-size: 12px; color: #666666; line-height: 15px; padding: 5px; } .info1_header { text-align: left; font-weight: bold; font-size: 12px; color: #333333; letter-spacing: 1px; padding: 5px; background: #FFFFFF; } .info1{ text-align: left; font-size: 11px; color: #333333; line-height: 15px; padding: 5px; background: #FFFFFF; } .info2_header { text-align: left; font-weight: bold; font-size: 12px; color: #333333; letter-spacing: 1px; padding: 5px; background: #FFFFFF; } .info2 { text-align: left; font-size: 11px; color: #333333; line-height: 15px; padding: 5px; background: #FFFFFF; } .botnavbar { text-align: left; color: #666666; letter-spacing: 1px; font-size: 11px; padding: 5px } .copyright { padding:3px; text-align: left; font-size: 10px; color: #666666; letter-spacing: 2px; font-weight: bold; border-top: 1px solid #7D4331; } .tiny { font-size: 9px; text-align: right; padding: 1px; }
|
|
|
|
cinchome
Posts: 9 Joined: 9/16/2005 Status: offline
|
RE: CSS Navigation not loading? - 10/16/2005 12:16:59
Now in the index.html this is what shows at the top and then goes into the content of the page after I stopped copying code - <html> <head> <meta http-equiv="Content-Language" content="en-us"> <meta http-equiv="Content-Type" content="text/html; charset=windows-1252"> <link rel="stylesheet" type="text/css" href="mastermsm.css"> <script type="text/javascript"> <!-- /*********************************************** * Bookmark site script- © Dynamic Drive DHTML code library (www.dynamicdrive.com) * This notice MUST stay intact for legal use * Visit Dynamic Drive at http://www.dynamicdrive.com/ for full source code ***********************************************/ function bookmarksite(title, url){ if (document.all) window.external.AddFavorite(url, title); else if (window.sidebar) window.sidebar.addPanel(title, url, "") } function newImage(arg) { if (document.images) { rslt = new Image(); rslt.src = arg; return rslt; } } function changeImages() { if (document.images && (preloadFlag == true)) { for (var i=0; i<changeImages.arguments.length; i+=2) { document[changeImages.arguments].src = changeImages.arguments[i+1]; } } } var preloadFlag = false; function preloadImages() { if (document.images) { WebSpouse2_05_over = newImage("images/WebSpouse2_05-over.gif"); WebSpouse2_06_over = newImage("images/WebSpouse2_06-over.gif"); WebSpouse2_07_over = newImage("images/WebSpouse2_07-over.gif"); WebSpouse2_08_over = newImage("images/WebSpouse2_08-over.gif"); WebSpouse2_09_over = newImage("images/WebSpouse2_09-over.gif"); WebSpouse2_11_over = newImage("../images/WebSpouse2_11-over.gif"); WebSpouse2_13_over = newImage("../images/WebSpouse2_13-over.gif"); WebSpouse2_14_over = newImage("../images/WebSpouse2_14-over.gif"); WebSpouse2_15_over = newImage("../images/WebSpouse2_15-over.gif"); WebSpouse2_16_over = newImage("../images/WebSpouse2_16-over.gif"); WebSpouse2_17_over = newImage("../images/WebSpouse2_17-over.gif"); preloadFlag = true; } } // --> </script> <!-- End Preload Script --> <meta name="Microsoft Border" content="none, default"> <body bgcolor="#E6FFCD" leftmargin="0" topmargin="0" marginwidth="0" marginheight="0" onLoad="preloadImages();" style="background-color: #E6FFCD">
|
|
New Messages |
No New Messages |
Hot Topic w/ New Messages |
Hot Topic w/o New Messages |
Locked w/ New Messages |
Locked w/o New Messages |
|
Post New Thread
Reply to Message
Post New Poll
Submit Vote
Delete My Own Post
Delete My Own Thread
Rate Posts
|
|
|