It sounds SO SIMPLE but i'm STILL having trouble with this!!

Well after tinkering with Java for three years i thought i was pretty comfortable with it but lo and behold i am completely stuck on the SIMPLEST problem: The good ole classpath. I've always run javac from the dir that has my .java files and never needed to specify the classpath before.
But now for this uni assignment i've got to use servlest, requiring sticking the servlet.jar file in the classpath. I CAN'T DO IT!!
I've tried both setting the CLASSPATH variable in DOS and using the -classpath option in javac, but it just won't recognize it!! My .java files and the servlet.jar file reside in the d:\cse3400 directory.
I've typed at the D:\> prompt:
D:\>SET CLASSPATH=D:\cse3400;D:\cse3400\servlet.jar
then executed javac from the D:\> prompt:
D:\>javac ServletContainer.java
and i get the message
count = 0, total = 52
error: cannot read: ServletContainer.java
count = 0, total = 52
1 error
if i type,
D:\>echo %CLASSPATH%
i get
D:\cse3400;D:\cse3400\servlet.jar
i've also tried just typing:
D:\>javac -classpath d:\cse3400;d:\cse3400\servlet.jar ServletContainer
but i get the same thing.
I've tried the above with only one path mentioned (removing the need for ; seperators) but it still can't find the sourcefile unless i'm in that dir or specify the full path with the filename on javac. I've checked and double checked case sensitve stuff, even renaming the dirs to make sure.
So i really need to get servlet.jar in my classpath somehow, coz otherwise i get the error:
ServletContainer.java:12: cannot resolve symbol
symbol : class ServletConfig
location: package servlet
import javax.servlet.ServletConfig;
I've also tried sticking servlet.jar in the d:\jdk1.3.1\jre\lib\ext directory but that don't work either.
I'm running JDK 1.3.1 for win32 but i've also tried (and failed) with JDK 1.2.2 for win32. I've un-installed them both then just re-installed 1.3.1 incase there was some sort of version conflict or something.
Could someone pleeeeeez help??? I've spent about 6 hours trying to find solutions in zillions of places and all i get is set the CLASSPATH in dos or use -classpath, and IT DOESNT WORK!!!
-Frustrated

It sounds like you're confused between classpath and sourcepath.
The classpath contains class files - compiled Java.
Java source is usually compiled from the directory that contains it (its root package anyway) or by specifying the directory that contains the source. Don't do this by giving the full filename to the source file since this might lead to confusion over the package the code belongs to.
The generated class files then need to be on the classpath for java to run them.
Compare these two lines, one that does the compiling and one that runs:
javac -classpath c:/jars/servlet.jar ServletContainer.java
java -classpath c:/jars/servlet/jar;. ServletContainerNotice that the java command includes the current directory in the classpath since this is where the ServletContainer.class file will be found after compilation. I don't think that it's necessary to include the current directory in the classpath (java used to look there by default) but if you get in the habit of making your classpath explicit every time you'll have fewer problems with it.
If you wanted to get your code compiled somewhere else you'd do something like this:
cd src
javac -classpath c:/jars/servlet.jar -d ../classes ServletContainer.jar
cd ..
java -classpath c:/jars/servlet.jar;classes/ ServletContainerThis then looks in the classes directory for classes too.
Hope this helps.

