|
| |
|
|
hzarabet
Posts: 1538 From: New Milford CT USA Status: offline
|
Please check my navigation bar! - 7/9/2003 22:27:23
Hi all. I am in the process of installing a new javascript nav bar. I have had to make slight " adjustments" for IE, Op, NS4 and NS6/7 or the script shows up slightly too low or too the left, etc. Here is the link: http://www.signingshotline.com/index_test.asp If you could tell if the nav bar is centered and showing up just below (maybe 3 pixels below) a thin red line it would be appreciated. I have tested it on NS 4.75, NS 6.22, NS 7.0, IE 6 and Opera 7 all on a PC. If any of you could look at it on a Mac or other browsers it would be very helpful! Thanks.
_____________________________
http://www.SigningsHotline.com lists EVERY upcoming athlete autograph appearance in the US and Canada
|
|
|
|
Shirley
Posts: 3126 Joined: 1/8/1999 From: Omaha, Ne USA Status: offline
|
RE: Please check my navigation bar! - 7/10/2003 10:57:58
quote:
Would I be having these issues with Vince from Spains nav bar? Is his bullet-proof? I have only used VFS' s menu once (with no problems). Have you looked at the Outfront Product Support forum to see if there are any issues??
_____________________________
Everything But Cake
|
|
|
|
Shirley
Posts: 3126 Joined: 1/8/1999 From: Omaha, Ne USA Status: offline
|
RE: Please check my navigation bar! - 7/11/2003 9:52:55
Looks PERFECT here!!!
_____________________________
Everything But Cake
|
|
|
|
hzarabet
Posts: 1538 From: New Milford CT USA Status: offline
|
RE: Please check my navigation bar! - 7/11/2003 11:41:50
Hmmmm. Why no menu in Opera 5? Any Opera experts?
_____________________________
http://www.SigningsHotline.com lists EVERY upcoming athlete autograph appearance in the US and Canada
|
|
|
|
hzarabet
Posts: 1538 From: New Milford CT USA Status: offline
|
RE: Please check my navigation bar! - 7/11/2003 22:25:28
Opera 5 does not have " dynamic" capabilities or something to that effect.
_____________________________
http://www.SigningsHotline.com lists EVERY upcoming athlete autograph appearance in the US and Canada
|
|
|
|
hzarabet
Posts: 1538 From: New Milford CT USA Status: offline
|
RE: Please check my navigation bar! - 7/12/2003 7:43:30
Opera 7 is the first release that can handle it.
_____________________________
http://www.SigningsHotline.com lists EVERY upcoming athlete autograph appearance in the US and Canada
|
|
|
|
zeos
Posts: 2 Joined: 7/12/2003 Status: offline
|
RE: Please check my navigation bar! - 7/12/2003 18:32:01
I check it also using IE6 and it looked fine. That is just the thing that I was looking for. I would love to have a navigation bar like that on my web page. How did you do it? My whole site was mainly done with Frontpage and I managed to add a few canned javascripts and CGI scripts along the way. Any advice on how to add a navigation bar similar to yours would be greatly appreciated. Steve http://www.vitaminway.com Manchester, CT
|
|
|
|
hzarabet
Posts: 1538 From: New Milford CT USA Status: offline
|
RE: Please check my navigation bar! - 7/12/2003 19:25:18
Here is what I came up with to overcome the Opera 5/6 problem: <%If Instr(request.serverVariables(" HTTP_USER_AGENT" )," Opera 5" ) OR Instr(request.serverVariables(" HTTP_USER_AGENT" )," Opera 6" )then%> < !--#include file=" navbar/html.asp" -- > <%Else%> <script type=' text/javascript' > //HV Menu- by Ger Versluis (http://www.burmees.nl/menu/menus.htm) //Submitted to Dynamic Drive (http://www.dynamicdrive.com) //Visit http://www.dynamicdrive.com for this script and more function Go(){return} </script> <td width=" 100%" height=" 23" align = " center" > <div id=' MenuPos' style=' <%=Command%>position:relative; width:747; height:22;' ><img src=' blank.gif' width=' 5' height=' 22' ></div> <script type=' text/javascript' src=' navbar/relativepositioned_var.js' ></script> <script type=' text/javascript' src=' navbar/menu9_compact.js' ></script> <%end if%> <noscript> < !--#include file=" navbar/html.asp" -- > </noscript> This include < !--#include file=" navbar/html.asp" -- > is an HTML version of my nav bar It still needs a bit of fine-tuning for the noscript portion. Try Opera 6 now. It should work.
_____________________________
http://www.SigningsHotline.com lists EVERY upcoming athlete autograph appearance in the US and Canada
|
|
|
|
hzarabet
Posts: 1538 From: New Milford CT USA Status: offline
|
RE: Please check my navigation bar! - 7/13/2003 19:37:59
OK, minor tweak. Now this should get you running in Opera. Opera 5 or 6 come up with the HTML nav bar include while Opera 7 comes up with the Javascript. <%If Instr(request.serverVariables(" HTTP_USER_AGENT" )," Opera" ) AND NOT Instr(request.serverVariables(" HTTP_USER_AGENT" )," Opera 7" )then%> < !--#include file=" navbar/html.asp" -- > <%Else%> <script type=' text/javascript' > //HV Menu- by Ger Versluis (http://www.burmees.nl/menu/menus.htm) //Submitted to Dynamic Drive (http://www.dynamicdrive.com) //Visit http://www.dynamicdrive.com for this script and more function Go(){return} </script> <td width=" 100%" height=" 23" align = " center" > <div id=' MenuPos' style=' <%=Command%>position:relative; width:747; height:22;' ><img src=' blank.gif' width=' 5' height=' 22' ></div> <script type=' text/javascript' src=' navbar/relativepositioned_var.js' ></script> <script type=' text/javascript' src=' navbar/menu9_compact.js' ></script> <%end if%> <noscript> < !--#include file=" navbar/html.asp" -- > </noscript>
_____________________________
http://www.SigningsHotline.com lists EVERY upcoming athlete autograph appearance in the US and Canada
|
|
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
|
|
|