Help for newbie with ul CSS Navbar please

Hi, I followed a tutorial and everything on my site worked fine so far except for one thing. When I go to a different screen resolutions page changes as I want it, but the buttons on my horizontal navigation bar remains fixed relative to the page. Any help would be welcome

Code is pasted below for HTML and CSS

Thank you

HTML

< ! DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional / / IN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd" > ""
" < html xmlns =" http://www.w3.org/1999/xhtml ">
< head >
< meta http-equiv = "Content-Type" content = text/html"; charset = utf-8 "/ >"
< title > Untitled Document < /title >
< link href = "thrColLiqHdr.css" rel = "stylesheet" type = "text/css" / > <!-[if IE] > "
< style type = "text/css" >
/ * place patches css for all versions of Internet Explorer in this conditional comment * /.
.thrColLiqHdr #sidebar2, .thrColLiqHdr #sidebar1 {padding-top: 30px ;}}
.thrColLiqHdr #mainContent {zoom: 1; padding-top: 15px ;}}
/ * the owner above zoom gives IE the hasLayout property, avoid several bugs * /.
< / style >
<! [endif]-->
< / head >

< body >

< div id = "container" >
< div id = "header" >
<!-end #header->
< img src = "images/logo combined.jpg" width = "800" height = "139" / >
< ul >
< li > < a href = "#" > home < /a > < /li >
< li > < a href = "#" > about us < /a > < /li >
< li > < a href = "#" > food < /a > < /li >
< li > < a href = "#" > beer & amp; Wine < /a > < /li >
< li > < a href = "#" > contact us < /a > < /li >
< li > < a href = "#" > links < /a > < /li >
< /ul >
< / div >
< div id = "sidebar1″" >
Sidebar1″ < h3 > < / h3 >
< p > the background color on this div will only show for the length of the content. If you want a line instead, place a border on the left side of the #mainContent div if div #mainContent will contain more content than the div. of #sidebar1 < /p >
< p > Donec EU mi sed turpis feugiat feugiat. Integer turpis arcu, pellentesque eget, cursus and fermentum ut, sapien. < /p >
<!-end # sidebar1″--> < / div >
< div id = 'sidebar2' >
< p > < img src = "images/logo blue.jpg" width = "104" height = "125" / > < / p >
< p > welcome on the site of the Wheatsheaf Inn Brading.
The building has been approved for consumption of alcohol since the beginning of the 18th century and today it is still an attention of the local community, as suitable for a traditional pub. < br / >
In addition, we strive to provide a wide range of beers and wines, including all three time English beers and a diverse but significantly to the price of the wines, as well as freshly cooked food that moves with the seasons and, as much as possible, produce uses are grown or high on the island. < /p >
< p > < / p >
<!-end #sidebar2-> < / div >
< div id = "mainContent" >
The Wheatsheaf Inn, Brading < H1 > < / h1 >
< p > Lorem ipsum dolor sit amet, adipiscing elit our. Praesent aliquam, justo convallis luctus rutrum, erat nulla fermentum diam, at nonummy quam ante ac quam. Maecenas urna purus, fermentum id, molestie in, commodo porttitor, felis. Nam blandit quam ut lacus. Amongst ornare risus quis ligula. Phasellus tristique purus a augue condimentum adipiscing. Aenean restore. Etiam leo queer, venenatis lectus tristique in, fitness at, odio. Donec and ipsum and vehicula nonummy sapien. Suspendisse potentialit. < /p >
Heading level H2
< p > Lorem ipsum dolor sit amet, adipiscing elit our. Praesent aliquam, justo convallis luctus rutrum, erat nulla fermentum diam, at nonummy quam ante ac quam. Maecenas urna purus, fermentum id, molestie in, commodo porttitor, felis. Nam blandit quam ut lacus. Amongst ornare risus quis ligula. Phasellus tristique purus a augue condimentum adipiscing. Aenean restore. Etiam leo queer, venenatis lectus tristique in, fitness at, odio. < /p >
<!-end #mainContent--> < / div >
<!-this element of compensation should immediately follow the #mainContent div in order to force the #container div to contain all the child floats--> < br class = 'clearfloat' / >
< div id = "footer" >
footer < p > < /p >
<!-end #footer--> < / div >
<!-end #container--> < / div >
< / body >
< / html >

CSS

