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
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
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;}...
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>...
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
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...
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
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...
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 =...
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...
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 =...
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...
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...
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
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
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.