Link to home
Start Free TrialLog in
Avatar of coreybryant
coreybryantFlag for United States of America

asked on

CSS Scrollbar

I know the answer (probably is no) but I have to ask.  Is there a way to make the main scroll bar disappear while the content scrollbar is shown?  I have tried to add all white but that made both so I added the scrollbar color to the DIV but that did not work.  http://web-design.startups4less.com/sites/rock/ - is the page.

Thanks!

-Corey
ASKER CERTIFIED SOLUTION
Avatar of seanpowell
seanpowell
Flag of Canada image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of coreybryant

ASKER

If you follow me - you know you could get into very big trouble!  :)  And that was it.  I have a headache so bad.  You should see some of her code:
<td bgcolor="#666666"><font face="Verdana, Arial, Tahoma" color="#6ba0a9" size="+0"><span class="iq2_Title"><font color="#FFFFFF" face="Tahoma" size="2"><b>Company  Profile </b></font></span><b><font color="#FFFFFF" face="Tahoma" size="2"> - The Rock Computer Technology Vision</font></b></font></td>

(And she was not using any CSS - no idea where that span class came from)

And I am supposed to figure all of this out.  

Thanks! - I knew I could count on you!

-Corey

<font color="#FFFFFF" face="Tahoma" size="2"><b>Company Profile - The Rock Computer Technology Vision</b></font>
Let me clean up some of that code for you...
:)  Thanks but I have actually been just copying & pasting it into Notepad & creating new pages.  So far that is working out good.  I am actually almost done - only about 5 pages left.
-Corey
No worries - and best of luck. Just for the hell of it - this is error-free if you need it...

<html>
<head>
<link rel="stylesheet" href="css/style.css" type="text/css">
<title></title>
<script language="JavaScript">
<!-- Start Script
window.onerror=null;
// Extend the JavaScript Date object
Date.prototype.getTimeOfDay = timeOfDay();
Date.prototype.getLongDate = longDate();
Date.prototype.getShortDate = shortDate();

function timeOfDay()
{
var curTime = new Date();
curTime = curTime.getHours();

if (curTime < 12)
curTime = "morning";

else if (curTime < 18)
curTime = "afternoon";
else
curTime = "evening";

return (curTime);

}
// Used to create a long date from the current date
function longDate()
{
var curMonth;
var curTime = new Date();
curMonth = curTime.getMonth();

if (curMonth == 0)
curMonth = "January";
else if (curMonth == 1)
curMonth = "February";
else if (curMonth == 2)
curMonth = "March";
else if (curMonth == 3)
curMonth = "April";
else if (curMonth == 4)
curMonth = "May";
else if (curMonth == 5)
curMonth = "June";
else if (curMonth == 6)
curMonth = "July";
else if (curMonth == 7)
curMonth = "August";
else if (curMonth == 8)
curMonth = "September";
else if (curMonth == 9)
curMonth = "October";
else if (curMonth == 10)
curMonth = "November";
else if (curMonth == 11)
curMonth = "December";

return (curMonth + " " + curTime.getDate() + ", " + longYear(curTime.getYear()));
}

// Used to create a 4 char year from a 2 char year
function longYear (Year)
{
if (Year > 2000)
Year = ""+ Year
else {
Year = "" + Year;
Year = "20" + Year.substring (1, 3)
}
return (Year)
}
// Used to create a short date from the current date
function shortDate()
{
var curMonth;
var curTime = new Date();
curMonth = curTime.getMonth() + 1;
return (curMonth + "/" + curTime.getDate() + "/" + longYear(curTime.getYear()));
}
var curDate = new Date();
var timeofday = curDate.getTimeOfDay;
var curDate = curDate.getLongDate;