@charset "utf-8";
{body
margin: 0; / * It is advisable to zero, the margin and the filling of the body to hold element has a different default browser * /.
padding: 0;
text-align: center; / * This centers the container in IE 5 * browsers. The text is then set left aligned by default in the #container selector * /.
Color: #000000;
do-family: Arial, Helvetica, without serif.
do-size: 100%;
background-color: #660000;
}
UL {}
margin: 0px;
padding: 0px;
float: none;
}

#container {}
Width: 100%;
text-align: center;
do-size: 80%;
background-color: #FF9;
}

/ * MainContent tips:
1. the space between the mainContent and framed is created with the left and right margins on the mainContent div.
2. to avoid falling of float at a resolution of 800 x 600 minimum supported, within the mainContent div elements must be 300px or smaller (including images).
3. in the Internet Explorer conditional comment below, the zoom property is used to give the mainContent "hasLayout". This avoids several specific IE bugs.
*/
#mainContent {}
margin: 0 24 0 23.5%; / * left and right margins on this div element creates the two outside columns on the sides of the page. No matter the amount of content contain the sidebar divs, the space of the columns will remain. You can remove this line if you want the #mainContent div text to fill in the spaces of the sidebar when the content in each side bar ends. */
}
#header {}
background-color: #660000;
padding-top: 0;
padding-right: 0px;
padding-bottom: 0;
padding-left: 0px;
background-repeat: no-repeat;
background-position: right top;
}
#header ul {}
background-color: #036;
background-image: url(images/Nav%20Bar%20Top.jpg);
background-repeat: repeat-x;
border-bottom-color: #FF0;
border-bottom-style: solid;
border-bottom-width: thin;
padding-left: 155px;
list-style-type: none;
overflow: auto;
margin: 0px;
}
#header li {}
float: left;
do-size: 120%;
}
#header Li a {}
display: block;
text-decoration: none;
padding-top: 8px;
padding-right: 25px;
padding-bottom: 8px;
padding-left: 25px;
left margin: 0px;
}

/ * Tips for sidebars:
1. as we work in percentages, it is best do not use the lateral pads on the side bars. It will be added to the width for browsers compatible standards creating a real unknown width.
2. the space between the wall of the div and the items it contains can be created by placing a margin left and right on these items as seen in the rule "#sidebar1 p".
3. Because Explorer calculates the width after that the parent element is rendered, you can sometimes run into unexplained bugs with percentages of columns. If you need more predictable results, you can choose to change the columns of pixels in size.
*/
{#sidebar1}
float: left; / * This item must precede in the source order of any element you want it positioned next to * /.
Width: 22%; / * because this element is floating, it takes a width * /.
Background: #660000; / * the background color will be displayed for the length of the content of the column, but no further * /.
Padding: 15px 0; / * upper and lower padding create a Visual space within this div * /.
}
{#sidebar2}
float: right; / * This item must precede in the source order of any element you want it positioned next to * /.
Width: 23%; / * because this element is floating, it takes a width * /.
Background: #036; / * the background color will be displayed for the length of the content of the column, but no further * /.
Padding: 15px 0; / * upper and lower padding create a Visual space within this div * /.
}
#sidebar1 p. #sidebar1 h3, #sidebar2, #sidebar2 h3 {}
margin-left: 10px; / * the left and right margins should be to all of the items that will be placed in the side columns * /.
margin-right: 10px;
color: #FF0;
make-weight: bold;
}

#footer {}
padding: 0 10px; / * This filling is the alignment to the left of the items in the div that appear above him. */
Background: #660000;
}
#footer p {}
margin: 0; / * zero setting the margins of the first element in the footer will avoid the possibility of the collapse of the margin - a space between the div tags * /.
padding: 10px 0; / * padding on that element will create space, just as it would the margin, free margin collapse question * /.
}

/ * Various classes for reuse * /.
.fltrt {/ * this class can be used to float right to the item in your page.} The floating element must precede the element it should be next to the page. */
float: right;
left margin: 8px;
}
.fltlft {/ * this class can be used to float an element in your page, the floating element must precede the element it should be next to the page left. * /}
float: left;
right margin: 8px;
}
.clearfloat {/ * this class must be placed on an element div or break and should be the last item before the closing of a container must contain its child floats entirely * /}
Clear: both;
height: 0;
font size: 1px;
line-height: 0px;
}
a {}
color #FF0;
color: #FF0;
make-weight: bold;
}
H1 {}
color: #036;
font size: 250%;
}

