Some Problem in Internet Explorer

Hi all,
I am created a website its smoothly display in safri, firefox, i dont know internet explorer right side some white space is come website link
One Jpg is attached for your reference
Regards
Manoj

In one of your nested lists I think you have failed to close an <li>
It's shortly after the <li><a href="#">DOWNLOAD</a>
You have a number of validatoin errors in you page.  It's probably adviseable to fix these and then try to sort out browser issues.
Martin
http://validator.w3.org/check?uri=http%3A%2F%2Fwww.simulainfra.com%2F&charset=%28detect+au tomatically%29&doctype=Inline&group=0

Similar Messages

  • Java Applet Background Color Problem on Internet Explorer

    Hi,
    Please check out the following URL:
    http://www.utopiainteractive.com/clients/AkonFinal/glossary.htm
    The menu bar is writting in Java Applet. If you scroll down the page, and scroll back up, I see white background as I scroll back up. It happens only on Internet explorer. Neither Java Applet nor HTML Body bg color is white. I am kinda lost, and any help would really be appreciated.
    Thank you and look forward to hearing from someone soon.
    Sachin

    Hi,
    Well I used HtmlConver utility to generate applet html code, so I assume nothing is wrong with Object tag. Do you know what could cause this problem on Internet explorer? To be honest, I spent last couple of days, but I am just lost. It absolutely works fine on Netscape.
    Thanks,
    Sachin

  • Gui 7.0 windows xp, problem with Internet Explorer 6.0

    Hello Gurus,
       I am installing SAP GUI 7.00, on all the windows XP machines, of our SAP users. All the machines where GUI 7.00 is installed, are facing the problem with Internet Explorer. When we click on IE we don't get error but the requested URL do not show anything. Our version of Internet exploerer is 6.0.
      Gurus, need your help on this..
    Thanks and Regards,
    Rahul

    hi ,
      thanks for letting me know my error. I will raise this problem in the correct forum
    Thanks
    Rahul

  • Since the recent upgrade from Adobe pdf plug-inn Firefox often won't open pdf-files. Uninstalling doesn't help. I don't have this problem with Internet Explorer.

    Since the recent upgrade from Adobe pdf plug-inn Firefox often won't open pdf-files. Uninstalling doesn't help. I don't have this problem with Internet Explorer.

    Hi efacg,
    Most printing issues are solved by resetting the Printing preferences. When you print from Firefox and you click on the down arrow, do you see Defualt and Firefox? Please make changes to the preferences here and preview the document.
    If this continues to be an issue please also see [[Fix printing problems in Firefox]]
    If there are any other questions, please do not hesitate to ask, we are here to help.

  • Printer print size is very small. Do not have this problem with Internet explorer.

    When I try to print something in Firefox, the printer print size is extremely small. I do not have this problem with Internet Explorer.

    File > Page Setup - '''Scale''' <br />
    100% or Shrink to Fit is usually best.

  • Bonjours il n est pas possible de faire un paiement sur n importe quel site avec paypal sinon pas de probleme avec internet explorer

    bonjours il n est pas possible de faire un paiement sur n importe quel site avec paypal sinon pas de probleme avec internet explorer edit

    Hello didierj1, try to [https://support.mozilla.org/en-US/kb/Template:clearCookiesCache clear Cookies and Cache] and check it again.
    also be sure you have '''check mark''' in '''Accept cookies from sites'''[ v ] and to '''Accept third party cookies''' [ v ]
    see : [http://support.mozilla.org/en-US/kb/enable-and-disable-cookies-website-preferences#w_how-do-i-change-cookie-settings How do I change Cookie settings?]
    thank you

  • Need urgent help on file download servlet problem in Internet Explore

    I have trouble to make my download servlet work in Internet Explore. I have gone through all the previous postings and done some research on the internet, but still can't figure out the solution. <br>
    I have a jsp page called "download.jsp" which contains a URL to download a file from the server, and I wrote a servlet (called DownloadServlet) to look up the corresponding file from the database based on the URL and write the file to the HTTP output to send it back to the browser. <br>
    the URL in download.jsp is coded like <a href="/download/<%= currentDoc.doc_id %>/<%= currentDoc.name %>">on the browser, it will be sth like , the number 87 is my internal unique number for a file, and "myfile.doc" is the real document name. <br>
    in my web.xml, "/download/" is mapped to DownloadServlet <br>
    the downloadServlet.java looks like
    tem_name = ... //read DB for file name
    // set content type
    if ( tmp_name.endsWith(".doc")) {
    response.setContentType("application/msword");
    else if ( tmp_name.endsWith(".pdf")){
    response.setContentType("application/pdf");
    else if ( tmp_name.endsWith(".ppt")){
    response.setContentType("application/vnd.ms-powerpoint");
    else if ( tmp_name.endsWith(".xls")){
    response.setContentType("application/vnd.ms-excel");
    else {
    response.setContentType("application/download");
    // set HTTP header
    response.setHeader("Content-Disposition",
    "attachment; filename=\""+tmp_name+"\"");
    OutputStream os = response.getOutputStream();
    //read local file and write back to browser
    int i;
    while ((i = is.read()) != -1) {
    os.write (i);
    os.flush();
    Everything works fine in Netscape 7.0, when I click on the link, Netscape prompts me to choose "open using Word" or "save this file to disk". That's exactly the behavior I want. <br>
    However in IE 5.50, the behavior is VERY STRANGE.
    First, when I click on the URL, the popup window asks me to "open the file from its current location" or "save the file to disk". It also says "You have chosen to download a file from this location, ...(some url).. from localhost"
    (1) If I choose "save the file to disk", it will save the rendered "download.jsp" (ie, the currect page with URL I just clicked, which isn't what I want).
    (2)But if I choose "open the file from its current location", the 2nd popup window replaces the 1st, which also has the "Open ..." and "Save.." options, but it says "You have chosen to download a file from this location, MYFILE.doc from localhost". (notice it shows the correct file name now)
    (3) If I choose "Save..." on the 2nd window, IE will save the correct file which is "myfile.doc"; if I choose "Open ...", a 3rd replaces the 2nd window, and they look the same, and when I choose "Open..." on the 3rd window, IE will use Word to open it.
    any ideas?
    </a>

    Did you find a solution to this problem? I've been wrestling with the same issues for the past six months. Nothing I try seems to work. I've tried setting the contentLength(), inline vs. attachments, different write algorythms, etc. I don't get the suggestion to rename the servlet to a pdf file.

  • Link problem in Internet Explorer 9 (for Vista)

    Hi,
    I am creating a website with a link that links to my specific twitter page. It works fine in Firefox but when I open up Internet Explorer 9 (IE) I run into a problem. When I click on the link in IE it goes to twitter.com not my specific twitter page. I would love to fix this because I don't want my clients to have to hunt for me on twitter. It's weird because in Dreamweaver CS4 the links are correct in the properties panel so for some reason IE is not connecting with this link somehow.
    Any ideas/help would be greatly appreciated.
    Thanks!
    ashmic19

    No there's not any sensitive information. I would upload it but I don't want to upload it to my particular web host yet until the site is complete.
    People here often create a temp folder on their website for testing purposes, upload a problem page for all to see then pull it down when the issue is fixed.
    By the time you've fixed the issue, it's unlikely that Google has found it.

  • PDF problems in Internet Explorer 11

    We are testing upgrading to Internet Explorer 11 in my organization and we are encountering a problem with the Adobe PDF Plug-in. It doesn't work without disabling the plug-on and then enabling it. It will work after the disable/enable until users log off and back on. Is this a problem with the plug-in or Internet Explorer 11? Here is what I have done try and correct the issue:
    Repaired Adobe Reader
    Uninstall/Reinstall Adobe Reader
    Remove IE 11
    Reinstall IE 11
    Remove Adobe Reader
    Remove IE 11
    Install IE 11
    Install Adobe Reader
    Here are the current settings in Internet Explorer, Adobe Reader and Adobe PDF Plug-in:
    OS: Window 7 Enterprise 32bit
    Browser: Internet Explorer 11
    Adobe PDF Plug-in: 11.0.10.32
    Internet Explorer setting changes: Problem sites have been added to Trusted Sites list.
    ActiveX Control settings in IE 11
    Adobe Reader Enhanced Security Settings: Enable Protected Mode at startup: ON; Protected view: OFF; Enable Enhanced Security: ON; Automatically trust sites in my Win OS security zones: ON
    Adobe PDF plug-in Setting:

    Can you post a screenshot of that Print panel: https://forums.adobe.com/thread/1070933
    It is possible that some system fonts (e.g. Segoe) are missing or corrupted.
    Regarding IE freezing: try to disable Protected Mode in Adobe Reader [Edit | Preferences | Security (Enhanced)].

  • Caching problem with Internet Explorer

    Hi,
    users of an ApEx application I'm working on are reporting that when they're deleting an uploaded file from one of the pages in the application (using Internet Explorer), the link to the file remains. This is however not an issue in FireFox, and after some research I found out that this is a caching problem in IE. It can be avoided by making IE check for newer versions of stored pages every time a page is visited, but it is clearly not an option to ask all our users to do this. I also learned that it can be fixed by randomizing the file URL every time the page is loaded, but I don't know how to randomize a URL, nor how to make it still point to the uploaded file.. Any help would be appreciated!
    Thanks,
    -Kjetil

    Kjetil,
    This problem is also there if you use Flash Charts with a drilldown. See this posting:
    http://www.deneskubicek.blogspot.com/
    It will also link you to a corresponding thread and to an example in my demo application.
    The idea with a random number changing you link is the same I used in extending my
    xml chart package.
    Denes Kubicek
    http://deneskubicek.blogspot.com/
    http://www.opal-consulting.de/training
    http://htmldb.oracle.com/pls/otn/f?p=31517:1
    -------------------------------------------------------------------

  • Css problem in internet explorer

    Hi to all!
    On my page as part of the page template I have build in a little drop-down user panel on the left top of the page.
    html:<div id="userpanel">
      <span><img src="'#APP_IMAGES#openSlidedown.png" /> <a>logon: &APP_USER.</a>
      <div id="userpanel_hsreg"><p>Autorisiert für: &APP_CODES_DISP.</p>
      <p>| #NAVIGATION_BAR#</p>
      </div></span>
    </div>css:#userpanel,
    #userpanel * {
            position:relative;
         font-family:verdana; font-size:12px;
         margin:0; padding:1px; border:0;
         white-space:nowrap;
    #userpanel a,
    #userpanel span { display:inline-block; }
    #userpanel>span>a { color:#999; }
    #userpanel span:hover div { display:block; }
    #userpanel>span:hover > a { color:black; }
    #userpanel_hsreg {
              display:none;
              position:absolute;
              left:+5px;
              top:+24px;
              background:#fff;
              padding:10px 18px;
              line-height:180%;
              border:1px solid silver;
              border-radius: 6px;
              box-shadow:1px 2px 5px #aaa;
              z-index:99;
    #userpanel>span>a {
              border-bottom:1px solid silver;
              margin-top: 5px;
              }So what happens is this: if the user hovers over the "+logon: username+", a little box pops up with some further information (the item &APP_CODES_DISP.) and the logout-link. Below this link, the Navigation bar starts. So while the box pops up, it covers a part of the region below, what its meant to do.
    The promlem is, that this doesnt work in Internet Explorer properly, when its launched from apex. Instead, the popup-box is displayed behind the region below. In Mozilla, as always, everything worls fine. This problem ocured already, when I opened the html-file from desktop, but I fixed that by putting the z-index-attribute in. Only now, in Apex, its still now working in IE. I am not that of an expert in css. I have tried different XHTML declarations in the header, all no difference.
    The current one:<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">This might be a bit of a tricky issue, so I dearly hope, someone can help me. (Similar problem like the other threat I started recently here where the round-corner attribute is not working in IE-Apex, but this time its a bit more vital. :) )
    I have v 4.0.2.
    Thanks and greetings,
    tobi

    Hi again!
    This turns out not to be an APEX-issue, as I tought first, but rather a css-problem. Maybe therefore I'm in the wrong forum, but maybe someone can help me anyway.
    I have created two pages with the relevant element: (login with test/test please) one page with standard tabs and another with my own html-navigation. Now Internet Explorer has the option "Compatibility View" which in our company is activated by default. On page 1 it makes no difference, but on the second, with Compatibility View on, the drop-down box apeares behind my selfimplemented navigation bar. WHY IN GODS NAME DOES THIS HAPPEN??
    I have posted the same question in a german web-developer forum (here) also, because its quite urgent that I solve this, and as I mentioned above, many colleagues work with IE.
    So if anyone here is a css-IE9-expert... :)
    Thanks and best regards,
    Tobi
    edit: ok, its solved. The userpanel-div needed a "z-index:1;" attribute for IE. :)
    Edited by: tpetri on 03.09.2012 09:53

  • ADF Faces - showOneTab PPR problem in Internet Explorer

    Hoping someone has some insight into this that may help. This is causing us a lot of problems for us and could end up causing us to drop ADF faces from our project.
    Basically we are using af:showOneTab in our application and the first time we change tabs and every other time after that, the progress bar in IE basically runs forever and we have problems with afh:script tags that set the focus to the desired input field. We get a Javascript error that the element doesn't exist (it does, checked with a DOM explorer), or its not ready (may not be because of the progress bar) or isn't visible (it is).
    So after a lot of debugging in our application I just went back to the adf demo war file and the showOneTab component demo page in there shows exactly the same behavior. Firefox 1.5.0.7 does not have this problem.
    Here are the relevent versions of everything:
    ADF faces standalone jars, version 10.1.3.0.4 from the main ADF faces page download.
    JSF 1.1_01 RI
    Websphere 6.0 App Server
    Internet Explorer version 6.0.2900.2180.xpsp_sp2_gdr.050301-1519
    JDK 1.4 - required because of WAS 6.0
    Thanks!
    Steve

    I did find a workaround to this problem. I think its pretty ugly though. I had to add the following to the page:
    <!-- This code is necessary to prevent the IE progress bar runs forever problem. -->
    <f:verbatim>
         <iframe height="1px" marginheight="0px" marginwidth="0px" id="garbageFrame" name="garbageFrame" width="1px" style="visibility:hidden; position:absolute; top:-200px">
         </iframe>
    </f:verbatim>
    <afh:script id="iframeUpdate"
         text="window.garbageFrame.document.write('');
         window.garbageFrame.close()"/>
    <!-- End of code for IE progress bar problem. -->     
    Then I add the iframeUpdate script as a partial Target in my tab disclosure listener:
         UIComponent c = (UIComponent)de.getComponent();
         UIComponent target = c.findComponent(":iframeUpdate");
         AdfFacesContext adfContext = AdfFacesContext.getCurrentInstance();
         if(target != null) {
              adfContext.addPartialTarget(target);
    Just thought I'd follow up as I remember others having the progress bar run forever in IE as well.
    Steve

  • Weird text problem in Internet Explorer (Again)

    Hi all,
    I wonder if anyone out there can help me with this issue. I have just finished a website I have been working on for months. Through the whole process I have been testing the site in Firefox and internet explorer 8 however when I published the site online and tested the site internet explorer sometimes shows the page all jumbled up as displays the pages as detailed in the image below.
    The thing is it seems to show different on different computers I have 4 here and some show ok and some don’t which is puzzling?
    The weirdest thing of all is that i published the same site to both my domains www.ezway.co.uk and www.windows7dvd.com and on the computer I am using now (using internet explorer 8) the windows site shows as it should and the ezway site shows all messed up as displayed in the attached image.
    I know this is a puzzling one but is anyone familiar with a problem like this.
    ( Please ignore the gap halfway down the image as I needed to upload it in two separate halves )
    Also the red boxes are to highlight the errors on the page..
    Hope you can help.
    ezway.

    Hi all,
    I wonder if anyone out there can help me with this issue. I have just finished a website I have been working on for months. Through the whole process I have been testing the site in Firefox and internet explorer 8 however when I published the site online and tested the site internet explorer sometimes shows the page all jumbled up as displays the pages as detailed in the image below.
    The thing is it seems to show different on different computers I have 4 here and some show ok and some don’t which is puzzling?
    The weirdest thing of all is that i published the same site to both my domains www.ezway.co.uk and www.windows7dvd.com and on the computer I am using now (using internet explorer 8) the windows site shows as it should and the ezway site shows all messed up as displayed in the attached image.
    I know this is a puzzling one but is anyone familiar with a problem like this.
    ( Please ignore the gap halfway down the image as I needed to upload it in two separate halves )
    Also the red boxes are to highlight the errors on the page..
    Hope you can help.
    ezway.

  • Java Applet problem in Internet Explorer 7 with Tab Key

    Hi
    I am developing some web pages in which iam using a java applet. so far the intended user are supposed to be using Internet Explorer 7. the problem i am facing is that when i press the tab key within the applet. the control get transferred to new tab position in the web page outside the applet and i have to click back to the applet to get control again transferred to the applet.
    i want to restrict the control of tab so that when tab is pressed within the applet the tab should not move to next tab position in the page and remain confined within the applet.
    Can someone please help me how can i achieve this and whether i have to do coding for it in the applet or in the web page...so that within the applet the Internet Explorer tab control should remain disabled..

    Hello all,
    I have the same problem, but I don't found a solution. Could you resolved the problem and who??
    Thank you.
    Jorge

  • Weird text problem in Internet Explorer

    I have a totally puzzling issue with my text in my website.
    The problem is that it looks fine when the site is previewed in Firefox, Google Chrome or Safari but when previewed in Internet Explorer for some unknown reason some of the text displays incorrectly as illustrated in image 2 below.
    I have been trying for days to solve this issue but nothing I have tried so far can solve the issue. Is anyone out there familiar with this bug?
    Any advice would be greatly appreciated. I have included some images and my CSS details below.
    Image 1 Previewed in Firefox
    Image 2 Previewed in Internet explorer
    This is how the text looks in I.E
    Im thinking that it may be caused by some kind of CSS issue so I have included my CSS file details below.
    #buyncon {
    text-align: right;
    #caseincon {
    #clickoncon {
    margin-top: 3px;
    margin-bottom: 7px;
    #page6 .main_table tr .site_center .site_center1 tr td #content tr td #concontainer9 #orderbottom44 #concontainer33 #col5bb #videocon #lessonsTable tr .txtThree #lessonsTable2 tr td #hook {
    padding: 10px;
    #linespop1con {
    background-image: url(images/POPUPLINES.gif);
    background-repeat: no-repeat;
    height: 168px;
    #rightsicon {
    width: 287px;
    float: right;
    margin-right: 45px;
    #lefthacon {
    width: 400px;
    margin-left: 15px;
    #peron {
    width: 161px;
    margin-left: auto;
    margin-top: 30px;
    margin-right: auto;
    #mainimcon {
    body {padding:0; margin:0; height:750px; background:#6f6f6f}
    #caseincon img {
    margin-right: 15px;
    margin-bottom: 15px;
    #prices {
    width: 35px;
    float: right;
    #units {
    width: 48px;
    #unitprcon {
    margin-top: 5px;
    #lefthancol {
    width: 385px;
    margin-left: 25px;
    #linesvidcon {
    background-image: url(images/POPUPLINES2.gif);
    background-repeat: no-repeat;
    height: 102px;
    #flashpopcon {
    #righthancol {
    width: 287px;
    float: right;
    margin-right: 45px;
    margin-top: 10px;
    #learnaboutccon {
    #wordscon {
    #buynowbcon {
    text-align: right;
    margin-top: 100px;
    #persontutcon {
    width: 161px;
    margin-top: 20px;
    margin-right: auto;
    margin-left: auto;
    #itemmon {
    width: 66px;
    #maccscon {
    width: 40px;
    float: right;
    table, td {border-collapse:collapse;}
    #itemscon {
    margin-top: 10px;
    table, td, img {border:0; padding:0;}
    form, td{
    margin:0;
    padding:0;
    html {height:100%;}
    br{font-size:10px}
    table{border:0px; border-collapse:collapse; }
    body, td{
    font-size:11px;
    font-family:Tahoma, Geneva, sans-serif;
    color:#7d7b7b;
    line-height:13px;
    vertical-align:top;
    padding:0px;
    a img{ border:0px}
    img{
    strong{
    color:#999
    b{ color:#585858}
    span{}
    span a{}
    span a:hover{}
    a{
    color:#999;
    text-decoration:none
    a:hover{
    color:#999;
    text-decoration: underline
    .bg_bot{ background:url(images/bg_bot.gif) top left repeat-x #6f6f6f}
    .bg_color{ background:#f2f2f2}
    .bg_li_bot{ background:url(images/bg_li_bot.gif) top left repeat-y}
    .bg_color_top{ background:#FFFFFF}
    ul{margin:0; padding:0; list-style:none}
    li{ line-height:18px }
    li a{ background:url(images/1_z1.gif)  center left no-repeat; background-position:0 5px; margin:0px; padding-left:9px;color:#91908d; text-decoration:underline}
    li a:hover{color:#91908d; text-decoration:none}
    .more{background:url(images/1_z2.gif)  center left no-repeat; background-position:0 5px; padding-left:12px; vertical-align:middle; color:#434343; font-weight:bold; text-decoration:none}
    .more:hover{ text-decoration:underline}
    .main_table{ width:100%; background:url(images/bg_left.gif) top left repeat-x #c4c4c4}
    .site_center{text-align:center; width:100%; background:url(images/bg_bot.gif) bottom left repeat-x}
    .site_center1{margin:0 auto; text-align:left; width:770px;}
    /*header*/
    #header{ height:339px; width:770px}
    #header .row1{ height:26px; background:url(images/bg_hed_top.gif) top left repeat-y }
    #header .row2{ height:313px; background:url(images/bg_hed_li.gif) top left repeat-x }
    #header .row2 .col1{ width:586px; background:url(images/bg_header.jpg) bottom right no-repeat}
    #header .row2 .col1 div{ padding:142px 0 0 60px}
    #header .row2 .col1 .title{ margin:0 89px 0 0px}
    #header .row2 .col2{ width:184px}
    #header .row2 .col2 .indent{ margin:101px 0 0px 0px}
    /*content*/
    #content{
    width:770px;
    height:352px;
    background:#FFFFFF
    /*page1*/
    #page1 #content .row1{ height:10px; background:url(images/bg_top_con.gif) top left repeat-x}
    /*page2*/
    #page2 #content .row1{ height:10px; background:url(images/bg_top_con.gif) top left repeat-x}
    /*page3*/
    #page3 #content .row1{ height:10px; background:url(images/bg_top_con.gif) top left repeat-x}
    /*page4*/
    #page4 #content .row1{ height:10px; background:url(images/bg_top_con.gif) top left repeat-x}
    /*page5*/
    #page5 #content .row1{ height:10px; background:url(images/bg_top_con.gif) top left repeat-x}
    /*page6*/
    #page6 #content .row1{ height:10px; background:url(images/bg_top_con.gif) top left repeat-x}
    /*page7*/
    #page7 #content .row1{ height:10px; background:url(images/bg_top_con.gif) top left repeat-x}
    /*footer*/
    #footer { width:770px; height:59px;}
    #footer .row1{ height:5px; background:url(images/bg_foot.gif) top left repeat-x;}
    .ab {
    color: #919190;
    #footer .row2{ height:54px; background:#919190; color:#FFFFFF; font-size:10px}
    #footer .row2 div{
    #footer .row2 .indent{ margin:0 15px 0 15px}
    #footer .row2 a{ color:#FFFFFF; text-decoration: underline}
    #footer .row2 a:hover{ color:#FFFFFF; text-decoration: none}
    /*input*/
    input.text{
    width: 250px;
    label.top {
    display: block;
    margin-bottom: 0.5em;
    font-style: italic;
    .input1{
       background:#ffffff;
       border:1px solid #91908d;
       width:201px; height:15px;
       color:#91908d;
       font-size:10px
    #input2{
       width:44px; height:11px;
       border:0px;
    #input3{
       width:39px; height:11px;
       border:0px;
    textarea{
    background:#ffffff;
    border:1px solid #91908d;
    width:250px;
    height:49px;
    overflow:auto;
    font-family:Tahoma;
    font-size:11px;
    color:#91908d;
    margin-top: 0.5em;
    }.reviewtitle {
    font-size: 14px;
    font-weight: normal;
    #contactleft {
    width: 254px;
    padding: 10px;
    margin-left: 20px;
    margin-top: 45px;
    background-image: url(images/conbkg.gif);
    .italics {
    font-style: italic;
    .bolds {
    font-weight: bold;
    #conactadress {
    width: 382px;
    margin-top: 45px;
    margin-right: 55px;
    float: right;
    #contactbox {
    width: 380px;
    float: right;
    #links {
    text-align: center;
    margin-bottom: 20px;
    #reviewleftbkg {
    width: 254px;
    padding: 10px;
    margin-left: 20px;
    margin-top: 45px;
    background-image: url(images/revbkg.gif);
    #feedbackleftbkg {
    margin-left: 20px;
    width: 254px;
    margin-top: 45px;
    padding: 10px;
    background-image: url(images/feedbkg.gif);
    #shoutleft {
    margin-bottom: 40px;
    #feedbackform {
    width: 382px;
    float: right;
    margin-top: 35px;
    margin-right: 55px;
    #hearleft2 {
    margin-bottom: 40px;
    #lefttext {
    margin-bottom: 40px;
    #reviewform {
    width: 382px;
    float: right;
    margin-right: 55px;
    margin-top: 35px;
    #twitter {
    left: 410px;
    bottom: 4px;
    position: relative;
    #delicious {
    position: relative;
    left: 405px;
    bottom: 4px;
    #dig {
    position: relative;
    left: 400px;
    bottom: 4px;
    #facebook {
    position: relative;
    left: 395px;
    bottom: 4px;
    .row2 div span.quote {
    position: relative;
    left: 210px;
    #privacybkg {
    background-image: url(images/privacy-BKG.gif);
    background-repeat: no-repeat;
    margin: 7px;
    #background {
    clip: rect(auto,auto,auto,auto);
    padding-left: 10px;
    padding-top: 10px;
    #concontainer {
    background-image: url(images/index-bkg.gif);
    background-repeat: no-repeat;
    height: 927px;
    background-position: center;
    #orderbottom {
    background-image: url(images/ORDER-BKG-2-A.gif);
    height: 930px;
    background-repeat: no-repeat;
    background-position: center top;
    padding-top: 10px;
    .clear {
    clear: both;
    #dataimage {
    padding-top: 39.5px;
    padding-bottom: 42.5px;
    padding-left: 25px;
    #dataimage9 {
    #securefile {
    width: 208px;
    float: right;
    #contacttitle {
    #pivacycontainer {
    width: 208px;
    position: absolute;
    left: 850px;
    padding-top: 15px;
    #pivacycontainer2 {
    width: 208px;
    position: absolute;
    left: 820px;
    padding-top: 15px;
    #dataimage2 {
    padding-left: 25px;
    padding-top: 34.5px;
    padding-bottom: 32px;
    width: auto;
    #pivacycontainer3 {
    width: 208px;
    position: absolute;
    left: 820px;
    padding-top: 5px;
    #personaltutor {
    #dataimage3 {
    padding-left: 25px;
    #contacttitle3 {
    width: 400px;
    #personaltutorcontainaer1 {
    margin-bottom: 35px;
    #personaltutor1 {
    width: 160px;
    margin-left: 40px;
    margin-bottom: 18px;
    #windows7box {
    width: 345px;
    margin-top: 30px;
    margin-left: 40px;
    margin-bottom: 30px;
    #productbox {
    width: 358px;
    position: absolute;
    left: 691px;
    #pivacycontainer4 {
    width: 208px;
    position: absolute;
    left: 835px;
    padding-top: 15px;
    #dataimage4 {
    padding-top: 39.5px;
    padding-bottom: 44.5px;
    padding-left: 25px;
    #contactlogo {
    margin-bottom: 4px;
    #col1 {
    width: 251px;
    margin-right: 35px;
    float: right;
    margin-top: 93px;
    #theproblem {
    padding-left: 5px;
    #thesolution {
    padding-left: 5px;
    .box {
    .right {
    #col2 {
    width: 430px;
    padding-left: 30px;
    margin-top: 65px;
    #brace {
    color: #FFF;
    #personalcol {
    padding-left: 5px;
    #helpcol {
    background-image: url(images/help-bkg.gif);
    background-repeat: no-repeat;
    width: 251px;
    height: 275px;
    margin-top: 12px;
    #readcol {
    background-repeat: no-repeat;
    height: 173px;
    margin-top: 20px;
    clear: both;
    .indexbold {
    font-size: 14px;
    font-weight: bold;
    color: #476068;
    line-height: 17px;
    padding-left: 10px;
    #help {
    padding-left: 17px;
    font-size: 14px;
    line-height: 17px;
    color: #999;
    font-weight: bold;
    padding-top: 13px;
    padding-bottom: 5px;
    .five {
    margin-left: 10px;
    .buttontext {
    font-size: 14px;
    color: #FFF;
    clear: inherit;
    position: relative;
    left: 87px;
    bottom: 33px;
    width: 200px;
    #problemcol {
    #monitorcol {
    #solutioncol {
    .buttontext2 {
    font-size: 14px;
    color: #FFF;
    clear: both;
    position: relative;
    left: 109px;
    bottom: 33px;
    width: 80px;
    #concontainerorder {
    background-image: url(images/order-bkg-top-2.gif);
    background-repeat: no-repeat;
    height: 450px;
    background-position: center top;
    margin-bottom: 30px;
    #col5 {
    #buycol {
    width: 161px;
    float: right;
    padding-top: 10px;
    .learnbold {
    font-size: 14px;
    font-weight: bold;
    padding-bottom: 5px;
    line-height: 17px;
    #tutorcol {
    width: 161px;
    clear: both;
    float: right;
    padding-top: 20px;
    #col6 {
    width: 231px;
    padding-left: 30px;
    margin-top: 65px;
    #smallcases {
    width: 226px;
    margin-bottom: 5px;
    #unit {
    padding-top: 4px;
    #price {
    width: 45px;
    float: right;
    #mac {
    width: 41px;
    float: right;
    margin-right: 6px;
    #item {
    width: 90px;
    #print {
    width: 70px;
    .size {
    font-size: 12px;
    #emailcon {
    margin-top: 22px;
    #addcol {
    margin-top: 44px;
    padding-left: 7px;
    margin-bottom: 3px;
    .yellow {
    font-size: 14px;
    font-weight: bold;
    color: #F3BA22;
    #email {
    width: 130px
    #clickcol {
    #smallcasecol {
    background-image: url(images/fade2.jpg);
    height: 83px;
    background-repeat: no-repeat;
    width: 226px;
    padding-top: 10px;
    padding-left: 3px;
    #smallcases img {
    margin: 3px;
    #linecol {
    width: 357px;
    background-image: url(images/order-bkg.gif);
    height: 206px;
    background-repeat: no-repeat;
    #casecol {
    width: 231px;
    #zoomcol {
    #itemcol {
    margin-top: 7px;
    #stockcol {
    margin-top: 9px;
    #overallcol {
    margin-top: 12px;
    #stock {
    width: 49px;
    float: right;
    #read {
    margin-top: 7px;
    #write {
    width: 100px;
    float: right;
    margin-right: 120px;
    #readrev {
    font-family: Tahoma, Geneva, sans-serif;
    width: 110px;
    #availcol {
    width: 65px;
    #titlecol {
    width: 357px;
    #read #write img {
    margin-bottom: 0px;
    margin-right: 3px;
    #read #readrev img {
    margin-right: 3px;
    #emailcon #email img {
    margin-right: 7px;
    #contentscon {
    padding-left: 150px;
    padding-right: 70px;
    text-align: justify;
    margin-top: 80px;
    .blue14 {
    color: #386989;
    font-size: 14px;
    font-weight: bold;
    .blue11 {
    font-size: 11px;
    color: #386989;
    font-weight: bold;
    .orange14 {
    color: #f79420;
    font-size: 11px;
    font-weight: bold;
    #buy2 {
    width: 150px;
    float: right;
    margin-right: 65px;
    position: relative;
    padding-top: 10px;
    #greatvalue {
    width: 230px;
    margin-left: 150px;
    #readour {
    color: #f79420;
    font-size: 15px;
    font-weight: bold;
    padding-left: 150px;
    .orange15 {
    color: #f79420;
    #col7 {
    width: 382px;
    margin-top: 55px;
    margin-right: 40px;
    float: right;
    #col8 {
    width: 254px;
    background-color: #F4F6F6;
    padding: 10px;
    margin-top: 55px;
    margin-left: 30px;
    #privacyleft {
    margin-bottom: 10px;
    margin-top: 5px;
    #personalt {
    margin-bottom: 5px;
    .bold2 {
    font-size: 14px;
    font-weight: bold;
    #col4 {
    width: 250px;
    float: right;
    margin-right: 35px;
    margin-top: 65px;
    #col5 {
    width: 375px;
    padding-left: 30px;
    float: right;
    #videocon {
    #greatcon {
    padding-left: 6px;
    padding-top: 2px;
    #pertutor {
    margin-bottom: 10px;
    padding-left: 5px;
    #pledgecon {
    background-image: url(images/video-bkg-10bb.jpg);
    height: 290px;
    background-repeat: no-repeat;
    padding: 10px;
    #buttoncon {
    #text1 {
    #piccon {
    width: 82px;
    float: left;
    margin-right: 10px;
    #text2 {
    #text3 {
    text-align: right;
    #buttoncon {
    #pricingdetails {
    width: 100px;
    top: 10px;
    .indexbold2 {
    font-size: 14px;
    font-weight: bold;
    color: #999;
    line-height: 17px;
    .greybold {
    font-size: 14px;
    font-weight: bold;
    #unitboxcol {
    margin-top: 5px;
    #pricebox {
    width: 35px;
    float: right;
    #macbox {
    #unitbox {
    width: 47px;
    #itemboxcol {
    #itbox {
    #itsbox {
    margin-top: 10px;
    #maxibox {
    width: 39px;
    float: right;
    #ibox {
    width: 65px;
    #col5b {
    width: 430px;
    padding-left: 30px;
    margin-top: 65px;
    #col5c {
    width: 357px;
    float: right;
    margin-right: 80px;
    margin-top: 70px;
    #sprycon {
    #tagcon {
    #Prod {
    width: 100px;
    #reviews {
    width: 45px;
    float: right;
    #procon {
    width: 125px;
    margin-left: 27px;
    font-weight: bold;
    color: #999;
    #revicon {
    width: 50px;
    float: right;
    font-weight: bold;
    margin-right: 515px;
    color: #999;
    #orderbottom2 {
    background-image: url(images/ORDER-BKG-2-A.gif);
    height: 915px;
    background-repeat: no-repeat;
    background-position: center top;
    padding-top: 10px;
    #stars4 {
    width: 200px;
    margin-bottom: 5px;
    padding-bottom: 2px;
    margin-left: 25px;
    #date4 {
    font-weight: bold;
    float: right;
    width: 113px;
    margin-right: 30px;
    #reviewss4 {
    font-weight: bold;
    width: 350px;
    margin-left: 150px;
    #mesages4 {
    text-align: justify;
    margin-top: 10px;
    margin-right: 35px;
    margin-left: 150px;
    #stars5 {
    width: 200px;
    margin-bottom: 5px;
    margin-left: 25px;
    padding-bottom: 2px;
    #date5 {
    font-weight: bold;
    float: right;
    margin-right: 32px;
    #reviewss5 {
    font-weight: bold;
    width: 350px;
    margin-left: 150px;
    #mesages5 {
    text-align: justify;
    margin-top: 10px;
    margin-right: 35px;
    margin-left: 150px;
    #review1con5 {
    margin-top: 97px;
    #stars6 {
    width: 200px;
    margin-bottom: 5px;
    margin-left: 25px;
    padding-bottom: 2px;
    #date6 {
    font-weight: bold;
    float: right;
    margin-right: 30px;
    #reviewss6 {
    font-weight: bold;
    width: 350px;
    margin-left: 150px;
    #mesages6 {
    text-align: justify;
    margin-top: 10px;
    margin-right: 35px;
    margin-left: 150px;
    #orderbottom3 {
    background-image: url(images/ORDER-BKG-2-A.gif);
    height: 915px;
    background-repeat: no-repeat;
    background-position: center top;
    padding-top: 10px;
    #customcon {
    font-size: 12px;
    font-weight: bold;
    margin-left: 20px;
    #cus {
    padding-bottom: 20px;
    #stars {
    width: 200px;
    margin-left: 25px;
    padding-bottom: 2px;
    margin-bottom: 5px;
    #rate {
    width: 154px;
    font-size: 14px;
    font-weight: bold;
    color: #f79420;
    float: right;
    margin-right: 500px;
    #reviewss {
    width: 350px;
    margin-left: 150px;
    font-size: 12px;
    font-weight: bold;
    color: #494949;
    #review2con2 {
    margin-top: 100px;
    #review1con {
    margin-top: 65px;
    #date {
    width: 90px;
    float: right;
    color: #494949;
    font-weight: bold;
    margin-right: 30px;
    .blue2 {
    color: #386989;
    #mesage {
    margin-left: 150px;
    margin-right: 35px;
    margin-top: 10px;
    text-align: justify;
    .dark12 {
    font-size: 12px;
    font-weight: bold;
    color: #494949;
    #stars2 {
    width: 200px;
    margin-bottom: 5px;
    margin-left: 25px;
    padding-bottom: 2px;
    #date2 {
    float: right;
    margin-right: 33px;
    #reviewss2 {
    #reviewss2 {
    margin-left: 150px;
    #review1con3 {
    margin-top: 175px;
    #stars3 {
    width: 200px;
    margin-bottom: 5px;
    margin-left: 25px;
    padding-bottom: 2px;
    #date3 {
    font-weight: bold;
    float: right;
    width: 97px;
    margin-right: 30px;
    #reviewss3 {
    font-weight: bold;
    width: 350px;
    margin-left: 150px;
    #mesage3 {
    text-align: justify;
    margin-top: 10px;
    margin-right: 35px;
    margin-left: 150px;
    #mesage2 {
    text-align: justify;
    margin-top: 10px;
    margin-right: 35px;
    margin-left: 150px;
    #review1con4 {
    margin-top: 65px;
    #review1con6 {
    margin-top: 200px;
    #sharecon2 {
    color: #FD9639;
    font-size: 14px;
    font-weight: bold;
    margin-top: 143px;
    margin-left: 23px;
    #numbercon2 {
    font-size: 14px;
    font-weight: bold;
    float: right;
    margin-right: 30px;
    margin-top: 19px;
    #clickhcon3 {
    width: 400px;
    font-size: 11px;
    font-weight: bold;
    margin-left: 23px;
    margin-top: 19px;
    color: #386989;
    #buysmcon2 {
    float: right;
    margin-top: 35px;
    margin-right: 20px;
    .bluerev {
    color: #386989;
    #sharecon {
    font-size: 14px;
    font-weight: bold;
    color: #fd9639;
    margin-top: 121px;
    margin-left: 23px;
    #numbercon {
    font-size: 14px;
    font-weight: bold;
    float: right;
    margin-top: 19px;
    margin-right: 20px;
    #clickhcon {
    font-size: 11px;
    width: 400px;
    margin-top: 19px;
    margin-left: 23px;
    font-weight: bold;
    color: #386989;
    #buysmcon {
    float: right;
    margin-top: 35px;
    margin-right: 20px;
    #col1new {
    width: 251px;
    margin-right: 35px;
    margin-top: 95px;
    float: right;
    #col2new {
    width: 430px;
    margin-top: 95px;
    margin-left: 20px;
    #pricon {
    clear: both;
    #butscon {
    float: none;
    padding-right: 10px;
    margin-top: 5px;
    #revscon {
    font-size: 14px;
    font-weight: bold;
    color: #999;
    padding-left: 15px;
    padding-top: 15px;
    padding-bottom: 13px;
    #butzcon {
    clear: both;
    float: right;
    padding-right: 10px;
    padding-top: 10px;
    #shoutcon {
    width: 71px;
    margin-left: 15px;
    #seewhatcon {
    float: right;
    width: 148px;
    #clickzcon {
    clear: both;
    #tabzcon {
    margin-left: 72px;
    padding-top: 18px;
    font-size: 14px;
    #aboutuzcon {
    font-size: 14px;
    margin-left: 48px;
    padding-top: 4px;
    font-weight: bold;
    color: #999;
    #demozcon {
    float: right;
    font-size: 14px;
    font-weight: bold;
    margin-right: 524px;
    padding-top: 4px;
    #tabzcon2 {
    #buyzon {
    padding-left: 75px;
    font-size: 14px;
    font-weight: bold;
    padding-top: 10px;
    #orderbottom4 {
    background-image: url(images/index-bottom-bkg.gif);
    background-repeat: no-repeat;
    background-position: center top;
    padding-top: 10px;
    height: 838px;
    #ttabscon {
    #ttabscon {
    font-size: 14px;
    font-weight: bold;
    padding-top: 3px;
    padding-left: 58px;
    color: #999;
    #breakercon {
    color: #F7F6EC;
    #breaker2con {
    color: #F7F6EC;
    #breaker3con {
    color: #F7F6EC;
    #securecontainer {
    #contacttitle2 {
    #boxxcon4 {
    position: relative;
    #securecontainer img {
    position: absolute;
    top: 3px;
    right: 10px;
    #boxxxxcon4 {
    position: relative;
    #cardcon {
    position: absolute;
    top: 3px;
    right: 10px;
    #boxxxxcon4 img {
    #boxcon5 {
    position: relative;
    #privacycon {
    #privacycon img {
    position: absolute;
    top: 15px;
    right: 4px;
    #boxcon3 {
    position: relative;
    #filmcon {
    #filmcon img {
    #boxcon2 {
    position: relative;
    #filmzcon2 {
    position: absolute;
    top: 5px;
    right: 5px;
    #windows7container {
    #pro1con {
    #case1con {
    #pro11con {
    position: relative;
    #case1con img {
    position: absolute;
    top: 3px;
    right: 8px;
    #win7con {
    padding-left: 40px;
    padding-top: 20px;
    padding-bottom: 0px;
    #per1con {
    #person1con {
    padding-top: 20px;
    padding-bottom: 26px;
    padding-left: 40px;
    #but1con {
    float: right;
    #buttoncon {
    float: right;
    #concontainer2 {
    background-image: url(images/video-bkg-5.gif);
    background-repeat: no-repeat;
    height: 1460px;
    background-position: center;
    #concontainer2b {
    background-repeat: no-repeat;
    height: 927px;
    background-position: center;
    background-image: url(images/video-bkg-4.gif);
    #footszcon {
    #ezcon {
    padding-top: 21px;
    padding-left: 63px;
    #netxcon {
    float: right;
    padding-top: 14px;
    padding-right: 20px;
    #netxcon img {
    margin-left: 18px;
    #readocon {
    font-size: 14px;
    font-weight: bold;
    margin-top: 95px;
    margin-left: 20px;
    .smallz {
    font-size: 10px;
    #bodcon2 {
    padding-top: 5px;
    padding-right: 20px;
    padding-bottom: 30px;
    padding-left: 30px;
    #bodcon3 {
    margin-right: 35px;
    margin-left: 5px;
    float: right;
    #bodcon4 {
    margin-left: 20px;
    #bodconntainer {
    margin-top: 40px;
    .thanks {
    font-size: 12px;
    .bluze {
    color: #3366ff;
    .blue5 {
    font-size: 14px;
    font-weight: bold;
    color: #3366ff;
    #bodcon1 {
    padding-top: 5px;
    padding-right: 20px;
    padding-left: 45px;
    font-size: 16px;
    color: #999;
    margin-bottom: 30px;
    #bodcon7 {
    margin-right: 100px;
    margin-left: 5px;
    font-size: 13px;
    float: right;
    .bluze2 {
    color: #3366ff;
    font-size: 12px;
    font-weight: bold;
    #trybuy {
    float: right;
    #bodconntainer #bodcon1 {
    font-size: 18px;
    color: #999;
    .bluze3 {
    color: #3366ff;
    font-size: 14px;
    font-weight: bold;
    .bluze4 {
    color: #999;
    font-size: 14px;
    font-weight: bold;
    #netxcon4 {
    float: right;
    padding-top: 14px;
    padding-right: 20px;
    #netxcon8 {
    padding-right: 0px;
    float: right;
    .bluze5 {
    color: #3366ff;
    font-size: 31px;
    font-weight: bold;
    label.check {
    font-weight: bold;
    .orange16 {
    color: #f79420;
    font-size: 14px;
    font-weight: bold;
    .dark13 {
    font-size: 12px;
    font-weight: bold;
    color: #999;
    #col2z {
    width: 700px;
    padding-left: 30px;
    margin-top: 20px;
    #theproblemz {
    padding-left: 5px;
    #monitorcolz {
    #solutioncolz {
    .bb1 {
    float: right;
    .pp2 {
    float: right;
    .bb2 {
    float: right;
    .clearz {
    clear: both;
    #vidz1 {
    margin-right: 30px;
    #seal1 {
    float: right;
    margin-right: 30px;
    margin-bottom: 50px;
    #seal2 {
    float: right;
    margin-right: 30px;
    #seal3 {
    margin-right: 30px;
    float: right;
    #line2 {
    clear: both;
    #line3 {
    clear: both;
    #line1 {
    clear: both;
    #seal6 {
    float: right;
    margin-right: 30px;
    #seal7 {
    float: right;
    margin-right: 30px;
    margin-bottom: 50px;
    #seal8 {
    float: right;
    margin-right: 30px;
    #seal9 {
    float: right;
    margin-right: 30px;
    #seal4 {
    float: right;
    margin-right: 30px;
    margin-bottom: 50px;
    #seal5 {
    float: right;
    margin-right: 30px;
    #vidz2 {
    margin-right: 30px;
    #vidz3 {
    margin-right: 30px;
    #line4 {
    clear: both;
    #seal10 {
    float: right;
    margin-right: 30px;
    margin-bottom: 50px;
    #seal12 {
    #seal11 {
    float: right;
    margin-right: 30px;
    #seal12 {
    float: right;
    margin-right: 30px;
    #seal13 {
    float: right;
    margin-right: 30px;
    margin-bottom: 30px;
    #seal14 {
    float: right;
    margin-right: 30px;
    #seal15 {
    float: right;
    margin-right: 30px;
    #line5 {
    clear: both;
    #solutio {
    clear: both;
    #concontainer2 {
    background-image: url(images/vid-bkg-5.gif);
    background-repeat: no-repeat;
    height: 1460px;
    background-position: center;
    .big {
    font-family: Verdana, Geneva, sans-serif;
    font-size: 16px;
    font-weight: bolder;
    color: #666666;
    #col5bb {
    width: 375px;
    padding-left: 30px;
    margin-top: 25px;
    #concontainerorder2 {
    background-image: url(images/order-background-new.gif);
    background-repeat: no-repeat;
    height: 560px;
    background-position: center top;
    margin-bottom: 30px;
    margin-top: 20px;
    #col5cc {
    width: 450px;
    float: right;
    margin-right: 40px;
    margin-top: 70px;
    #titlecol2 {
    width: 448px;
    #clickcol2 {
    .lift {
    margin-bottom: 4px;
    .pound {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 9px;
    color: #00F;
    #col44 {
    width: 330px;
    float: right;
    margin-right: 35px;
    margin-top: 25px;
    margin-left: 15px;
    #page6 .main_table tr .site_center .site_center1 tr td #content tr td #concontainer99 #orderbottom4444 #concontainer333 #col5bb #videocon #lessonsTable tr .txtThree #lessonsTable2 tr td #hook {
    padding: 10px;
    #buycol2 {
    width: 161px;
    float: right;
    padding-top: 35px;
    #buzz {
    margin-top: 20px;
    #pledgecon2 {
    background-image: url(images/video-bkg-2.gif);
    height: 229px;
    background-repeat: no-repeat;
    padding: 10px;
    #aboutuzcon2 {
    font-size: 14px;
    margin-left: 42px;
    padding-top: 4px;
    font-weight: bold;
    color: #999;
    #concontainerorder3 {
    background-image: url(images/order-background-new.gif);
    background-repeat: no-repeat;
    height: 560px;
    background-position: center top;
    margin-bottom: 30px;
    margin-top: 20px;
    #concontainer3 {
    #concontainer3 {
    background-image: url(images/video-bkg-12.gif);
    background-repeat: no-repeat;
    height: 2920px;
    background-position: center;
    #prodetails {
    #col1b {
    width: 251px;
    margin-right: 35px;
    float: right;
    margin-top: 90px;
    #concontainer9 {
    background-image: url(images/index-9.gif);
    background-repeat: no-repeat;
    height: 927px;
    background-position: center;
    #contentscon2 {
    padding-left: 40px;
    padding-right: 40px;
    text-align: justify;
    margin-top: 80px;
    #greatvalue2 {
    width: 230px;
    margin-left: 40px;
    #buy2222 {
    width: 150px;
    float: right;
    margin-right: 30px;
    position: relative;
    padding-top: 20px;
    margin-bottom: 30px;
    #orderbottom9 {
    background-image: url(images/index-bottom-bkg.gif);
    background-repeat: no-repeat;
    background-position: center top;
    padding-top: 10px;
    height: 750px;
    #qvc {
    margin-left: 3px;
    margin-top: 80px;
    #readcol2 {
    background-repeat: no-repeat;
    height: 173px;
    clear: both;
    #revscon2 {
    font-size: 14px;
    font-weight: bold;
    color: #999;
    margin-left: 25px;
    #concontainer33 {
    background-repeat: no-repeat;
    height: 2920px;
    background-position: center;
    #contentscon22 {
    padding-left: 40px;
    padding-right: 40px;
    text-align: justify;
    #orderbottom44 {
    background-repeat: no-repeat;
    background-position: center top;
    padding-top: 10px;
    height: 3778px;
    #qvc2 {
    margin-left: 3px;
    margin-bottom: 15px;
    #orderbottom444 {
    background-repeat: no-repeat;
    background-position: center top;
    padding-top: 10px;
    height: 4778px;
    #concontainer99 {
    background-image: url(images/index-9999.gif);
    background-repeat: no-repeat;
    height: 3784px;
    background-position: center;
    #page6 .main_table tr .site_center .site_center1 tr td #content tr td #concontainer99 #orderbottom44 #concontainer33 #col5bb #videocon #lessonsTable tr .txtThree #lessonsTable2 tr td #hook #hook2 {
    padding: 10px;
    #concontainer333 {
    background-repeat: no-repeat;
    height: 3576px;
    background-position: center;
    #orderbottom4444 {
    background-repeat: no-repeat;
    background-position: center top;
    padding-top: 10px;
    height: 3778px;
    #concontainer999 {
    background-image: url(images/index-99.gif);
    background-repeat: no-repeat;
    height: 927px;
    background-position: center;
    #concontainerz {
    background-image: url(images/index-9.gif);
    background-repeat: no-repeat;
    height: 927px;
    background-position: center;
    #concontainer25 {
    background-image: url(images/index-9.gif);
    background-repeat: no-repeat;
    height: 912px;
    background-position: center;
    #pertutorz {
    padding-left: 5px;
    padding-bottom: 8px;
    #tabzcon9 {
    margin-left: 60px;
    padding-top: 18px;
    font-size: 14px;
    I hope that someone may be able to help.
    Thanks in advance.
    Fitz.

    Hey when i try to add the new code as
    sugested the whole of my pa
    ge code greys out...
    is this right?
    sorry if i sound stupid...
    heres my unchanged code in case of need...
    <?xml version="1.0" encoding="utf-8"?>
    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
    <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
    <head>
    <!-- TemplateBeginEditable name="doctitle" -->
    <title>Learn Windows 7 DVD - ideal for visual learners - View online demo of contents</title>
    <!-- TemplateEndEditable -->
    <META NAME="KEYWORDS" CONTENT=",Learn windows 7 DVD, learn about computers, Windows 7 dvd, pc help, how to use a computer,windows 7,learning about computers,">
    <META NAME="description" content= " Need to learn about computers? Get this great Learn Windows 7 DVD with over
    5 hours of contents teaching everything you need to know Watch online demo of contents">
    <link href="../style.css" rel="stylesheet" type="text/css" />
    <script type="text/javascript">
    <!--
    function MM_preloadImages() { //v3.0
      var d=document; if(d.images){ if(!d.MM_p) d.MM_p=new Array();
        var i,j=d.MM_p.length,a=MM_preloadImages.arguments; for(i=0; i<a.length; i++)
        if (a[i].indexOf("#")!=0){ d.MM_p[j]=new Image; d.MM_p[j++].src=a[i];}}
    function MM_openBrWindow(theURL,winName,features) { //v2.0
      window.open(theURL,winName,features);
    //-->
    </script>
    <!-- TemplateBeginEditable name="head" -->
    <!-- TemplateEndEditable -->
    </head>
    <body id="page6" onload="MM_preloadImages('../images/m1_1.gif','../images/m2_2.gif','../images/m3_3.gif',' ../images/m4_4.gif','../images/m5_5.gif')">
    <table class="main_table">
      <tr>
      <td  class="site_center"><table class="site_center1">
      <tr>
         <td><!-- TemplateBeginEditable name="Header" -->
           <object style="margin:0px 0 0 -5px" classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=8,0,0,24" width="780" height="339">
             <param name="movie" value="../flash/header_v8.swf?button=5" />
             <param name="quality" value="high" />
             <param name="menu" value="false" />
             <!--[if !IE]> <-->
             <object data="../flash/header_v8.swf?button=5"
                width="780" height="339" type="application/x-shockwave-flash">
               <param name="quality" value="high" />
               <param name="menu" value="false" />
               <param name="pluginurl" value="http://www.macromedia.com/go/getflashplayer" />
               FAIL (the browser should render some flash content, not this).
                </object>
             <!--> <![endif]-->
            </object>
         <!-- TemplateEndEditable --></td>
        </tr>
        <tr>
         <td>
          <table id="content">
           <tr>
            <td class="row1"></td>
           </tr>
           <tr>
            <td><div id="pro11con">
              <div id="pro1con">
                <div id="case1con"><img src="../images/product-image.jpg" width="358" height="200" alt="Learn about computers the easy way DVD your visual guide for learning about Computers" />            
                </div>
                <div id="win7con"><img src="../images/leard-dvd.gif" width="345" height="144" alt="Learn Windows 7 The easy way DVD The Visual learning system" /></div>
              </div>
            </div>
    <div id="concontainer99"><!-- TemplateBeginEditable name="Title" -->
      <div id="tabzcon"><strong>About us</strong></div>
    <!-- TemplateEndEditable --><br />
                        <p>
              <!-- Boldchat Visitor Monitor HTML v1.30 (Website=- None -,ChatWindow=My Chat Window,ChatInvitation=My Invite Ruleset) -->
              <script language="JavaScript" type="text/javascript"><!--
    document.write('<scr' + 'ipt language="JavaScript" type="text/javascript" src="http://vms.boldchat.com/aid/1829731387427487376/bc.vms/vms.js?url=' + escape(document.location.href) + '&amp;referrer=' + escape(document.referrer) + '&amp;cidid=4472951096587932166&amp;cwdid=5671252028105896945&amp;cp=http&amp;cw=640&amp; ch=480"></scr' + 'ipt>');
    //-->
                                        </script>
              <noscript>
                 <a href="http://www.boldchat.com" title="Live Chat Software" target="_blank"><img alt="Live Chat Software" src="http://vms.boldchat.com/aid/1829731387427487376/bc.vmi" border="0" width="1" height="1"></a>
                 </noscript>
                        <div id="orderbottom4444">
              <div id="concontainer333"> <span id="concontainer33"><br />
                  </span>
                <div id="col44">
                  <div id="pertutor"><img src="../images/personal-tutor-x.jpg" alt="Learn about computers the easy way your very own Personal Tutor" width="163" height="34" /></div>
                  <span id="concontainer33">
                    <p></p>
                     </span>
                  <div id="qvc2"><!-- TemplateBeginEditable name="vidz" -->
                    <div id="vidzz">
                      <p>
                        <object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" width="309" height="263" id="FLVPlayer">
                          <param name="movie" value="../FLVPlayer_Progressive.swf" />
                          <param name="quality" value="high" />
                          <param name="wmode" value="opaque" />
                          <param name="scale" value="noscale" />
                          <param name="salign" value="lt" />
                          <param name="FlashVars" value="&MM_ComponentVersion=1&skinName=../Halo_Skin_3&streamName=../flash/demo/qvc&autoPl ay=true&autoRewind=false" />
                          <param name="swfversion" value="8,0,0,0" />
                          <!-- This param tag prompts users with Flash Player 6.0 r65 and higher to download the latest version of Flash Player. Delete it if you don’t want users to see the prompt. -->
                          <param name="expressinstall" value="../Scripts/expressInstall.swf" />
                          <!-- Next object tag is for non-IE browsers. So hide it from IE using IECC. -->
                          <!--[if !IE]>-->
                          <object type="application/x-shockwave-flash" data="../FLVPlayer_Progressive.swf" width="309" height="263">
                            <!--<![endif]-->
                            <param name="quality" value="high" />
                            <param name="wmode" value="opaque" />
                            <param name="scale" value="noscale" />
                            <param name="salign" value="lt" />
                            <param name="FlashVars" value="&MM_ComponentVersion=1&skinName=../Halo_Skin_3&streamName=../flash/demo/qvc&autoPl ay=true&autoRewind=false" />
                            <param name="swfversion" value="8,0,0,0" />
                            <param name="expressinstall" value="../Scripts/expressInstall.swf" />
                            <!-- The browser displays the following alternative content for users with Flash Player 6.0 and older. -->
                            <div>
                              <h4>Content on this page requires a newer version of Adobe Flash Player.</h4>
                              <p><a href="http://www.adobe.com/go/getflashplayer"><img src="http://www.adobe.com/images/shared/download_buttons/get_flash_player.gif" alt="Get Adobe Flash player" /></a></p>
                               </div>
                            <!--[if !IE]>-->
                             </object>
                          <!--<![endif]-->
                           </object>
                         </p>
                       </div>
                  <!-- TemplateEndEditable -->
                    <p><span class="dark13">A must for every household.</span><span class="greybold"> Get yours Today</span><br />
                       <img src="../images/blue-1.gif" width="287" height="18" alt="Click a blue link on the left to view another product sample" /></p>
                    <p> </p>
                  </div>
                  <div id="pledgecon">
                    <div id="pledcon">
                      <p><span class="indexbold2" id="concontainer33">Our Guarantee</span><span id="concontainer33"><br />
                           </span></p>
                          </div>
                    <div id="piccon"><img src="../images/face-2.gif" width="75" height="73" alt="Ceo Tracy Ferguson Guarantees our product" /></div>
                    <div id="text1">
                      <p>We are so confident that we have the best Learn About Computers DVD on the market that we offer a  full 30 day money back guarantee if you are not 100%  happy with your purchase.</p>
                          </div>
                    <div id="text2">
                      <p><span class="bluze">So why not take a 30 day trial today.</span></p>
                          </div>
                    <div class="bolds" id="text3">
                      <p>~ Tracy Ferguson ezway.co.uk<br />
                        ''Learn today the ezway''
                        <br />
                        <br />
                            </p>
                          </div>
                    <span id="concontainer33">
                      <p></p>
                       </span>
                    <div id="buzz"><img src="../images/but-button-1.gif" alt="Click here to buy it now" width="146" height="42" align="right" onclick="MM_openBrWindow('../pop/buynow.html','BuyNow','width=770,height=673')" /></div>
                    <p> </p>
                    <p> </p>
                    <p><br />
                       </p>
                    <p>  </p>
                    <div>
                      <p class="big">Product  Testimonials <br />
                        <br />
                            <span class="input1">See what others have been saying</span></p>
                       </div>
                    <p> </p>
                    <div id="testa"><span class="bluze5">“</span>I had just brought a new Windows PC but didn’t have a clue  how to use the new features and more importantly didn’t have the time to learn,  the discovery of this DVD solved that problem with all my questions answered  with great easy to follow video explanations. Best of all I can get the answers  to my questions whenever I need on this easy to navigate DVD<span class="bluze3">” </span><br />
                      <br />
                          <span class="dark12"><span class="blue2">David Kelly</span> from Redcar Cleveland, UK</span> </div>
                    <p> </p>
                    <div><span class="bluze5">“</span>Fantastic; I’m a novice when it comes to computers. I have  Windows Vista but my kids couldn’t help me much with it because they have  Windows XP and Vista is totally different. I  bought this tutorial package to see if it could help me. It’s really good. I’m  finding out things that I didn’t know were possible. The demonstration is  really good. It takes you through each step by showing you and talking to you  about how and where things are done. If your like me and not too sure about Vista get this package. At least you will always have it  handy if you run into any problems. If it’s not for you it can always be  returned.<span class="bluze3">” </span><br />
                      <br />
                          <span class="dark12"><span class="blue2">Laura McErlaine</span>,from Devon, UK</span> </div>
                    <p> </p>
                    <div><span class="bluze5">“</span>I bought this DVD package to see if it could  help me. It's really great. I'm finding out things that I didn't know was  possible. The demonstrations are simple to follow. It takes you through each  step by showing you and talking to you about how and where things are done.  Best of all it has an excellent parental control section and now I can keep  tabs on my kids MSN and surfing habits. its also always handy if I ever run  into problems. Highly recommended!<span class="bluze3">” </span><br />
                      <br />
                          <span class="dark12"><span class="blue2">Margaret Taylor</span> from Swindon</span><span class="dark12">, Wilts, UK</span> </div>
                    <p> </p>
                    <div><span class="bluze5">“</span>I have been using Windows for approx 5 mths now, although I  managed, I did not realize how much more there was to using a computer until I  purchased these DVDs. My sister has now brought one, and I have just ordered  one for my brother-inlaw. This is the first time I have left a review for any  of my purchases, (and there are many)<br />
    Well worth the money.<span class="bluze3">” </span><br />
    <br />
    <span class="dark12"><span class="blue2">Niki Huchingson</span> from Cheshire</span><span class="dark12">, UK</span> </div>
                    <p> </p>
                    <div><span class="bluze5">“</span>That day finally came when I had to take that  step and buy a computer, these days everything seem to have reference to the  world wide web and I was getting left far behind in the dark ages.. The day I  brought my shiny new laptop I was disappointed to find no learning aids  included! It didn't even clearly show me how to switch the thing off and on.<br />
                                  <br />
    I bought this tutorial package to see if it could help  me. It's really great. I'm finding out things that I didn't know was possible.  The demonstrations are simple to follow. It takes you through each step by  showing you and talking to you about how and where things are done. Best of all  it has an excellent parental control section and now I can keep tabs on my kids  MSN and surfing habits. its also always handy if I ever run into problems.  Recommended!<span class="bluze3">” </span><br />
    <br />
    <span class="dark12"><span class="blue2">Beverley Web</span>, from Lancashire, UK</span></div>
                    <p> </p>
                    <div><span class="bluze5">“</span>Great product, does just what it says on the box. will be  used as a valuable point of reference for years to come. Quick delivery good  description of product very happy !!<span class="bluze3">” </span>
    </p>
                      <br />
                      <br />
                                <span class="dark12"><span class="blue2">Damien Hayden</span> from Kilmarnock</span><span class="dark12">, Scotland</span></div>
                    <p><span class="learnbold"><a href="file:///E:/WEBSITES%20DOWNLOADED%2030%2012%202010/WIN7%20-%20SITE%20-%2030%2012%202010/www root/index-3.html" class="dark13"><br />
    </a>A must for every household<br />
                         </span><span class="dark13">''Learn today the ezway''</span><span class="learnbold"><br />
                      </span><br />
                          <img src="../images/but-button-1.gif" alt="Click here to buy it now" width="146" height="42" align="right" onclick="MM_openBrWindow('../pop/buynow.html','BuyNow','width=770,height=673')" /></p>
                    <p> </p>
                    <p> </p>
                    <p> </p>
                    <p><!-- BoldChat Live Chat Button HTML v3.00 (Type=Web,ChatButton=Ezway Chat Button,ChatWindow=Ezway Chat Window,Website=- None -,Department=- None -) -->
    <div style="text-align: center; white-space: nowrap;">
    <a href="https://livechat.boldchat.com/aid/1829731387427487376/bc.chat?cwdid=3189782500275221278" target="_blank" onclick="window.open((window.pageViewer && pageViewer.link || function(link){return link;})(this.href + (this.href.indexOf('?')>=0 ? '&amp;' : '?') + 'url=' + escape(document.location.href)), 'Chat3828307382658010510', 'toolbar=0,scrollbars=1,location=0,statusbar=0,menubar=0,resizable=1,width=600,height=400 ');return false;">
      <div><script language="JavaScript" type="text/javascript"> document.write(unescape('%3Cimg alt="Live chat by BoldChat" src="' + (('https:' == document.location.protocol) ? 'https:' : 'http:') + '//cbi.boldchat.com/aid/1829731387427487376/bc.cbi?cbdid=4257079219670373462" border="0" /%3E')); </script></div>
    </a>
    <div><font size="1" face="Arial"><a href="http://www.boldchat.com" style="text-decoration: none"><font color="black">Chat software by </font><b><font color="#AD3100">Bold</font><font color="#003163">Chat</font></b></a></font></div>
    </div>
    <!-- /BoldChat Live Chat Button HTML v3.00 -->
     </p>
                       <br />
                     </div>
                  <div id="buttoncon"></div>
                      </div>
                <div class="col4" id="col5bb">
                  <div id="videocon">
                    <table id="lessonsTable" class="lessons" border="0" cellspacing="0" cellpadding="0">
                      <tr>
                        <td class="txtThree" height="20"><table id="lessonsTable2" class="lessons" border="0" cellspacing="0" cellpadding="0">
                            <tr>
                              <td height="20" colspan="5" valign="middle" bgcolor="#F1F1F1"><div id="hook"><!-- TemplateBeginEditable name="DVDcontents" -->
                                <div id="hook2">
                                  <div>
                                    <h1 class="bluze4"><strong>Learn About Computers the Easy Way</strong></h1>
                                    <p class="chapterHd">Get to grips with the newest Windows operating system with your very own Personal Tutor, this essential product will hold your hand through the whole process from the very basics to the most advanced features of Windows 7. With over 5 hours of content, topics covered include Getting started using Windows, Setting up Parental Controls, networking your PCs, Internet and email, multimedia and entertainment and also the essential tasks of protecting and maintaining your computer from viruses and other common threats. A great gift and Excellent value</p>
                                    </div>
                                  </div>
                              <!-- TemplateEndEditable --><span id="concontainer33"><br />
                                   </span></div></td>
                               </tr>
                            <tr>
                              <td align="center" class="iconQuickActive" id="lessonIconActive124"> </td>
                              <td align="center" class="iconQuickActive" id="lessonIconActive124"> </td>
                              <td class="txtThree"> </td>
                              <td align="right" class="textOne"> </td>
                              <td> </td>
                               </tr>
                            <tr>
                              <td align="center" class="iconQuickActive" id="lessonIconActive120"> </td>
                              <td align="center" class="iconQuickActive" id="lessonIconActive120"> </td>
                              <td class="txtThree"> </td>
                              <td align="right" class="textOne"> </td>
                              <td> </td>
                               </tr>
                            <tr>
                              <td align="center" class="iconQuickActive" id="lessonIconActive119"><img src="../images/quick-time-image-ani.gif" alt="" width="16" height="16" /></td>
                              <td align="center" class="iconQuickActive" id="lessonIconActive119"> </td>
                              <td class="txtThree">Before watching our product clips why not view a product overview video<a href="../demo/Start-menu.html" class="bluze"> Click here</a><!-- TemplateBeginEditable name="intro" --></a><!-- TemplateEndEditable --></a></td>
                              <td align="right" class="textOne"> </td>
                              <td> </td>
                               </tr>
                            <tr>
                              <td align="center" class="iconQuickActive" id="lessonIconActive118"> </td>
                              <td align="center" class="iconQuickActive" id="lessonIconActive118"> </td>
                              <td class="txtThree"> </td>
                              <td align="right" class="textOne"> </td>
                              <td> </td>
                               </tr>
                            <tr>
                              <td align="center" class="iconQuickActive" id="lessonIconActive0"> </td>
                              <td align="center" class="iconQuickActive" id="lessonIconActive0"> </td>
                              <td class="txtThree"><strong class="learnbold">Part 1 - Learning the Basics - (DVD 1)</strong></td>
                              <td align="right" class="textOne"> </td>
                              <td> </td>
                               </tr>
                            <tr>
                              <td id="lessonIconActive128" align="center" class="iconQuickActive"> </td>
                              <td id="lessonIconActive128" align="center" class="iconQuickActive"> </td>
                              <td class="txtThree"> </td>
                              <td align="right" class="textOne"> </td>
                              <td> </td>
                               </tr>
                            <tr>
                              <td id="lessonIconActive1" align="center" class="iconQuickActive"><img src="../images/quick-time-image.gif" alt="" width="16" height="16" /></td>
                              <td id="lessonIconActive1" align="center" class="iconQuickActive"> </td>
                              <td class="txtThree">Introduction</td>
                              <td align="right" class="textOne"> </td>
                              <td> </td>
                               </tr>
                            <tr>
                              <td id="lessonIconActive2" align="center" class="iconQuickActive"><img src="../images/quick-time-image.gif" alt="" width="16" height="16" /></td>
                              <td id="lessonIconActive2" align="center" class="iconQuickActive"> </td>
                              <td class="txtThree">Getting started </td>
                              <td align="right" class="textOne"> </td>
                              <td> </td>
                               </tr>
                            <tr>
                              <td id="lessonIconActive35" align="center" class="iconQuickActive"><img src="../images/quick-time-image.gif" alt="" width="16" height="16" /></td>
                              <td id="lessonIconActive35" align="center" class="iconQuickActive"> </td>
                              <td class="txtThree">The Shut down options</td>
                              <td align="right" class="textOne"> </td>
                              <td> </td>
                               </tr>
                            <tr>
                              <td id="lessonIconActive34" align="center" class="iconQuickActive"><img src="../images/quick-time-image.gif" alt="" width="16" height="16" /></td>
                              <td id="lessonIconActive34" align="center" class="iconQuickActive"> </td>
                              <td class="txtThree">Shutting down your computer </td>
                              <td align="right" class="textOne"> </td>
                              <td> </td>
                               </tr>
                            <tr>
                              <td id="lessonIconActive42" align="center" class="iconQuickActive"><img src="../images/quick-time-image.gif" alt="" width="16" height="16" /></td>
                              <td id="lessonIconActive42" align="center" class="iconQuickActive"> </td>
                              <td class="txtThree">Switching accounts</td>
                              <td align="right" class="textOne"> </td>
                              <td> </td>
                               </tr>
                            <tr>
                              <td id="lessonIconActive41" align="center" class="iconQuickActive"><img src="../images/quick-time-image.gif" alt="" width="16" height="16" /></td>
                              <td id="lessonIconActive41" align="center" class="iconQuickActive"> </td>
                              <td class="txtThree">Logging off</td>
                              <td align="right" class="textOne"> </td>
                              <td> </td>
                               </tr>
                            <tr>
                              <td id="lessonIconActive40" align="center" class="iconQuickActive"><img src="../images/quick-time-image.gif" alt="" width="16" height="16" /></td>
                              <td id="lessonIconActive40" align="center" class="iconQuickActive"> </td>
                              <td class="txtThree">The Lock Feature </td>
                              <td align="right" class="textOne"> </td>
                              <td> </td>
                               </tr>
                            <tr>
                              <td id="lessonIconActive39" align="center" class="iconQuickActive"><img src="../images/quick-time-image.gif" alt="" width="16" height="16" /></td>
                              <td id="lessonIconActive39" align="center" class="iconQuickActive"> </td>
                              <td class="txtThree">Restarting Windows</td>
                              <td align="right" class="textOne"> </td>
                              <td> </td>
                               </tr>
                            <tr>
                              <td id="lessonIconActive38" align="center" class="iconQuickActive"><img src="../images/quick-time-image.gif" alt="" width="16" height="16" /></td>
                              <td id="lessonIconActive38" align="center" class="iconQuickActive"> </td>
                              <td class="txtThree">The Sleep function</td>
                              <td align="right" class="textOne"> </td>
                              <td> </td>
                               </tr>
                            <tr>
                              <td id="lessonIconActive37" align="center" class="iconQuickActive"><img src="../images/quick-time-image.gif" alt="" width="16" height="16" /></td>
                              <td id="lessonIconActive37" align="center" class="iconQuickActive"> </td>
                              <td class="txtThree">The Hibernate feature</td>
                              <td align="right" class="textOne"> </td>
                              <td> </td>
                               </tr>
                            <tr>
                              <td id="lessonIconActive36" align="center" class="iconQuickActive"><img src="../images/quick-time-image.gif" alt="" width="16" height="16" /></td>
                              <td id="lessonIconActive36" align="center" class="iconQuickActive"> </td>
                              <td class="txtThree">Exploring The Start Menu options</td>
                              <td align="right" class="textOne"> </td>
                              <td> </td>
                               </tr>
                            <tr>
                              <td id="lessonIconActive33" align="center" class="iconQuickActive"><img src="../images/quick-time-image.gif" alt="" width="16" height="16" /></td>
                              <td id="lessonIconActive33" align="center" class="iconQuickActive"> </td>
                              <td class="txtThree">The Search Box</td>
                              <td align="right" class="textOne"> </td>
                              <td> </td>
                               </tr>
                            <tr>
                              <td id="lessonIconActive74" align="center" class="iconQuickActive"><img src="../images/quick-time-image.gif" alt="" width="16" height="16" /></td>
                              <td id="lessonIconActive74" align="center" class="iconQuickActive"> </td>
                              <td class="txtThree">The Document, Pictures and Music folders</td>
                              <td align="right" class="textOne"> </td>
                              <td> </td>
                               </tr>
                            <tr>
                              <td id="lessonIconActive73" align="center" class="iconQuickActive"><img src="../images/quick-time-image.gif" alt="" width="16" height="16" /></td>
                              <td id="lessonIconActive73" align="center" class="iconQuickActive"> </td>
                              <td class="txtThree">The Games folder</td>
                              <td align="right" class="textOne"> </td>
                              <td> </td>
                               </tr>
                            <tr>
                              <td id="lessonIconActive72" align="center" class="iconQuickActive"><img src="../images/quick-time-image.gif" alt="" width="16" height="16" /></td>
                              <td id="lessonIconActive72" align="center" class="iconQuickActive"> </td>
                              <td class="txtThree">The Computer option</td>
                              <td align="right" class="textOne"> </td>
                              <td> </td>
                               </tr>
                            <tr>
                              <td id="lessonIconActive71" align="center" class="iconQuickActive"><img src="../images/quick-time-image.gif" alt="" width="16" height="16" /></td>
                              <td id="lessonIconActive71" align="center" class="iconQuickActive"> </td>
                              <td class="txtThree">The Control Panel</td>
                              <td align="right" class="textOne"> </td>
                              <td> </td>
                               </tr>
                            <tr>
                              <td id="lessonIconActive70" align="center" class="iconQuickActive"><img src="../images/quick-time-image-ani.gif" alt="" width="16" height="16" /></td>
                              <td id="lessonIconActive70" align="center" class="iconQuickActive"> </td>
                              <td class="txtThree"><a href="../demo/Device_Printers.html" class="bluze">Devices and printers <!-- TemplateBeginEditable name="intro99" --><span class="italics">(View sample)</span><!-- TemplateEndEditable --></a></td>
                              <td align="right" class="textOne"> </td>
                              <td> </td>
                               </tr>
                            <tr>
                              <td id="lessonIconActive69" align="center" class="iconQuickActive"><img src="../images/quick-time-image.gif" alt="" width="16" height="16" /></td>
                              <td id="lessonIconActive69" align="center" class="iconQuickActive"> </td>
                              <td class="txtThree">The Default Programs option</td>
                              <td align="right" class="textOne"> </td>
                              <td> </td>
                               </tr>
                            <tr>
                              <td id="lessonIconActive68" align="center" class="iconQuickActive"><img src="../images/quick-time-image.gif" alt="" width="16" height="16" /></td>
                              <td id="lessonIconActive68" align="center" class="iconQuickActive"> </td>
                              <td class="txtThree">The Help and Support option</td>
                              <td align="right" class="textOne"> </td>
                              <td> </td>
                               </tr>
                            <tr>
                              <td id="lessonIconActive67" align="center" class="iconQuickActive"><img src="../images/quick-time-image.gif" alt="" width="16" height="16" /></td>
                              <td id="lessonIconActive67" align="center" class="iconQuickActive"> </td>
                              <td class="txtThree">Exploring the rest of the desktop interface</td>
                              <td align="right" class="textOne"> </td>
                              <td> </td>
                               </tr>
                            <tr>
                              <td id="lessonIconActive66" align="center" class="iconQuickActive"><img src="../images/quick-time-image-ani.gif" alt="" width="16" height="16" /></td>
                              <td id="lessonIconActive66" align="center" class="iconQuickActive"> </td>
                              <td class="bluze"><a href="../Demo/Taskbar.html" class="bluze">What is the Windows Taskbar<!-- TemplateBeginEditable name="intro2" --><a href="../Demo/Taskbar.html" class="bluze"><span class="italics">(View sample)</span></a><!-- TemplateEndEditable --></a></td>
                              <td align="right" class="textOne"> </td>
                              <td> </td>
                               </tr>
                            <tr>
                              <td id="lessonIconActive65" align="center" class="iconQuickActive"><img src="../images/quick-time-image.gif" alt="" width="16" height="16" /></td>
                              <td id="lessonIconActive65" align="center" class="iconQuickActive"> </td>
                              <td class="txtThree">Using WordPad</td>
                              <td align="right" class="textOne"> </td>
                              <td> </td>
                               </tr>
                            <tr>
                              <td id="lessonIconActive64" align="center" class="iconQuickActive"><img src="../images/quick-time-image.gif" alt="" width="16" height="16" /></td>
                              <td id="lessonIconActive64" align="center" class="iconQuickActive"> </td>
                              <td class="txtThree">The Paint program</td>
                              <td align="right" class="textOne"> </td>
                              <td> </td>
                               </tr>
                            <tr>
                              <td id="lessonIconActive31" align="center" class="iconQuickActive"><img src="../images/quick-time-image-ani.gif" alt="" width="16" height="16" /></td>
                              <td id="lessonIconActive31" align="center" class="iconQuickActive"> </td>
                              <td class="bluze"><a href="../Demo/Taskbar_Features.html" class="bluze">Advanced Taskbar features<!-- TemplateBeginEditable name="intro3" --><a href="../Demo/Taskbar_Features.html" class="bluze"><span class="italics">(View Sample)</span></a><!-- TemplateEndEditable --></a></td>
                              <td align="right" class="textOne"> </td>
                              <td> </td>
                               </tr>
                            <tr>
                              <td id="lessonIconActive63" align="center" class="iconQuickActive"><img src="../images/quick-time-image-ani.gif" alt="" width="16" height="16" /></td>
                              <td id="lessonIconActive63" align="center" class="iconQuickActive"> </td>
                              <td class="txtThree"><a href="../Demo/Resizing_Windows.html" class="bluze">Movinq &amp; Resizing Windows <!-- TemplateBeginEditable name="intro3b" --><a href="../Demo/Resizing_Windows.html" class="bluze"><span class="italics"> (View sample)</span></a><!-- TemplateEndEditable --></a></td>
                              <td align="right" class="textOne"> </td>
                              <td> </td>
                               </tr>
                            <tr>
                              <td id="lessonIconActive62" align="center" class="iconQuickActive"><img src="../images/quick-time-image.gif" alt="" width="16" height="16" /></td>
                              <td id="lessonIconActive62" align="center" class="iconQuickActive"> </td>
                              <td class="txtThree">The snap feature</td>
                              <td align="right" class="textOne"> </td>
                              <td> </td>
                               </tr>
                            <tr>
                              <td id="lessonIconActive61" align="center" class="iconQuickActive"><img src="../images/quick-time-image.gif" alt="" width="16" height="16" /></td>
                              <td id="lessonIconActive61" align="center" class="iconQuickActive"> </td>
                              <td class="txtThree">Hide windows feature</td>
                              <td align="right" class="textOne"> </td>
                              <td> </td>
                               </tr>
                            <tr>
                              <td id="lessonIconActive60" align="center" class="iconQuickActive"><img src="../images/quick-time-image.gif" alt="" width="16" height="16" /></td>
                              <td id="lessonIconActive60" align="center" class="iconQuickActive"> </td>
                              <td class="txtThree">The shake feature</td>
                              <td align="right" class="textOne"> </td>
                              <td> </td>
                               </tr>
                            <tr>
                              <td id="lessonIconActive59" align="center" class="iconQuickActive"><img src="../images/quick-time-image.gif" alt="" width="16" height="16" /></td>
                              <td id="lessonIconActive59" align="center" class="iconQuickActive"> </td>
                              <td class="txtThree">The Pin to taskbar feature</td>
                              <td align="right" class="textOne"> </td>
                              <td> </td>
                               </tr>
                            <tr>
                              <td id="lessonIconActive58" align="center" class="iconQuickActive"><img src="../images/quick-time-image.gif" alt="" width="16" height="16" /></td>
                              <td id="lessonIconActive58" align="center" class="iconQuickActive"> </td>
                              <td class="txtThree">The Jump lists feature</td>
                              <td align="right" class="textOne"> </td>
                              <td> </td>
                               </tr>
                            <tr>
                              <td id="lessonIconActive57" align="center" class="iconQuickActive"><img src="../images/quick-time-image.gif" alt="" width="16" height="16" /></td>
                              <td id="lessonIconActive57" align="center" class="iconQuickActive"> </td>
                              <td class="txtThree">The Open with feature</td>
                              <td align="right" class="textOne"> </td>
                              <td> </td>
                               </tr>
                            <tr>
                              <td id="lessonIconActive56" align="center" class="iconQuickActive"><img src="../images/quick-time-image.gif" alt="" width="16" height="16" /></td>
                              <td id="lessonIconActive56" align="center" class="iconQuickActive"> </td>
                              <td class="txtThree">Windows Shortcuts </td>
                              <td align="right" class="textOne"> </td>
                              <td> </td>
                               </tr>
                            <tr>
                              <td id="lessonIconActive55" align="center" class="iconQuickActive"><img src="../images/quick-time-image.gif" alt="" width="16" height="16" /></td>
                              <td id="lessonIconActive55" align="center" class="iconQuickActive"> </td>
                              <td class="txtThree">The Move icon feature</td>
                              <td align="right" class="textOne"> </td>
                              <td> </td>
                               </tr>
                            <tr>
                              <td id="lessonIconActive54" align="center" class="iconQuickActive"><img src="../images/quick-time-image.gif" alt="" width="16" height="16" /></td>
                              <td id="lessonIconActive54" align="center" class="iconQuickActive"> </td>
                              <td class="txtThree">The Show desktop feature</td>
                              <td align="right" class="textOne"> </td>
                              <td> </td>
                               </tr>
                            <tr>
                              <td id="lessonIconActive53" align="center" class="iconQuickActive"><img src="../images/quick-time-image.gif" alt="" width="16" height="16" /></td>
                              <td id="lessonIconActive53" align="center" class="iconQuickActive"> </td>
                              <td class="txtThree">The Flip 3D feature</td>
                              <td align="right" class="textOne"> </td>
                              <td> </td>
                               </tr>
                            <tr>
                              <td id="lessonIconActive52" align="center" class="iconQuickActive"><img src="../images/quick-time-image.gif" alt="" width="16" height="16" /></td>
                              <td id="lessonIconActive52" align="center" class="iconQuickActive"> </td>
                              <td class="txtThree">Closing tabs</td>
                              <td align="right" class="textOne"> </td>
                              <td> </td>
                               </tr>
                            <tr>
                              <td id="lessonIconActive51" align="center" class="iconQuickActive"><img src="../images/quick-time-image.gif" alt="" width="16" height="16" /></td>
                              <td id="lessonIconActive51" align="center" class="iconQuickActive"> </td>
                              <td class="txtThree">The Notification Area</td>
                              <td align="right" class="textOne"> </td>
                              <td> </td>
                               </tr>
                            <tr>
                              <td id="lessonIconActive50" align="center" class="iconQuickActive"><img src="../images/quick-time-image.gif" alt="" width="16" height="16" /></td>
                              <td id="lessonIconActive50" align="center" class="iconQuickActive"> </td>
                              <td class="txtThree">Customising the taskbar</td>
                              <td align="right" class="textOne"> </td>
                              <td> </td>
                               </tr>
                            <tr>
                              <td id="lessonIconActive49" align="center" class="iconQuickActive"><img src="../images/quick-time-image.gif" alt="" width="16" height="16" /></td>
                              <td id="lessonIconActive49" align="center" class="iconQuickActive"> </td>
                              <td class="txtThree">Lock the taskbar</td>
                              <td align="right" class="textOne"> </td>
                              <td> </td>
                               </tr>
                            <tr>
                              <td id="lessonIconActive48" align="center" class="ico

Maybe you are looking for

  • How do I add apps--dropbox, etc.--to my iPad AirDrop?r

    When I want to 'send' a file or a link to another device on my iPad I am limited to only a handful of apps in AirDrop.  How to I add additional apps like, for example, Dropbox or Copy or Pages? Thanks.

  • Display Text Area as Read Only

    Hello, I have about 5 forms, some of the forms have text areas with counters. All of my text area fields are pretty much set up the same way: width = 75, height= 6, max width = 500. When a user logs in with read only priv. the text areas turn change

  • Mail not responding no mailbox selected wont sendand...

    ive been ahving mail problems since beginning. one hting get s dfixed wiht mulitple genius appts then anohter . now not responding at all. bouncing onthe dock. says no mailbox selected tough to force quit it. the rainbow circle round and round thenca

  • After upgrading to 20.0.1, my mouse scrolling speed is slow

    I've just updated to 20.0.1 from 19.0.2 and suddenly, the speed of my mouse scrolling has decreased dramatically. When I tried other browsers, it was usual/normal speed but for firefox, it was very slow (i.e around 5+ lines decreased). I have looked

  • How to disable Jar cache on Application Server

    Hello, I am now developing a Webdynpro Project in the following enviroment: Windows 2003 Server 64Bit SP2 JDK 5.0 Update 12 Windows x64 Platform info at sun Installation Notes , Supported System Configurations C:\Program Files\Java\jdk1.5.0_12 NetWea