// end script-->
</script>
</head>
<body>
<table border="0" cellpadding="0" cellspacing="0" width="100%" id="AutoNumber1" height="100%">
  <tr>
    <td width="250" bgcolor="#006699" class="left" valign="top">
    <form style="display:inline;">
    Search rockctech.com: <input type="text" size="10" name="Search"> <input type="image" src="images/gy_go.gif" border="0" name="Submit" width="27" height="18">
    </form>
    <p align="center"><font size="2">
    <script language="JavaScript">
    <!-- start script
    document.write("<p>" + curDate + "<br>");
    document.write("Good " + timeofday + "!<br>");
    // end script-->
    </script></font></p>
    <p align="center"><img src="Images/flag09.gif" width="50" height="58"></p>
    <p align="center">Welcome... </p>
    <p align="center"><img border="0" src="images/j0313970.jpg" width="250" height="250"></p>
    <h1 align="center" >ROCK COMPUTER TECHNOLOGY<font size="3">©</font></h1>
    <p align="center"><marquee behavior="slide" width="249"><font size="2">&quot;your trusted technology source&quot;</font></marquee></p>
    <p align="center">6015 South Virginia Street, Suite E44<br>
    Reno, Nevada 89509</p>
    <p align="center">phone (775) 826-7760<br>
    fax (775) 201-0243</p>
    </td>
    <td>
    <table border="0" cellpadding="0" cellspacing="0" width="100%" height="100%">
      <tr>
        <td width="100%" height="80">
        <p align="right">
        <a class="topnav" href="../../default.asp">HOME</a> |
        <a class="topnav" href="about/services.htm">SERVICES</a> |
        <a class="topnav" href="about/clients.htm">CLIENTS</a> |
        <a class="topnav" href="about/partners.htm">TECHNOLOGY PARTNERS</a> |
        <a class="topnav" href="about/resource%20center.htm">RESOURCE CENTER</a> |
        <a class="topnav" href="about/payment.htm">PAYMENT CENTER</a> |
        <a class="topnav" href="help/helpdesk.htm">HELP DESK</a></p>
        <p align="right">
        <a class="lowernav" href="about/legal.htm">Legal</a>
        <a class="lowernav" href="about/privacy_policy.htm">Privacy Policy</a>
        <a class="lowernav" href="about/recommend_us.htm">Recommend Us</a>
        <a class="lowernav" href="contact/contact_us.htm">Contact Us</a>
        Downloads
        <a class="lowernav" href="about/faqs.htm">FAQ's</a></p></td>
      </tr>
      <tr>
        <td width="100%">
        <div id="main">
        <table width="100%" border="0">
          <tr>
            <td bgcolor="#666666"><font color="#FFFFFF" face="Tahoma" size="2"><b>Company Profile - The Rock Computer Technology Vision</b></font></td>
          </tr>
        </table>
        <table width="100%" border="0">
          <tr>
            <td width="40" nowrap valign="top"><img src="Images/arrow-red.gif" width="22" height="13"></td>
            <td width="100%">
            <p><font color="#003399" size="2" face="Tahoma"><b>Rock Computer Technology</b> is a professional customer-centric choice for business, government, and teleworking clients providing strategic insight, technology guidance, and best practices. Founded in 2003, and based in Reno, Nevada, the company offers outsourcing technology service plans. Services are currently provided by Ken Schwarzrock and Sharon Sutherlin, however, additional staff will be added as business grows.</font></p>
            <p><font face="Tahoma" size="2" color="#003399">Let <b>Rock Computer Technology</b> consult with you on your network, Internet, and system needs. We can recommend and then install an integrated system to streamline your office with the latest Word Processing, Billing/Accounting, Internet Access and support systems.</font></p>
            </td>
          </tr>
        </table>
        <table width="100%" border="0">
          <tr>
            <td bgcolor="#666666"><font color="#FFFFFF" face="Tahoma" size="2"><b>Our Approach</b></font></td>
          </tr>
        </table>
        <table width="100%" border="0">
          <tr>
            <td width="40" nowrap valign="top"><img src="Images/arrow-red.gif" width="22" height="13"></td>
            <td width="100%">
            <p><font face="Tahoma" size="2" color="#003399">Our approach is a consultive one in which we have NO vested interest in one brand of hardware or software, but rather are free to recommend an overall system based upon the specific needs of your firm. We follow that same approach in providing the extensive on-site education and on-going support. Unlike local computer stores, consultants, or mail-order operations, we are specialists. We have the proven expertise to make it happen quickly and to provide the long-term support you need!</font></p></td>
          </tr>
        </table>
        <table width="100%" border="0">
          <tr>
            <td bgcolor="#666666"><font color="#FFFFFF" face="Tahoma" size="2"><b>Ken Schwarzrock - Founder and President</b></font></td>
          </tr>
        </table>
        <table width="100%" border="0">
          <tr>
            <td width="40" nowrap valign="top"><img src="Images/arrow-red.gif" width="22" height="13"></td>
            <td width="100%">
            <p><font size="2" face="Tahoma" color="#003399">Ken has been working on the cutting edge of technology for over two decades with both PC’s and Macintosh. As a Senior Developmental Engineer for Hughes Electronics in Southern California, where he was awarded numerous awards, Ken developed talents in several areas within the Electronics, Aerospace, and IT industries. Ken's expertise lies in software development as related to microwave ATE System design and microwave TWT product testing for military and commercial product lines. Other specialities include Access database development; network design, implementation, and management; feasibility studies; systems analysis; and visual basic programming. Ken thrives on the challenge of troubleshooting and problem-solving, but feels very strongly that routine maintenance must be in place to head-off the need for emergency repairs, thus ensuring the smooth operation of the workplace. Ken’s on-the-job education and experience are the driving force behind the company platform.</font></p></td>
          </tr>
        </table>
        <table width="100%" border="0">
          <tr>
            <td bgcolor="#666666"><font face="Tahoma" size="2" color="#FFFFFF"><b>Sharon Sutherlin - IT Director</b></font></td>
          </tr>
        </table>
        <table width="100%" border="0">
          <tr>
            <td width="40" nowrap valign="top"><img src="Images/arrow-red.gif" width="22" height="13"></td>
            <td width="100%">
            <p><font face="Tahoma" size="2" color="#003399">With a strong background in training and IT help desk management, Sharon takes these words of Socrates, Greek philosopher and educational reformer of the fifth century B.C.; born at Athens, 469 B.C.; died there, 399 B.C., as inspiration for her ideal of the cooperative relationship between consultant and client:</font></p>
            <p><font face="Tahoma" size="2" color="#003399"><b>“I cannot teach anybody anything, I can only make them think.”</b></font></p>
            <p><font size="2" face="Tahoma" color="#003399">Sharon is a passionate business professional holding an MBA in Technology Management from the University of Phoenix. Drawn from the top computer companies in Southern California, including high-tech manufacturing and distribution, Sharon brings over two decades of real world experience in technical training, product training, software training, network management, help desk management, hardware and software migrations, customer support, project and program management, sales, and marketing to the table. Sharon is described by her associates as an excellent communicator, unwavering in her continual quest for new knowledge. Sharon is expert at smoothing the way for “techno phobics” (those with a fear of technology) to master their computers, enjoy the learning experience, and explore the new freedom it brings.</font></p></td>
          </tr>
        </table>
        <table width="100%" border="0">
          <tr>
            <td bgcolor="#666666" height="20"><font face="Tahoma" size="2" color="#FFFFFF"><b>Company Snapshot</b></font></td>
          </tr>
        </table>
        <table width="100%" border="0">
          <tr>
            <td><font size="2" face="Tahoma" color="#003399">Tax ID:</font></td>
            <td><font size="2" face="Tahoma" color="#003399">20-0235730</font></td>
          </tr>
          <tr>
            <td><font size="2" face="Tahoma" color="#003399">Mailing:</font></td>
            <td><font size="2" face="Tahoma" color="#003399">6015 S. Virginia Street, Suite E445</font></td>
          </tr>
          <tr>
            <td>&nbsp;</td>
            <td><font size="2" face="Tahoma" color="#003399">Reno, Nevada 89502</font></td>
          </tr>
          <tr>
            <td><font size="2" face="Tahoma" color="#003399">Phone:</font></td>
            <td><font size="2" face="Tahoma" color="#003399">Tel: 775.826.7760</font></td>
          </tr>
          <tr>
            <td>&nbsp;</td>
            <td><font size="2" face="Tahoma" color="#003399">Fax: 775.201.0243</font></td>
          </tr>
          <tr>
            <td><font face="Tahoma" size="2" color="#003399">ICQ VIN:</font></td>
            <td><font size="2" face="Tahoma" color="#003399">295262457</font></td>
          </tr>
          <tr>
            <td><font size="2" face="Tahoma" color="#003399">Email:</font></td>
            <td><font size="2" face="Tahoma" color="#003399">Sales: <a href="mailto:info@rockctech">sales@rockctech</a></font></td>
          </tr>
          <tr>
            <td>&nbsp;</td>
            <td><font size="2" face="Tahoma" color="#003399">Information: <a href="mailto:info@rockctech">info@rockctech</a></font></td>
          </tr>
          <tr>
            <td>&nbsp;</td>
            <td><font size="2" face="Tahoma" color="#003399">Tech Support: <a href="mailto:help@rockctech">helpdesk@rockctech</a></font></td>
          </tr>
          <tr>
            <td>&nbsp;</td>
            <td><font size="2" face="Tahoma" color="#003399">Website: webmaster@rockctech.com</font></td>
          </tr>
          <tr>
            <td>&nbsp;</td>
            <td><font size="2" face="Tahoma" color="#003399">Ken Schwarzrock: <a href="mailto:ken@rockctech">ken@rockctech</a></font></td>
          </tr>
          <tr>
            <td>&nbsp;</td>
            <td><font size="2" face="Tahoma" color="#003399">Sharon Sutherlin: <a href="mailto:sharon@rockctech">sharon@rockctech</a></font></td>
          </tr>
          <tr>
            <td>&nbsp;</td>
            <td>&nbsp;</td>
          </tr>
          <tr>
            <td><font size="2" face="Tahoma" color="#003399">President:</font></td>
            <td><font size="2" face="Tahoma" color="#003399">Ken Schwarzrock</font></td>
          </tr>
          <tr>
            <td>&nbsp;</td>
            <td>&nbsp;</td>
          </tr>
          <tr>
            <td><font size="2" face="Tahoma" color="#003399">Founded:</font></td>
            <td><font size="2" face="Tahoma" color="#003399">October 1st, 2003</font></td>
          </tr>
          <tr>
            <td>&nbsp;</td>
            <td>&nbsp;</td>
          </tr>
          <tr>
            <td><font size="2" face="Tahoma" color="#003399">Web Site:</font></td>
            <td><font size="2" face="Tahoma" color="#003399"><a href="http://www.rockctech.com">www.rockctech.com</a></font></td>
          </tr>
          <tr>
            <td>&nbsp;</td>
            <td>&nbsp;</td>
          </tr>
          <tr>
            <td><font size="2" face="Tahoma" color="#003399">Industries:</font></td>
            <td><font color="#003399" size="2" face="Tahoma"><b>Rock Computer Technology</b> provides services for several markets. Whatever your requirements, if your computer technology needs to be managed more efficiently, we will be happy to provide you with a <a href="quotes.htm"><b>free quotation</b></a>. Just review our technology service plans and determine which one suites your needs best.</font></td>
          </tr>
          <tr>
            <td>&nbsp;</td>
            <td>&nbsp;</td>
          </tr>
          <tr>
            <td><font size="2" face="Tahoma" color="#003399">Company Status:</font></td>
            <td><font size="2" face="Tahoma" color="#003399">Partnership</font></td>
          </tr>
        </table>
        <table width="100%" border="0">
          <tr>
            <td bgcolor="#666666" height="20"><font color="#FFFFFF"><b>Community</b></font></td>
          </tr>
        </table>
        <table width="100%" border="0">
          <tr>
            <td width="40" nowrap valign="top"><img src="Images/arrow-red.gif" width="22" height="13"></td>
            <td width="100%">
            <p><font size="2" face="Tahoma"><font color="#003399"><b>Rock Computer Technology</b></font> is a proud member of the following organizations:</font></p>
            <p><font size="2" face="Tahoma" color="#003399">Reno Chamber of Commerce</font></p>
            <p><font face="Tahoma" size="2" color="#003399">International Webmasters Association</font></p></td>
          </tr>
        </table>
        </div></td>
      </tr>
      <tr>
        <td width="100%" height="80">
        <p align="center"><font color="#0000CC">2003 Rock Computer Technology©</font> All Rights Reserved. Text, graphics, and HTML code are protected by US and International copyright laws,<br>
        and may not be copied, reprinted, published, translated, hosted, or otherwise distributed by any means without explicit permission.<br>
        Web Design by Sharon Sutherlin</p></td>
      </tr>
    </table></td>
  </tr>
</table>
</body>
</html>
Cool - thanks.  I had not gotten to that one yet.  I appreciate it!

-Corey