Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. Nexusens

    No scroll bar

    I had set my div height to 100% when it should have been 80% it works now. however vragabond you mentioned this about the www.pancodistribution.com site and it is on this one as well. Why am I getting 2 scrollbars and how do I fix it? "Tsune ni ite, kyu ni awasu
  2. Nexusens

    No scroll bar

    once again have yet to do IE6 workaround and I am using position fixed because my boss insists on frames "Tsune ni ite, kyu ni awasu
  3. Nexusens

    Dead zones when scrolling with mouse wheel

    The overflow:hidden is only aplied to 2 of the 3 div's those 2 are not suposed to scroll the 3rd is overflow:auto and I have not yet done a IE6 workaround "Tsune ni ite, kyu ni awasu
  4. Nexusens

    No scroll bar

    http://www.royshardwoods.com/Vernon/Vernon.htm this page will not scroll down all others will but not all the way?? My CSS body {margin-top:0px; margin-left:0px; margin-right:0px;} a:link {color:blue;} a:visited {color:green;} a:hover {color:red;} a:active {color:green;} .B {font-weight:bold;}...
  5. Nexusens

    Dead zones when scrolling with mouse wheel

    If the cursor is not over an element the scroll wheel does not function in IE www.pancodistribution.com I assume that it has somthing to do with a lack of formating for these area my general code structure goes like this <body> <div> <p>content</p> <p>content</p> <p>content</p> </div>...
  6. Nexusens

    Browser specific css

    I was taught to do it with browser detection, however if i can drop my javascript that would be great. at this point the only diference between my css is a 7% Width style in IE and a 6% for everybody else. so how would I do a IE workaround for that "Tsune ni ite, kyu ni awasu
  7. Nexusens

    Browser specific css

    Im a dumbass, I forgot the ../ when I moved down my directory structure. What a waste of a day!!! "Tsune ni ite, kyu ni awasu
  8. Nexusens

    Browser specific css

    Ok thier is somthing wrong with this aproach as my div structrue dies when I use moonsnakes code please compare This is how its suposed to be http://www.royshardwoods.com/Vernon/Vernon.htm and this is how it is with moonsnakes code http://www.royshardwoods.com/Penticton/Penticton.htm at bare...
  9. Nexusens

    ??? Div's are screwy

    I wasn't sure where to post this so its in browser support and xhtml. my page www.royshardwoods.com is fine but all child frames that use dives are screwed up when viewed in opera ?? dose opera suport div's?? "Tsune ni ite, kyu ni awasu
  10. Nexusens

    Browser specific css

    no problem ive only been learning javascript since last wensday however moonsnake your code works and ninja death monkeys does not here is the full code if either of your curiosity requires further investigation www.royshardwoods.com Thanks again for the help, I've been working on this for about...
  11. Nexusens

    Browser specific css

    also I am new to javascript and would like to know the function of the <-- //--> Tags "Tsune ni ite, kyu ni awasu
  12. Nexusens

    Browser specific css

    Thanks for trying but it didn't work :( "Tsune ni ite, kyu ni awasu
  13. Nexusens

    Browser specific css

    I know the browser detection is woorking but what am i doing wrong when calling my css file? <script type="text/javascript"> css = new array() <!-- var browserName=navigator.appName; if (browserName=="Microsoft Internet Explorer") {css = "StyleIE.css";} else if (browserName=="Netscape") {css =...
  14. Nexusens

    Browser specific css

    I am using browser detection because my css file works just fine in IE7 but is screwy in ff ns and opera. I have a seperate file for ff and opera because getting a slight size discrepency between ff and opera that screws over my nav bar. I am fairly new to web programming, if there is somthing...
  15. Nexusens

    Browser specific css

    I know the browser detection is woorking but what am i doing wrong when calling my css file? <script type="text/javascript"> css = new array() <!-- var browserName=navigator.appName; if (browserName=="Microsoft Internet Explorer") {css = "StyleIE.css";} else if (browserName=="Netscape") {css =...
  16. Nexusens

    Problems resizeing my page

    Thanks Vragabond, I cant belive I forgot about lists. "Tsune ni ite, kyu ni awasu
  17. Nexusens

    Problems resizeing my page

    Sorry forgot to add my css above so here it is. body {margin-top:0px;} a:link {color:blue;} a:visited {color:green;} a:hover {color:red;} a:active {color:green;} .B {font-weight:bold;} .C {text-align:center; font-family:"Times New Roman";} .FL {float:left;} .FR {float:right;} .L...
  18. Nexusens

    Problems resizeing my page

    The proplem is most evident on this page http://www.royshardwoods.com/Vernon/Hardwood.htm the large pics are sposed to stay on the left the small on the right. However when resized or viewed on a non widescreen monitor some of the pic on the right align center of page, when the are supossed to...
  19. Nexusens

    Drop down form

    How do i position my dropdown forms centered with the pictures they relate to www.pancodistribution.com products-tackle-trolls "Tsune ni ite, kyu ni awasu
  20. Nexusens

    Drop down menu to change picture

    also monksnake sugested to put the script in the head section what is the reason for this as I have a very large number of file to do this to and dont want to with out a good reason "Tsune ni ite, kyu ni awasu

Part and Inventory Search

Back
Top