I also did what did Martin, wrap the list in a new div with an ID of #navbar.  If you give it a width in px and auto margins, the Center navigation bar.

Here's what has worked, however, it is very difficult to see without having access to the images you used as background images called via the stylesheet.

CSS:

{#navbar}

Width: 980px;    / * change width as needed * /.

margin: 0 auto;

}

Another option would be to take the navigation bar of the header div and create its own container under the header div and try that style instead.  At the moment he is forced by the rules in the #header.

If you cannot fix it, please download the files to a server and provide a link - it is the only way that people can help troubleshoot, especially if the images are involved in the design.

Tags: Dreamweaver

Similar Questions

  • Please help a newbie with a video make the problem!

    IM new to After Effects, so please forgive if this is a silly question.


    I have an Animation of edge with a background color of #ffa800

    I imported a video after affects that has a transparent background.

    Research tells me that the video is never really transparent, so I'm creating a solid layer in AE, placing video on it and setting the blend mode 'screen '.

    I now have a video with a background color of the #ffa800.

    However, when I export / view the video output and import in my project of edge to animate the background color of the video is disabled and does not match my background of edge animate.

    I spent all day experimenting with different export made direct EI options and also through Media encode. IM now completely stumped.

    I also tried setting the video background color #ffa800 and masking then my video. It keeps me from having to use a "screen" blend mode, but I get the same exact results.

    Could someone please give me some advice on where I'm wrong please. The bottom is so close, but either slightly darker or more clear that I put that spoils the overall animation effect I want to create.


    Thank you


    Paul

    Lack of information exact system, rendering settings and so forth person can tell you a lot. That said, there are a few fundamental failures in your plan. First of all, web colors do not mean anything in AE or in most graphics programs than elsewhere because of the object of little quantification management and possibly color errors. Whatever colors you compose, do it using the normal RGB sliders. Second, blend modes are not transparency, even if for mathematical reasons, the formula mixture may appear to eradicate certain colors. Third, you must take into account the values of Gamma. Video is not linear mixture and time your screen of computer as well as the video content itself may have a built-in Gamma value. Thus, your merge operation could already produce erroneous results as a light mist, the encoding of the video file could introduce Gamma tilt and then finally in the last step, any tool that you use to view perhaps apply dynamic corrections thus or in reverse, not at all. So this is essentially to check these things and properly calibrate / setting of your monitor and your system color settings and make use of color in AE management, if any. However, in the end, you always see minor deviations of color. It is inherent in how compressed formats like H.264 work. You can only try to minimize as much as you can.

    Mylenium

  • Help for problems with the functionality of Capture from Adobe

    Hello

    I recently installed Adobe Capture on my Smartphone (Android device) and the app is very cool.  However, after a few weeks of use, the software stops working.  I uninstalled the software and reinstalled to see if that would help solve the problem.  Unfortunately, it has not solved the problem.  Adobe does not provide an over-the-phone technical support for this product, so I hope someone here can help.

    Recreation of question:

    When you start the application, there are four 4 functions:

    1. Colors
    2. Forms
    3. Brushes
    4. Looks like

    In the lower right corner of the screen, we see a sign '+', which, depending on which function you select, invite the user to 1) select from the cloud or 3) take a new photo 2) select a picture in the camera.  When you select an option, Adobe Capture executes the designated function and the State final changes / outputs on the picture are visible.

    However, when you try to accept or to save changes / outputs, the screen seems to hang up and return to the initial splash screen.

    Can provide you any assistance?

    Thank you!

    Jerry

    Hi Jerry,

    I'm really sorry that capture does not work as it should. This is a known issue in the app and the team is working on a beta version with a fix. I hope that it will be available before the end of the week, but I'm not totally sure of the timeline.

    I know we'll get it on Adobe Android Apps - community - Google +, then join this page and you will be informed as soon as it is available.

    A couple of other things:

    It's an incredible description of the problem you are experiencing. Thank you very much for going into details so. It makes a huge difference when engineers are trying to understand what is happening.

    If please post here or contact us through the app (tap on the draw icon, then give us Feedback) whenever you need help. Sometimes on the weekends, I'm a little slow, but during the week, I'm trying to reach people as quickly as possible.

    I hope this helps.

    Sue.

  • I need help for online with my new laptop mini

    original title: online

    I bought a laptop mini JC Penny, which is supported by micrsoft 5.0, everyone don't know how I can get online?

    Hi LEEHill H,

    What is the manufacturer, brand and full model number and of the notelbook (I want to look it up online to see if there are instructions available)?  If you do not have this information, what is the reference number of JC Penny?  It come with an ISP account or you plan to use your?  How do you intend to connect to the internet (wireless via a router, cable, wireless by satellite link,...)?  If you want to install it anywhere (which means a satellite connection), your current ISP is perhaps not able to manage and you may need a separate account for this.

    The laptop come with instructions - or links to the online instructions?

    If XP is used for network access, then the installer should be easy once we understand how your ISP account is set up and how to access the functions of network configuration (if this is not the full product, but only parts of it).  Answers to the questions above should help us determine how to proceed (I hope).

    Thanks and good luck!

  • Help BlackBerry Smartphones with my Bold 9700, please read.

    Hey guys,.

    IM new to BB and just fixed my aunts blackberry 9700 and I was told I can keep it. I really feel like OS6 but Desktop Manager will not update me. I followed the steps of youtube and nothing works.

    I've been in the update tab and found the update, but there is a star next to him, and when I click it, it says that it is only for users of blackberry services or something in that sense. I really want the official OS 6 and can't live without it. If you know how I can do this easily if you please comment, thank you very much.

    Hi and welcome to the Forums!

    Since a certain time (starting at 5.x OS if I remember), updates demanded that you subscribe to a package of adequate data from your provider. Without that, he is denied access to updates. Think of the updates as another service... without subscribe (and pay), you are not getting services.

    Good luck!

  • Help for newbie

    Hello

    How can I set Unneditable dynamic textfield. FOR EXAMPLE when the value entered is as defined in the regular expression, it does not enter any value more.

    Thank you!

    Joel_C wrote:
    Hmmm never noticed that. Boycott then?

    We could very well think that; I couldn't possibly comment.

  • need help for query with case

    Hi, I have the following requirement based on the terms
    Here's the test tables and data
    create table test_r_cd (id , role_code,org_id)
    as 
    select 100,'LOC' ,10 FROM DUAL UNION ALL
    select 100,'LIQ',20  FROM DUAL UNION ALL
    SELECT 100,'STE' ,30 FROM DUAL
    
    CREATE TABLE TEST_SEC_TYP(id,type)
    as
    select 100,1 from dual union all
    select 100,2 from dual 
    
    
    select * from
    test_r_cd cd ,TEST_SEC_TYP typ
    where cd.role_code in (case when (typ.type =1 )
                                             then ('LOC','LIQ')
                                             when (typ.type = 2) 
                                             then ('STE') 
                                             ELSE null
                                             end )
    The expected output is:
    org_id   role_code   type
    10            'LOC'        1       
    20            'LIQ'         1      
    30            'STE'        2    
    Thank you
    SQL> select *
      2  from test_r_cd t1,test_sec_typ t2
      3  where t1.ID = t2.id
      4  and case when role_code in ('LOC','LIQ') then 1
      5           when role_code = 'STE' then 2
      6           else null end = t2.type;
    
            ID ROL     ORG_ID         ID       TYPE
    ---------- --- ---------- ---------- ----------
           100 LOC         10        100          1
           100 LIQ         20        100          1
           100 STE         30        100          2
    
  • Image showing in the middle of the screen with the CSS... (Please help!)

    Hi, I am a newbie with CSS and I'm having a picture as background in my container, but the image shows in the middle of the screen with the text not in the right places. Help, please!

    Here is the link to the page: www.bcaatxsports.com/index2.html

    No, you can move it in the stylesheet, as well as any other travel

    styles you have in the top of the document (keep it clean).

    I did it only for testing purposes - otherwise, I wouldn't have access to

    the css to change

  • I want to cancel my subscription, but I can't seem to contact support. I need to do this before the end of the repayment period of 14 days. I tried to do this for 2 days know with no luck. Please someone help me as soon as possible. It is truly concerni

    I want to cancel my subscription, but I can't seem to contact support. I need to do this before the end of the repayment period of 14 days. I tried to do this for 2 days know with no luck. Please someone help me as soon as possible. It's really as regards and very frustrating.

    To the link below, click on the still need help? option in the blue box below and choose the option to chat or by phone...
    Make sure that you are logged on the Adobe site, having cookies enabled, clearing your cookie cache.  If he continues to not try to use a different browser.

    https://helpx.Adobe.com/contact.html?step=CCSN_membership-account-payment_cancel-your-memb ership_stillNeedHelp

  • I have problems with setting up my Gmail in my room light 6 mL, where do you think I could get help for this?

    I have problems with setting up my Gmail in my room light 6 mL, where do you think I could get help for this?

    Hi kikikilala,

    Please explain the problem you are oriented connect Gmail with Lightroom

    Try reauthorizing your Gmail account once in Lightroom and see if that helps.

    Refer to Validation of Gmail failure

    Kind regards

    Assani

  • When I try to download a book from the public library on my Kōbō get the message this document is protected by rights managemsnt digital adobe and is not currently authorized for use with your adobe id. Please sign in with the adobe authorized one id

    When I try to download a book from the public library on my Kōbō get the message this document is protected by rights managemsnt digital adobe and is not currently authorized for use with your adobe id. Please connect with the authorized adobe id and try again. I signed in but still not working any help

    You have Digial Edition and allows your player with the same Adobe ID?

  • I bought Photoshop and elements of order #AD003212006UK. When I try to download I am informed that the software is not suitable for my system (new iMac, retina) Please help

    I bought Photoshop and elements of order #AD003212006UK. When I try to download I am informed that the software is not suitable for my system (new iMac, retina) Please help

    You are 100% sure that you are clicking to download the Mac version and not the version of Windows?

    Since this is an open forum, not Adobe support... you must contact Adobe personnel to help
    Chat/phone: Mon - Fri 05:00-19:00 (US Pacific time) <===> NOTE DAYS AND TIME
    Don't forget to stay signed with your Adobe ID before accessing the link below

    Creative cloud support (all creative cloud customer service problems)
    http://helpx.Adobe.com/x-productkb/global/service-CCM.html
    -or by phone http://helpx.adobe.com/x-productkb/global/phone-support-orders.html

  • Hello, I am wrong come to order this confirm us that you have changed your subscription to creative cloud Acrobat Pro DC single-app-membership (one year). We are pleased that Adobe can help you cope with your work. Information about your subscription:

    Hello, I am wrong come to order this confirm us that you have changed your subscription to creative cloud Acrobat Pro DC single-app-membership (one year). We are pleased that Adobe can help you cope with your work. Information about your subscription: • product name: CC single-app-membership for Acrobat Pro DC (one year) • subscription start date: August 24, 2015 (PT) I would be initiating phone < deleted by the moderator > mail sincerely Dan Bundgaard < deleted by the moderator >

    Hello, I am in error, please follow come to order this confirm us that you have changed your subscription to creative cloud Acrobat Pro DC single-app-membership (one year). We are pleased that Adobe can help you cope with your work. Information about your subscription:

    (Double Post)

  • need help for VMWARE 8 with Server 2008

    Hi, need your help for my current problem,

    I am currently using vmware workstation 8 for my MCITP LAB. I have windows 7 OS and host in vmware W/S I installed server 2008 and windows 7 Pro. I have a static IP for the host operating system (10.1.1.31 255.255.255.0 10.1.1.1) DNS - (203.X.X.35 203.X.X.36) and also, I configured two comments with a static IP address. Server 2008 - (10.1.1.191 255.255.255.0 10.1.1.1) DNS (127.0.0.1) have active directory and the DNS service is installed, and there also is the main DNS 127.0.0.1 and for the comments of Pro windows 7 - (10.1.1.192 255.255.255.0 10.1.1.1 (10.1.1.191), the primary dns is pointed to comments Server 2008) I use a bridge network for host OS and the two guest operating system, but when I tried to connect to the internet there is no connection as it is not the internet for the two guest operating system and there is no internal connectivity to the two guest operating system. virtual bridge Protocol option, it is also so please need your help to solve this problem, I can do my TP.

    the main solution, I need, that's how I use the PDC 2008 sever in same vmware W/S with three customer reviews OS I can do my work Practicle without buying a few physical computers. Please see the attached diagram-

    I have core I5 with Virtulisation

    8 GB Ram

    HARD DRIVE 500 GB

    Wireless WLAN cards

    DVD R/W

    Please need help as soon as POSSIBLE.

    Thank you and best regards,

    Martinuzzi

    OK, for the windows 2008, try to install the DNS service (Add Server Manager roles) in there... (you cannot point the others it as DNS if it does not act as DNS)

    also in it the IP configuration, set as follows:

    IP 10.1.1.31

    Subnet 255.255.255.0

    Gateway 10.1.1.1

    Primary DNS 10.1.1.31

    203.x.x.35 secondary DNS (you can also add the 203.x.x.36)

    Do the same for your guests to WIndows 7.

    Make sure all are workers and they can ping each other...

    If everything is OK, you should have internet on them...

  • DEP, Data Execution Prevention... How can I git RID once and for all of this thing... I have to use my Apple of girls to enter businesses that I use for my work... Please how to remove this monster DEP! Help

    When I go on almost all websites that I am stuck with DEP, Data Execution Prevention... are safe sites that I use for my business! I have to use my Appleto girls don't half of my work because I can't figure out how to rid my computer of this virus DEP! Help, it's a hinderence!

    Hello

    EricLaw IEInternals - a peek at Internet Explorer from inside. -Understanding DEP/NX
    http://blogs.msdn.com/ieinternals/archive/2009/10/10/understanding-data-execution-prevention-crashes-in-IE8.aspx

    The problem might actually be an addon or another program causing the problem and you
    must verify that 1.

    What antivirus/antispyware/security products do you have on the machine? Be one you have
    EVER had on this machine, including those you have uninstalled (they leave leftovers behind which)
    may cause strange problems).

    Start - all programs - Accessores - system tools - IE with no Addons - does this work better?

    IE - Tools - Internet Options - Advanced - tab click on restore, and then click Reset - apply / OK

    IE - Tools - Internet Options - Security - reset all Zones by default level - apply / OK

    not better?

    Close IE and try again IE or IE with no Addons

    IE - tools - manage Addons (for sure disable SSV2 if she's here, is no longer necessary, but)
    Java always install it and it causes problems - you never update Java to go back in and turn it off again.)
    Search for other possible problems.

    Windows Defender - tools - software explore - look for problems with programs that do not look
    right. Allowed are usually OK and "unauthorized" are not always bad. If a doubt
    program to ask about it here.

    Could be a free - BHOremover - BHO - standalone program, needs no installation, download and
    run - not all are bad but some can cause your question. (Toolbars are BHO)
    http://securityxploded.com/bhoremover.php

    Startup programs
    http://www.Vistax64.com/tutorials/79612-startup-programs-enable-disable.html

    Also get Malwarebytes - free - use as scanner only. If you ever think malware and which would be
    stands with Prevx running except for a cookie of occasional low level (not a big deal), the update
    and then execute it as a scanner.

    http://www.Malwarebytes.org/

    I would add prevx so.

    Prevx - home - free small, fast, exceptional protection CLOUD, working with other security
    programs. It is a single scanner, VERY EFFICIENT, if it finds something come back here
    or use Google to see how to remove.
    http://www.prevx.com/

    PCmag - Prevx - Editor's choice
    http://www.PCMag.com/Article2/0, 2817,2346862,00.asp

    -------------------------------------------------------------------

    Do yourself a big favor and work through 1 above.

    Data execution prevention Internet Explorer Windows 7 included - several methods here difficult
    http://HubPages.com/hub/data-execution-prevention-Internet-Explorer

    Feature Data Execution Prevention, or DEP in Windows Vista & Windows 7 - see also the links to the
    at the bottom of this page.
    http://www.WinVistaClub.com/F33.html

    How control DEP but I don't recommend turning it off and certainly not to let power off.

    How to enable DEP on or off for a program of Vista (and Windows 7)
    http://www.Vistax64.com/tutorials/65790-DEP-turn-off-programs.html

    How to enable or disable DEP in Vista (and Windows 7)
    http://www.Vistax64.com/tutorials/120778-DEP-enable-disable.html

    ====================================

    If nothing else works you can try this however I would use as a last resort.

    IE - Tools - Options - Advanced Options - Internet Security Section - clear the check box enable memory
    Protection to mitigate the attacks online - APPLY - OK close and restart IE

    I hope this helps.

    Rob Brown - MS MVP - Windows Desktop Experience: Bike - Mark Twain said it right.

Maybe you are looking for