Similar Messages

  • Are people still having trouble with iPhone/HP Laptops?

    Since I've had my Envy I've had no end of trouble with getting it and the iPhone to play nice. Any my search continues. So far, I have updated every bios, reinstalled Windows 7/iTunes many times, have restored the iPhone far more times than I care to remember and I am STILL having troubles with this thing. Having got through the Syncing issues with the PM55 chipset and iPhone I can now sync with my laptop. However all is not well as it would seem that I cannot sync my photo's. It doesn't matter if I have 0gb, 15gb or 30gb free, iTunes is telling me that there is not enough memory available. This error seems like an old one and there is even some info in the Apple KB but after following all that I still can't get it to sync my photo's.
    Some info on my setup:
    HP Envy 15 (all the latest drivers installed, bios F.24) Core i7-820, 8gb ram etc.
    iPhone 32gb, ver 3.1.3
    iTunes (whatever the latest one is)
    I should add that I can sync my iPhone with an identical install of intunes on my vintage Quad core desktop PC, but as I use my Laptop a lot more (and have all my media, email, and contacts etc on it) I would prefer to sync to it.
    Is there anything that I can do? Its very frustrating to have blown $4k on this equipment and it doesn't work...

    Well I tried deleting the photocache but alas, no luck. I also tried syncing with just the photo's enabled, and it worked! So then I enabled my other media and that copied across too! I thought I was on a bit of a roll here, but now whenever I try and sync it will do one of 3 things:
    iTunes will crash.
    iTunes will indicate that there is not enough memory on the device (+9GB free)
    iTunes will remove the iPhone from the sidebar (and my computer/disk management) even though it will continue to charge.
    Interesting point to note is that it works fine (cable/iphone/itunes/media library) on my desktop and macbook. Still really disappointed that I cannot get these two to cooperate. Also still haven't got any contacts from outlook but that may not be related?

  • Still having trouble with Gallery Slideshow

    Still having trouble with Gallery Slideshow, in Live Preview it bounces to  the top of the page but not centered where I like it.
    Hope someone can help.
    Thanks

    no is not hosted anywhere Im working on a Fantasy Photography site. from the image the top one is design mode and bottom is preivew mode. But my problem is
    as you can see from the images ( red boxes )  it moves when is in preview mode and the sizes of the images change as well as you can see. I dont know why? I tried figuring it out
    but no luck. I hope this helps.
    thanks

  • I am still having trouble with my iphone 5 searching fornetwork service.  I have contacted ATT and they tried to say it was because my plan was not compatiable.  But it was compatible when I set it up.  Whats up with this issue?

    contacted att about the issue, so I figured I would try here again.  When I contacted ATT about it, and the person I talked to claimed that my service was not compatable with the phone.  It is the 50 data package so I don't think that is the issue.  Please help if you can.

    No I haven´t take it to Apple Store, i think I will actually. My iphone was jailbroken and ulocked with gevey sim, but when this failures began i decided to restore it, and I did preserve the baseband, but when I took it into one of these "Places" they told me it would be a good idea to do a clean restore and see if this fixed the problem so I upgraded my baseband, and right now my iphone is freshly restore, no jailbreak no nothing.
    Btw yes something like a year ago my screen was replaces by others not by apple, but I didnt had any issues after this.. until today (a little more than a year later).

  • Any other iPhone owners still having trouble with AMDS?

    Even with the new iTunes update, AMDS didn't install. I managed to get AMDS installed independently with someone's method of copying new directory and registry files, but it's still not allowing the driver software to be updated on my iPhone. Anyone else out there just having problems with AMDS in general?

    Good gracious. Are you "Kate" from over there in the comments section? (I'm Tony, by the way.)
    I'm a bit worried that this might be related to the issue with your USBport.inf file that popped up in the sfc /scannow results from last year. The .inf files contain instructions on how a driver needs to be installed.
    It might at this point be worth attempting the procedures described from the document we following on the scannow on fixing files that scannow cannot repair.
    [How to use the System File Checker tool to troubleshoot missing or corrupted system files on Windows Vista or on Windows 7|http://support.microsoft.com/kb/929833]
    (The one issue I'm worried about with that is the result from the scannow run that suggested that there might be an issue with your System Restore. I don't want to get you into a situation where you can restore if everything turns to custard for us.)

  • Still having trouble with NeoSpeech

    I have re-installed NeoSpeech and I am still having problems.  I read the comments about this but I have not seen anything that fixes the problems I am having.
    When I select the Kate voice it works, but if I select the Paul voice you don't see that short processing status, and no audio is created.  It selects the Paul option in the drop-down, but there is no audio.  If I create audio with Kate, then switch it to Paul, nothing happens and the voice remains Kate.  As I said, I reinstalled but nothing changed.  What else should I do?
    To Adobe: Does this feature have bugs, or should it be working?

    no is not hosted anywhere Im working on a Fantasy Photography site. from the image the top one is design mode and bottom is preivew mode. But my problem is
    as you can see from the images ( red boxes )  it moves when is in preview mode and the sizes of the images change as well as you can see. I dont know why? I tried figuring it out
    but no luck. I hope this helps.
    thanks

  • Still having problems with this....

    Hi all,
    Ok I want to make the published .swf file have a transparent background. So I went so the Published settings and in the HTML section I chose Transparent Windowless. But I am still getting a solid color for the background. I did make sure that in the HTML page that there was the right code to make it transparent. Here is a the code;
    <noscript>
        <object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,0,0" width="550" height="400" id="Untitled-1" align="middle">
        <param name="allowScriptAccess" value="sameDomain" />
        <param name="allowFullScreen" value="false" />
        <param name="movie" value="Untitled-1.swf" /><param name="quality" value="high" /><param name="wmode" value="transparent" /><param name="bgcolor" value="#000000" />    <embed src="Untitled-1.swf" quality="high" wmode="transparent" bgcolor="#000000" width="550" height="400" name="Untitled-1" align="middle" allowScriptAccess="sameDomain" allowFullScreen="false" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" />
        </object>
    </noscript>
    I also confirmed  that the wmode="transparent as shown above is also in the body code.  What am I doing wrong here?  By the way this is using action script 2 if that makes any differance. Thanks for any help.

    Hey,
    I started looking at the code in the HTML and found that I had to add this code my self:
    <param name="BGCOLOR" value="#831401" />
    <param name="wmode" value="transparent">
    <embed src="viewer.swf" width="534" height="417" quality="high"
    pluginspage="your_url_here..." type="application/x-shockwave-flash" bgcolor="#831401" wmode="transparent"></embed>
    After adding that code it does indeed make a transparent background for the .swf. Would I need to do this any time I want that? Or should Flash do it when it generates the .swf? Thanks so much for the help.

  • HT4061 hi im still haveing trouble with my ipad its not conected i must be doing something wrong tell me again how to conect my ipad

    why am i haveing trouble downloading to my ipad it froze

    First, try a system reset although I can't give you any confidence.  It cures many ills and it's quick, easy and harmless...
    Hold down the on/off switch and the Home button simultaneously until you see the Apple logo.  Ignore the "Slide to power off" text if it appears.  You will not lose any apps, data, music, movies, settings, etc.
    If the Reset doesn't work, try a Restore.  Note that it's nowhere near as quick as a Reset.  It could take well over an hour!  Connect via cable to the computer that you use for sync.  From iTunes, select the iPad/iPod and then select the Summary tab.  Follow directions for Restore and be sure to say "yes" to the backup.  You will be warned that all data (apps, music, movies, etc.) will be erased but, as the Restore finishes, you will be asked if you wish the contents of the backup to be copied to the iPad/iPod.  Again, say "yes."
    At the end of the basic Restore, you will be asked if you wish to sync the iPad/iPod.  As before, say "yes."  Note that that sync selection will disappear and the Restore will end if you do not respond within a reasonable time.  If that happens, only the apps that are part of the IOS will appear on your device.  Corrective action is simple -  choose manual "Sync" from the bottom right of iTunes.
    If you're unable to do the Restore, go into Recovery Mode per the instructions here.

  • Still having trouble with Dreamweaver website in Internet Explorer

    I had to make some changes and IE (8 & 9) is giving me new fits. This is the URL "http://www.canonguy.net/KehilaLinktest/"
    The left menu isn't stacked (links are different lengthsit does an over/under???) & the font sizes are different in right/left sidebars. like it is in Safari/Firefox/Chrome and the
    Here are my stylesheets today:
    threeColFixHdr.css
    @charset "utf-8";
    /*.container .blockquote {
        background-color: #FAF0E6;
        font-family: Arial, Helvetica, sans-serif;
        font-size: 0.9em;
        font-weight: normal;
        text-decoration: underline;
        border-left-width: thick;
        border-left-style: double;
        border-left-color: #666;
        margin-left: 25px;
        margin-right: 15px;
    .content blockquote  {
        background-color: #FAF0E6;
        font-family: Arial, Helvetica, sans-serif;
        font-size: 1em;
        font-weight: normal;
        text-decoration: none;
        border: thin dashed #333;
        padding: 10px;
        margin-left: 12px;
        margin-right: 10px;
    /* CSS Document */
    body {
        /* [disabled]font: 100%/1.4 Verdana, Arial, Helvetica, sans-serif; */
        background: #42413C;
        margin: 0;
        padding: 0;
        color: #000;
        font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
        /* [disabled]font-size: 1.2em; */
    /* ~~ Element/tag selectors ~~ */
    ul, ol, dl { /* Due to variations between browsers, it's best practices to zero padding and margin on lists. For consistency, you can either specify the amounts you want here, or on the list items (LI, DT, DD) they contain. Remember that what you do here will cascade to the .nav list unless you write a more specific selector. */
        padding: 0;
        margin: 0;
    h1, h2, h3, h4, h5, h6, p {
        margin-top: 0;     /* removing the top margin gets around an issue where margins can escape from their containing div. The remaining bottom margin will hold it away from any elements that follow. */
        padding-right: 15px;
        padding-left: 15px; /* adding the padding to the sides of the elements within the divs, instead of the divs themselves, gets rid of any box model math. A nested div with side padding can also be used as an alternate method. */
        font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
        font-size: .8em;
        font-weight: 300;
        text-align: center;
    a img { /* this selector removes the default blue border displayed in some browsers around an image when it is surrounded by a link */
        border: none;
    img {
        border: 2px solid #000;
    .header a:link {
        color: #FFF;
        text-decoration: underline; /* unless you style your links to look extremely unique, it's best to provide underlines for quick visual identification */
        font-weight: 900;
    .header a:hover, .header a:active, .header a:focus {
        text-decoration: none;
        color: #FFF;
        font-weight: 400;
    .header a:active , .header a:focus   {
        text-decoration: none;
        color: #FFF;
    .header a:hover {
        text-decoration: blink;
        color: #E8E1D1;
    a:visited {
        color: #6E6C64;
        text-decoration: underline;
    /* ~~ Styling for your site's links must remain in this order - including the group of selectors that create the hover effect. ~~ */
    a:link {
        color: #00F;
        text-decoration: underline; /* unless you style your links to look extremely unique, it's best to provide underlines for quick visual identification */
        font-weight: 900;
    a:hover, a:active, a:focus { /* this group of selectors will give a keyboard navigator the same hover experience as the person using a mouse. */
        text-decoration: blink;
        color: #929C53;
    /* ~~ This fixed width container surrounds all other divs ~~ */
    .container {
        width: 1000px;
        background: #FFFFFF;
        margin: 0 auto; /* the auto value on the sides, coupled with the width, centers the layout */
        font-size: 14pt;
    /* ~~ The header is not given a width. It will extend the full width of your layout. It contains an image placeholder that should be replaced with your own linked logo. ~~ */
    .header {
        /* [disabled]background: #ADB96E; */
        height: 88px;
        background-color: #929C53;
        color: #FFF;
        border-bottom: 1px solid #000;
    h3  {
        color: #FFF;
    .content {
        padding: 10px 0;
        width: 600px;
        float: left;
        font-size: 1.0em;
        min-height: 600px;
        max-height: 3000px;
        margin-left: 35px;
    /* ~~ These are the columns for the layout. ~~
    1) Padding is only placed on the top and/or bottom of the divs. The elements within these divs have padding on their sides. This saves you from any "box model math". Keep in mind, if you add any side padding or border to the div itself, it will be added to the width you define to create the *total* width. You may also choose to remove the padding on the element in the div and place a second div within it with no width and the padding necessary for your design.
    2) No margin has been given to the columns since they are all floated. If you must add margin, avoid placing it on the side you're floating toward (for example: a right margin on a div set to float right). Many times, padding can be used instead. For divs where this rule must be broken, you should add a "display:inline" declaration to the div's rule to tame a bug where some versions of Internet Explorer double the margin.
    3) Since classes can be used multiple times in a document (and an element can also have multiple classes applied), the columns have been assigned class names instead of IDs. For example, two sidebar divs could be stacked if necessary. These can very easily be changed to IDs if that's your preference, as long as you'll only be using them once per document.
    4) If you prefer your nav on the right instead of the left, simply float these columns the opposite direction (all right instead of all left) and they'll render in reverse order. There's no need to move the divs around in the HTML source.
    .sidebar1 {
        float: left;
        width: 170px;
        background: #E8E1D1;
        font-size: 9pt;
        height: 650px;
        border-right: 1px solid #000;
        border-bottom: 1px solid #000;
    .sidebar2 {
        float: right;
        width: 170px;
        background: #E8E1D1;
        padding: 10px 0;
        font-size: 9pt;
        height: 650px;
        border-bottom: 1px solid #000;
        border-left: 1px solid #000;
        color: #333;
    .container .sidebar2 .JewishGen {
        font-size: 0.8em;
        margin-top: 50px;
        margin-left: 10px;
    .CenteredHeadings {
        font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
        font-size: 1.1em;
        font-weight: 600;
        text-align: center;
    .sidebar1 a:link {
        color: #030;
        text-decoration: underline; /* unless you style your links to look extremely unique, it's best to provide underlines for quick visual identification */
        font-weight: 900;
    .sidebar2 a:link {
        color: #333;
        text-decoration: underline; /* unless you style your links to look extremely unique, it's best to provide underlines for quick visual identification */
        font-weight: 900;
        text-align: left;
    .container .sidebar2 .searchBox {
        margin-bottom: 5px;
        border: thin solid #000;
        margin-left: 15px;
        margin-right: 5px;
        background-color: #BEC49F;
        margin-top: 25px;
        width: 140px;
    /* ~~ This grouped selector gives the lists in the .content area space ~~ */
    .content ul, .content ol {
        padding: 0 15px 15px 40px; /* this padding mirrors the right padding in the headings and paragraph rule above. Padding was placed on the bottom for space between other elements on the lists and on the left to create the indention. These may be adjusted as you wish. */
    /* ~~ The navigation list styles (can be removed if you choose to use a premade flyout menu like Spry) ~~ */
    ul.nav {
        list-style: none; /* this removes the list marker */
        border-top: 1px solid #666; /* this creates the top border for the links - all others are placed using a bottom border on the LI */
        margin-bottom: 15px; /* this creates the space between the navigation on the content below */
    ul.nav2 {
        list-style: none; /* this removes the list marker */
        border-top: 1px solid #666; /* this creates the top border for the links - all others are placed using a bottom border on the LI */
        margin-bottom: 15px; /* this creates the space between the navigation on the content below */
    ul.nav li {
        border-bottom: 1px solid #666; /* this creates the button separation */
    ul.nav2 li {
        border-bottom: 1px solid #666; /* this creates the button separation */
    ul.nav a, ul.nav a:visited { /* grouping these selectors makes sure that your links retain their button look even after being visited */
        padding: 5px 5px 5px 15px;
        display: block; /* this gives the anchor block properties so it fills out the whole LI that contains it so that the entire area reacts to a mouse click. */
        width: 145px;  /*this width makes the entire button clickable for IE6. If you don't need to support IE6, it can be removed. Calculate the proper width by subtracting the padding on this link from the width of your sidebar container. */
        text-decoration: none;
        background: #BEC49F;
        /* [disabled]background-color: #C6D580; */
    ul.nav2 a, ul.nav2 a:visited {
        padding: 5px 5px 5px 15px;
        display: block; /* this gives the anchor block properties so it fills out the whole LI that contains it so that the entire area reacts to a mouse click. */
        width: 135px;  /*this width makes the entire button clickable for IE6. If you don't need to support IE6, it can be removed. Calculate the proper width by subtracting the padding on this link from the width of your sidebar container. */
        text-decoration: none;
        background: #BEC49F;
    ul.nav a:hover, ul.nav a:active, ul.nav a:focus { /* this changes the background and text color for both mouse and keyboard navigators */
        background: #ADB96E;
        color: #FFF;
    ul.nav2 a:hover, ul.nav2 a:active, ul.nav2 a:focus {
        background: #ADB96E;
        color: #FFF;
    .nav {
        height: 250px;
    .nav2 {
        height: 250px;
    /* ~~ The footer styles ~~ */
    .footer {
        background: #CCC49F;
        position: relative;/* this gives IE6 hasLayout to properly clear */
        clear: both; /* this clear property forces the .container to understand where the columns end and contain them */
        height: inherit;
        font-size: .6em;
        border-top: 1px solid #000;
    .footerCopy {
        /* [disabled]padding: 10px; */
        background: #CCC49F;
        position: relative;/* this gives IE6 hasLayout to properly clear */
        clear: both; /* this clear property forces the .container to understand where the columns end and contain them */
        font-size: 1em;
        text-align: left;
    /* ~~ Miscellaneous float/clear classes ~~ */
    .fltrt {  /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
        float: right;
        margin-left: 8px;
    .fltlft { /* this class can be used to float an element left in your page. The floated element must precede the element it should be next to on the page. */
        float: left;
        margin-right: 8px;
    .clearfloat { /* this class can be placed on a <br /> or empty div as the final element following the last floated div (within the .container) if the .footer is removed or taken out of the .container */
        clear:both;
        height:0;
        font-size: 1px;
        line-height: 0px;
    h1 {
        font-size: 200%;
        color: #000;
    h2 {
        font-size: 170%;
        color: #000;
    h3 {
        font-size: 150%;
        color: #333;
    h4 {
        font-size: 130%;
        color: #333;
        text-align: left;
    h5 {
        font-size: 120%;
        color: #333;
    h6 {
        font-size: .9%;
        color: #333;
    .container  .smallText {
        font-size: 0.75em;
        text-align: center;
    .container .sidebar2 {
        /* [disabled]color: #929C53; */
    .Center_caption {
        text-align: center;
        color: #333;
        font-weight: normal;
        padding: 0px;
        margin-top: 10px;
    .container .content .indentContent {
        text-align: left;
    .container .content h5 {
        margin-left: -250px;
        /* [disabled]padding-left: 25px; */
    .container .content .pageTitle {
        font-weight: 900;
        color: #333;
        margin-left: 50px;
        padding-bottom: 25px;
    .romania {
        font-weight: 900;
        color: #906;
    spryMenuBarVertical.css
    @charset "UTF-8";
    /* SpryMenuBarVertical.css - version 0.6 - Spry Pre-Release 1.6.1 */
    /* Copyright (c) 2006. Adobe Systems Incorporated. All rights reserved. */
    LAYOUT INFORMATION: describes box model, positioning, z-order
    /* The outermost container of the Menu Bar, a fixed width box with no margin or padding */
    ul.MenuBarVertical
        padding: 0;
        list-style-type: none;
        cursor: default;
        width: 140px;
        background-color: #BEC49F;
    /* Set the active Menu Bar with this class, currently setting z-index to accomodate IE rendering bug: http://therealcrisp.xs4all.nl/meuk/IE-zindexbug.html */
    ul.MenuBarActive
        z-index: 1000;
    /* Menu item containers, position children relative to this container and are same fixed width as parent */
    ul.MenuBarVertical li
        margin: 0;
        padding: 0;
        list-style-type: none;
        position: relative;
        text-align: left;
        cursor: pointer;
        border: 1px solid #fff;
    /* Submenus should appear slightly overlapping to the right (95%) and up (-5%) with a higher z-index, but they are initially off the left side of the screen (-1000em) */
    ul.MenuBarVertical ul
        margin: -5% 0 0 95%;
        padding: 0;
        list-style-type: none;
        font-size: 100%;
        position: absolute;
        z-index: 1020;
        cursor: default;
        width: 8.2em;
        left: -1000em;
        top: 0;
    /* Submenu that is showing with class designation MenuBarSubmenuVisible, we set left to 0 so it comes onto the screen */
    ul.MenuBarVertical ul.MenuBarSubmenuVisible
        left: 0;
    /* Menu item containers are same fixed width as parent */
    ul.MenuBarVertical ul li
        width: 8.2em;
    DESIGN INFORMATION: describes color scheme, borders, fonts
    /* Outermost menu container has borders on all sides */
    ul.MenuBarVertical
        border: 1px solid #CCC;
    /* Submenu containers have borders on all sides */
    ul.MenuBarVertical ul
        border: 1px solid #CCC;
    /* Menu items are a light gray block with padding and no text decoration */
    ul.MenuBarVertical a
        display: block;
        cursor: pointer;
        background-color: #BEC49F;
        padding: 0.5em 0.75em;
        color: #333;
        text-decoration: none;
        font-size: 9pt;
    /* Menu items that have mouse over or focus have a blue background and white text */
    ul.MenuBarVertical a:hover, ul.MenuBarVertical a:focus
        background-color: #929C53;
        color: #FFF;
    /* Menu items that are open with submenus are set to MenuBarItemHover with a blue background and white text */
    ul.MenuBarVertical a.MenuBarItemHover, ul.MenuBarVertical a.MenuBarItemSubmenuHover, ul.MenuBarVertical a.MenuBarSubmenuVisible
        background-color: #929C53;
        color: #FFF;
    SUBMENU INDICATION: styles if there is a submenu under a given menu item
    /* Menu items that have a submenu have the class designation MenuBarItemSubmenu and are set to use a background image positioned on the far left (95%) and centered vertically (50%) */
    ul.MenuBarVertical a.MenuBarItemSubmenu
        background-image: url(SpryMenuBarRight.gif);
        background-repeat: no-repeat;
        background-position: 95% 50%;
    /* Menu items that are open with submenus have the class designation MenuBarItemSubmenuHover and are set to use a "hover" background image positioned on the far left (95%) and centered vertically (50%) */
    ul.MenuBarVertical a.MenuBarItemSubmenuHover
        background-image: url(SpryMenuBarRightHover.gif);
        background-repeat: no-repeat;
        background-position: 95% 50%;
    BROWSER HACKS: the hacks below should not be changed unless you are an expert
    /* HACK FOR IE: to make sure the sub menus show above form controls, we underlay each submenu with an iframe */
    ul.MenuBarVertical iframe
        position: absolute;
        z-index: 1010;
        filter:alpha(opacity:0.1);
    /* HACK FOR IE: to stabilize appearance of menu items; the slash in float is to keep IE 5.0 from parsing */
    @media screen, projection
        ul.MenuBarVertical li.MenuBarItemIE
            display: inline;
            f\loat: left;
            background: #FFF;
    HeaderDivs.css
    @charset "utf-8";
    /* CSS Document */
    .leftSide{
        float:left;
    .rightSide{
        float:right;
    BigHeader {
        font-family: Georgia, "Times New Roman", Times, serif;
        font-size: 200%;
        font-style: normal;
        font-weight: 900;
        font-variant: normal;
        color: #FFF;
        margin-top: 20px;
        margin-left: 15px;

    In this line:
    <img style="margin-left:27px;margin-top:30px;" src="images/coat-of-arms.gif" width="100" height="138" alt="Roman's Coat of Arms" /><h4 style="padding-top:25px;padding-bottom:8px;text-align:center;font-weight:800;">
    Close the image tag at the end:
    <img... ...height:800;" />
    You need to go through your <ul> and <li> tags very, very carefully.  You have some mismatched elements (missing closing tags) in your huge list.
    Here:
    <p>
         <!-- end .content -->
         <!-- InstanceBeginEditable name="EditRegion4" --><!-- InstanceEndEditable -->
       <p> </p>
    You have missed a closing </p> tag
    These input elements need closing like this
    <input name="allcountry" value="ALLROMANIA" type="hidden" />
    You may have too many closing </div> tags at the end of your page.
    Check your site in the validator: http://validator.w3.org/check?verbose=1&uri=http%3A%2F%2Fwww.canonguy.net%2FKehilaLinktest %2F
    Fix the problems you can and then revalidate it to see how you are getting on.
    Martin
    The first thing to focus on is your <ul> an <li> tags that will screw your menu

  • I am still having trouble with extensions in Dreamweaver CS6

    I have installed a couple of extensions that I got through Adobe Marketplace and installed them with Extension Manger. I have been through tech support many times. I have even been escalated up to the next level, 4 or 5 monthe ago and have yet to have anyone help me with this issue. I keep getting promises of a phone calls but never a call back on this issue. If anyone has had this trouble, please help me. I can't be the only one.

    Assuming your computer meets or exceeds the min requirements:
    http://prodesigntools.com/products/adobe-cs6-system-requirements.html
    And you have plenty of physical memory (100 MB or more) to perform installations, my only guess is that something is corrupted.
    Have you tried deleting your DW Cache and/or Personal Configuration folder?
    NOTE: you'll need to show hidden files & folders in your OS.
    http://forums.adobe.com/thread/494811
    Nancy O.

  • Still having trouble with Adobe Viewer

    I'm still having the issue that when I have multi state objects, (state 1 is off the page, state 2 is on the page) the hidden state (state 2) is showing up on the iPad Adobe Viewer when you click the |||| icon from the menu in the upper left corner. In the overlay creator panel 'tap to play/pause' is not checked.  'Cross Fade' and 'Hide before playing' are checked. 
    Any help would be appreciated!!  thank you!

    What I was able to determine:  In the Oject States where all the states are listed.  The State where there is no object in view needs to be listed first. (doesn't matter what state number it is, just needs to be first in the list)  When I did this for all my MSO's there was no viewing problems!!  Thanks for leading me down the right path. much appreciated!

  • Still having trouble with Adobe Flash

    I believe that I have interrogated all of the FAQ's and followed the help suggestions.
    i have uninstalled and reinstalled Flash 3 times.
    I am still getting the message "you need Adobe Flash to play this video".
    ShockWave enabled.
    You Tube works fine.
    My system:
    Windows 7 (Home Premium)
    Flash player version: 11.9.900.152
    Internet Explorer
    Any help would be appreciated.
    Thank you in advance!

    Does Flash appear to load on this page on Step 5?
    http://helpx.adobe.com/flash-player.html
    If so, what URL's specifically are you having problems with?

  • I disabled hardware acceleration in my options but I am still having issues with firefox 16.0.1 page being unresponsive. I click the orange fox

    I unchecked hardware accelleration and it was working great for a half hour then started up again. the top of the page says moxilla firefox unresponsive. I click the orange fox in thecorner and it takes a minute but it refreshes the page. this shouldn't happen.

    How many extensions do you have installed? Any that have been classified as problematic?
    * http://kb.mozillazine.org/Problematic_extensions
    You have Norton Toolbar installed. That might be causing a problem. Norton Symantec has a history of interfering with Firefox.

  • I have been through all the steps given in help to enable cookies but the site i am trying to log into still says i have to have a cookie enabled browser....i am only having trouble with this one site and it is not blocked

    each time i try to log in as a member to this site i get the message that i have to have a cookie enable browser. all other sites seem to be working fine. cookies are enable, have been cleared and i have nothing blocked at all

    Download a new copy of the Firefox program and save the DMG file to the desktop
    * Firefox 3.6.x: http://www.mozilla.com/en-US/firefox/all-older.html
    * Firefox 4.0.x: http://www.mozilla.com/en-US/firefox/all.html
    * Trash the current Firefox application to do a clean (re-)install
    * Install the new version that you have downloaded
    Your profile data is stored elsewhere in the [http://kb.mozillazine.org/Profile_folder_-_Firefox Firefox Profile Folder], so you won't lose your bookmarks and other personal data.

  • My computer downloads itunes and then right at the end it says I have insuffient priviliges in my C: file and that I should log on as administrator.  I have deleted Itunes completely and reinstalled it numerous times but it is still coming back with this.

    Can anybody help, my computer downloads itunes and then right at the end of the process it says that it cannot continue because I have insufficient privileges in my C:file/itunes/bin -log on as administrator????  Has anybody had this problem before and if so do you know how I can rectify this?
    Thanks.

    This is a Windows question about Windows user account privileges. Go to your Windows user account settings and check if your account has admin rights. If not, log in as administrator and give your account the correct rights. Or, better yet, when you get the message provide the admin account password and continue with the install.
    If you are not the administrator for the computer, contact him/her and ask them to install the app or give you the necessary privileges. Or try asking on a Windows forum.

Maybe you are looking for