Dreamweaver CS5 recordset issues

Hi-
I am having some issues when I create records and then I try to modify them. DW instead of updating the recordset already created adds a new one but does not remove the previous one. Of course this messes things up. So, I have to manually delete the old recordset from the code. Any ideas, suggestions? Thanks. Renier

Hi-
I am having some issues when I create records and then I try to modify them. DW instead of updating the recordset already created adds a new one but does not remove the previous one. Of course this messes things up. So, I have to manually delete the old recordset from the code. Any ideas, suggestions? Thanks. Renier

Similar Messages

  • Dreamweaver cs5 recordsets issues...frustating! any ideas?

    Hi- any suggestion on how to deal with D cs5 software recordsets issues. Most of the time when I open a page that has a recordsets, or when I tried to edit or when creating recordsets or deleting, using the recordsets window, the program keeps crashing!! it is very frustrating, and I am not adding additional custom code to the recorsets, the software keeps crashing with its own generated code. If I switch between simple and advanced mode, it does the same thing.
    Sometimes, when you try to edit a recordset  it duplicates the recordset instead of editing the existing one.
    I have been waiting for an update for this issue but nothing....I am using Windows 7 and developing in PHP/MySQL
    Thanks,
    Renier

    I'm having the same probs with the recordsets duplicating. It's driving me mad and I have a lot of stuff to get on with. The program is almost unusable because of this. I will try some of these suggestions but does anyone have a definate answer why this is happening yet?
    I've made a fresh page, fresh connection, simple MYSQL statement, put a couple of results onto the page as a test, ok.
    Went back into the recordset from the panel, edited the recordset and it duplicated it!!  So nothing to do with Variables or repeat regions.
    Any ideas please. Here is my code.
    <?php require_once('MyConnections/connection.php'); ?>
    <?php
    if (!function_exists("GetSQLValueString")) {
    function GetSQLValueString($theValue, $theType, $theDefinedValue = "", $theNotDefinedValue = "")
      if (PHP_VERSION < 6) {
        $theValue = get_magic_quotes_gpc() ? stripslashes($theValue) : $theValue;
      $theValue = function_exists("mysql_real_escape_string") ? mysql_real_escape_string($theValue) : mysql_escape_string($theValue);
      switch ($theType) {
        case "text":
          $theValue = ($theValue != "") ? "'" . $theValue . "'" : "NULL";
          break;   
        case "long":
        case "int":
          $theValue = ($theValue != "") ? intval($theValue) : "NULL";
          break;
        case "double":
          $theValue = ($theValue != "") ? doubleval($theValue) : "NULL";
          break;
        case "date":
          $theValue = ($theValue != "") ? "'" . $theValue . "'" : "NULL";
          break;
        case "defined":
          $theValue = ($theValue != "") ? $theDefinedValue : $theNotDefinedValue;
          break;
      return $theValue;
    mysql_select_db($database_database, $Database);
    $query_Recordset1 = "SELECT * FROM cards ";
    $Recordset1 = mysql_query($query_Recordset1, $Database) or die(mysql_error());
    $row_Recordset1 = mysql_fetch_assoc($Recordset1);
    $totalRows_Recordset1 = mysql_num_rows($Recordset1);mysql_select_db($database_database, $Database);
    $query_Recordset1 = "SELECT * FROM cards  where EmployeeID = 1";
    $Recordset1 = mysql_query($query_Recordset1, $Database) or die(mysql_error());
    $row_Recordset1 = mysql_fetch_assoc($Recordset1);
    $totalRows_Recordset1 = mysql_num_rows($Recordset1);
    ?>
    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "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>
    </head>
    <body>
    <p><?php echo $row_Recordset1['cardno']; ?>
    </p>
    <p><?php echo $row_Recordset1['EmployeeID']; ?></p>
    <p><?php echo $row_Recordset1['description']; ?></p>
    </body>
    </html>
    <?php
    mysql_free_result($Recordset1);
    ?>

  • Please Help!!! Dreamweaver CS5.5 Issues

    Someone please help. This is my second post.
    I have a proplem with Dreamweaver CS5.5 CSS panel. When you in the  css panel box when you select and add a property, and then tab over to  enter the values, all it does is highlight the box. In all previous  versions when you tab over, you would be automattically able to start  entering values without having to click in the fieild. Any suggesstions?  This is becoming very frustrating, and slowing down my workflow that I  have used since Dreamweaver CS3, CS4 and CS5.

    Duplicate posts within an hour is not a good idea.
    Tip #1 - Make a more useful title to your post other than "PLEASE HELP!!!".
    Tip #2 - Be patient.  This is a user-to-user forum.  Everyone here is a volunteer and cannot respond the instant you post something.
    I suggest keeping this topic within your original topic to avoid confusion.
    http://forums.adobe.com/thread/867687?tstart=0

  • Problem Creating Recordset in Dreamweaver CS5.5

    Can you help?
    I am having with recordsets in Dreamweaver CS5.5, or rather the sudden (I don’t know why this has suddenly happened) inability to create one. 
    When I try to create a recordset query I get this error message and am prevented from creating said recordset -
    While executing onBlur in ServerBeh-PHP-SimpRS.htm the following javascript
    error occured:
    In file ServerBeh-PHP-SimpRS
    Update UI is not defined
    I have tried re-installign Dreamwear to no avail

    This worked for me.
    Step One
    Remote Server Settings
    Server Name: *Insert Name
    Connect using: FTP
    FTP Address: yourdomain.com
    Username: yourusername
    Password: yourpassword
    Root:
    Web URL: http://yourdomain.com
    Step Two
    Testing Server Settings
    Server Name: *Insert Name
    Connect using: FTP
    FTP Address: yourdomain.com
    Username: yourusername
    Password: yourpassword
    Root:
    Web URL: http://yourdomain.com
    Click on the Advanced tab
    Testing server
    Server Model: PHP MySQL
    Step Three (this is the tricky part, lol)
    Click on file, then click New.
    Create a NEW, I repeat... NEW PHP page.
    Let it sit.
    Step Four
    Now enter your remote SQL settings.
    Not sure why... but this worked for me after HOURS of:
    "An unidentified error has occurred"

  • Dreamweaver CS5 not showing all recordsets in databases/bindings/server behaviors windows

    Dreamweaver CS5 is not showing all recordsets created on a page in the databases/bindings/server behaviors windows.
    I'm on XP, DW version 11.5 build 5344.
    Any idea of how I fix that?
    Thanks,
    Betty

    Dreamweaver CS5 is not showing all recordsets created on a page in the databases/bindings/server behaviors windows.
    I'm on XP, DW version 11.5 build 5344.
    Any idea of how I fix that?
    Thanks,
    Betty

  • FTP Connection Issues Dreamweaver CS5.5

    I can't ftp into the top level directory of any of my hosting accounts with dreamweaver cs5.5
    This is becoming a major issue and I'm aware now of other users with the same issue.
    First  log in to an ftp server works fine - the test case directory is created  and deleted - and I think it is this which is causing some odd  permissions issue.
    Second time you try to log in, the connection is made,  but then any directory listing times out. However if I define a  directory such as /public_html/images/ then it will connect and display  directory listings just fine.  Clicking "Test" in the server definition dialog results in an OK message.
    If i FTP in using a different FTP Client (in this case  Transmit) and upload a single file, the issue goes away, and  dreamweaver can again connect - one time only, until I perform this odd  "reset".
    This happens on all FTP connections across multiple  hosting companies (all of the hosting companies my clients sites are  stored at).
    FTP log is below:
    < 257 "/www"
      < 220 Welcome to Proweb Server FTP service (JubJub).
      > USER winfo
      < 331 Please specify the password.
      > PASS
      < 230 Login successful.
      > PWD
      < 257 "/"
      > CWD /
      < 250 Directory successfully changed.
      > CWD /www
      < 250 Directory successfully changed.
      > PWD
      < 257 "/www"
    Then it waits for a while before  giving me the following error message (I've extended timeout to anything  up to a couple of minutes, no difference):
    Toggling the "USE Passive FTP"  checkbox may help you establish a connection. -Select or de-select the  checkbox and click Test to tray again.
    -if you are connecting  using an IPv6 enabled server, please select the "USE IPv6 transfer mode"  checkbox in the Advanced site definition dialog.
    If  the problem persists, check you network settings, including the local  firewall settings on your computer, or consult your network  administrator.
    I have tried PASV checked and unchecked, performance optimisation, and every other combination available to me. I am not connecting through a proxy.
    The  settings on ALL of my sites worked before the cs5.5 upgrade. The  settings on NONE of my sites with a root directory specified work since  the upgrade.  The only thing that has changed is the move to dreamweaver  cs5.5.  I can connect with other ftp clients.  my ftp server settings  are correct. My server and network settings are unchanged. The settings on ALL my sites on other FTP clients continue to work fine.
    Am on an i7 2.8GHz Intel iMac running 10.6.7 with 8 gigs of RAM. I have quit all software except dreamweaver and tried running my mac firewall both on and off.
    Really running out of ideas, and know of other people with the same issue since the upgrade - what's going on Adobe?!

    Same for me, in that I had an unreliable and effectively unusable FTP connection with CS5.5 . I've reverted to CS5, because even though I'll miss a couple of the new features I need to have a working connection to the site when working with PHP - because otherwise I can't see my site at all other than via Firefox. I also suspect that at least a couple of times I've had some sort of corruption occur as a result of the FTP hanging. All was okay before CS5.5, and I may have slagged off a different hosting provider than my present one when it was in fact (at least in part) a DW issue. If it isn't fixed in CS6 then CS6 is unusable for me and I'd definitely be happier with 'unenhanced' CS5 FTP functionality. The theoretical performance gains with the CS5.5 implementation are trivial by comparison with the problems. If all else fails, please revert to CS5 code for the FTP side of things.
    UPDATE!!!!!!!!!!!!!!!!!!!!!!! This is now fixed for me. The problem was that I did not have a proper web url entered in my site definition for the remote server. I'm not sure how that was placing any limitation on FTP access - after all, the need for a full site definition was removed a couple of software issues ago - but the fact is that with the correct web address entered I have working FTP on CS6 (and seemingly on CS5.5 too). I had a simple forward slash entered for the web address, probably as a result of some earlier investigation of the local server/remote server relationships for file upload on a PHP site. I was running CS5 with the correct Web Url entered, so that was working and the CS5.5, without the correct Web Url, was not. I vaguely remember reading that the Web Url was connected with DWs management of absolute/relative links and not much else, but it seems that is not the case. The new FTP is MUCH faster and I'm a happy guy. Site menu>>>Manage sites>>>[select your site]>>>Edit>>>Servers>>>[2-click your server]>>>Web URL:    Put in the full URL e.g. http://www.somesite.com . Not sure if you need a trailing / after, but I have one.
    UPDATING AGAIN: Through all of that I had turned on the  'IPv6 protocol' and 'Passive FTP' options in an attempt to get working. The result of that was FTP that worked well once transferring files but often took a while to hook up. Deselecting those, and using CS6, I'm happy with my FTP.

  • Deployed Acrobat XI and Dreamweaver CS5/CS6 MSI issue

    Hello everybody,
    After many hours trying different cases I identified my problem, but I don't have any solution !
    I deployed Acrobat XI with an MSI created with the Adobe tool.
    When I wanted to deploy Adobe Dreamweaver CS5 (or CS6) created with Adobe Application Manager Enterprise Edition I had a 1603 error.
    If I install the Dreamweaver MSI without having Acrobat installed no problem.
    If I install Dreamweaver manually with Acrobat MSI installed no problem.
    If I install manually Acrobat and deploy the Dreamweaver MSI package no problem neither.
    I recreated both Acrobat and Dreamweaver packages, but it's all the same!
    If you have any idea that could help it will be welcome !
    Vincent

    Known issue:  http://helpx.adobe.com/acrobat/kb/blank-eula-screen-appears-acrobat.html

  • Just Upgraded to Firefox 8.0.1 and now cannot use Firefox preview in Dreamweaver CS5.5...any one else have this issue? I have seen this before in previous version of Firefox but got fixed.

    Not able to use firefox browser preview in Dreamweaver CS5.5 after upgrade to version 8.0.1. Now can preview only in Safari.

    Don't know if there is an option make the download window stay up, but you can bring it back with Ctrl+J then right-click on the download to open the folder it was downloaded to.
    * keyboard shortcuts -- http://dmcritchie.mvps.org/firefox/keyboard.htm
    Where files get downloaded to is in your '''about:config''' settings.
    * [http://kb.mozillazine.org/About:config About:config - MozillaZine Knowledge Base]
    * [http://kb.mozillazine.org/About:config_entries About:config entries - MozillaZine Knowledge Base]
    check out variables beginning browser.download.

  • Tutorial Dreamweaver Cs5.5 The Missing Manual (Pg 998 - 1018) about adding dynamic data to your page

    Hallo,
    I did Tutorial: Displaying Database Info in the Missing Manual for Dreamweaver CS5.5.
    My problem is with "Editing a Recordset and Linking to a Detail Page" (which starts at pg 1002:
    I did this exercise ,over 5 times nowe, but every time with "Building the Detailed Product Page" at pg 1007, I get a bad result.
    I only get one page (the default one with productID = 1) for every link on the indexpage.
    In the adressbar (Live View) I see the right adress: for example: http://localhost/cos...hp?productID=16, but for all productID's only the detailspage for productID are shown.
    There is also a message: Notice: Use of undefined constant ‘productID’ - assumed '‘productID’' in E:\xampp\htdocs\cosmo_shop\product.php on line 34
    But I don't understand what could be wrong in this line.
    Here is the code lines 33 -48: is is about the second line:
    $varProduct_rsDetails = "32";
    if (isset($_GET[‘productID’])) {
      $varProduct_rsDetails = $_GET[‘productID’];
    mysql_select_db($database_connCosmo, $connCosmo);
    $query_rsDetails = sprintf("SELECT products.productID, products.productName, products.price, products.`description`, products.inventory, products.image, vendors.vendorName FROM products, vendors WHERE products.vendorID = vendors.vendorID AND products.productID = %s ", GetSQLValueString($varProduct_rsDetails, "int"));
    $rsDetails = mysql_query($query_rsDetails, $connCosmo) or die(mysql_error());
    $row_rsDetails = mysql_fetch_assoc($rsDetails);
    $totalRows_rsDetails = mysql_num_rows($rsDetails);
    mysql_select_db($database_connCosmo, $connCosmo);
    $query_rsCategories = "SELECT * FROM categories ORDER BY categoryName ASC";
    $rsCategories = mysql_query($query_rsCategories, $connCosmo) or die(mysql_error());
    $row_rsCategories = mysql_fetch_assoc($rsCategories);
    $totalRows_rsCategories = mysql_num_rows($rsCategories);
    ?>
    Can someone tell me what is going on here?
    Kind regards, Ans Hekerman

    I can manually type in double brackets, like this:
    $varProduct_rsDetails = "1";
    if (isset($_GET["productID"])) {
      $varProduct_rsDetails = $_GET["productID"];
    this is accepted; no syntax-error report.
    I can manually type in single brackets, like this:
    $varProduct_rsDetails = "1";
    if (isset($_GET['productID'])) {
      $varProduct_rsDetails = $_GET['productID'];
    this is also accepted; no syntax-error report.
    Dreamweaver itself made this code:
    $varProduct_rsDetails = "32";
    if (isset($_GET[‘productID’])) {
    $varProduct_rsDetails = $_GET[‘productID’];
    this was not OK; there was a syntax-error report.
    But strange enough, when I do paste this now from here, it is accepted.
    So the problem has been, that DW created code that gave a syntax error.
    I could repair it by replacing the single qoutes of DW, by typing single quotes in DW manually, or by typing in in DW manually double qoutes!!!
    So maybe everybode was right!!!
    But is was a very bad problem; maybe a "bug" of the program?
    I repeated this about 10 times before I got the solution frome this Forum.

  • I have Dreamweaver cs5.5 on a computer that is not working. Can I download a trial on my new laptop?

    I have Dreamweaver cs5.5 on a computer that is not working and in the shop. Can I download a trial dreamweavercs6 on my new laptop with the intention of upgrading when I get my desktop back?

    You are welcome to utilize the trial for up to 30 days.   There is not a requirement that you need to purchase the software.
    You may also want to post in the Dreamweaver forum to see if there will be any compatibility issues if you do decide to return to Dreamweaver CS5.5.  You can find the Dreamweaver forum at http://forums.adobe.com/community/dreamweaver.

  • Dreamweaver CS5 fails to open XP-Resolution Here!

    Hi,
    We had an issue with Dreamweaver CS5 opening under a standard user on XP Pro SP3.
    The resolution....
    Open msconfig and disable everything to do with Adobe. Simple! Don't mess with config files, re-install; it doesn't work! Stopping Adobe things from running seems to so far.
    Before Dreamweaver will show the green startup box and then completly close, no error, warning, crash, etc.
    The proceedure as follows:-
    Start > Run...   type msconfig
    Startup Tab
    Untick anythings that has Adobe in its program line/path
    Click Apply/OK
    Restart
    Tick the box for the msconfig window to not show, then click ok if it shows up.
    Open Dreamweaver, worked a treat on ones I tried. This solution also works for Bridge CS5 not opening and crashing (Bridge has stopped working) under Windows 7 x64; even after Adobe looked at the issue and were clueless!
    If you want any more info, let me know.

    Sorry I can't be more help. This is a user to user forum, and I'm a designer rather than a technician. How about contacting Adobe Technical support?
    http://www.adobe.com/support/contact/

  • How to enable syntax highlighting for jspf files on Dreamweaver CS5.5 on Mac

    I ran into an issue where I couldn't get the color coding (color coding style) for java server pages fragments (.jspf) files to show syntax highliting.
    I followed the adobe instructions on Changing and adding file extensions recognized by Dreamweaver without any luck.
    Here is the solution that worked for me:
    On a Mac:
    1. Edit the /Users/YOUR USER/Library/Application Support/Adobe/Dreamweaver CS5.5/en_US/Configuration/DocumentTypes/MMDocumetTypes.xml
    Note: the Adobe instructions tell you to edit /Applications/Adobe Dreamweaver CS5.5/Configuration/DocumentTypes/MMDocumetTypes.xml (Editing this file didn't do anything for me, so you need to change the file above instead)
    Find,
    <documenttype id="JSP" servermodel="JSP" internaltype="Dynamic" winfileextension="jsp,jst" macfileextension="jsp,jst" file="Default.jsp" writebyteordermark="false" mimetype="text/html">
    Replace with,
    <documenttype id="JSP" servermodel="JSP" internaltype="Dynamic" winfileextension="jsp,jst,jspf" macfileextension="jsp,jst,jspf" file="Default.jsp" writebyteordermark="false" mimetype="text/html">
    2. Edit the /Users/YOUR USER/Library/Application Support/Adobe/Dreamweaver CS5.5/en_US/Configuration/Extensions.txt
    In the All: section on top add the jspf extention right after jsp in my example it looked like this
    HTM,HTML,SHTM,SHTML,HTA,HTC,XHTML,STM,SSI,JS,JSON,AS,ASC,ASR,XML,XSL,XSD,DTD,XSLT,RSS,RDF, LBI,DWT,ASP,ASA,ASPX,ASCX,ASMX,CONFIG,CS,CSS,CFM,CFML,CFC,TLD,TXT,PHP,PHP3,PHP4,PHP5,PHP-D IST,PHTML,JSP,WML,TPL,LASSO,JSF,VB,VBS,VTM,VTML,INC,SQL,JAVA,EDML,MASTER,INFO,INSTALL,THEME,CONFIG,MODU LE,PROFILE,ENGINE,SVG:All
    and I added the jspf and it looks like this now,
    HTM,HTML,SHTM,SHTML,HTA,HTC,XHTML,STM,SSI,JS,JSON,AS,ASC,ASR,XML,XSL,XSD,DTD,XSLT,RSS,RDF, LBI,DWT,ASP,ASA,ASPX,ASCX,ASMX,CONFIG,CS,CSS,CFM,CFML,CFC,TLD,TXT,PHP,PHP3,PHP4,PHP5,PHP-D IST,PHTML,JSP,JSPF,WML,TPL,LASSO,JSF,VB,VBS,VTM,VTML,INC,SQL,JAVA,EDML,MASTER,INFO,INSTALL,THEME,CONFIG,MODU LE,PROFILE,ENGINE,SVG:All
    That's it, Quit Dreamweaver and open it up again. Open the .jspf file and see the color coding (syntax highlighting)
    Hope this helps you and seves you time figuring it out. If this helped, do a good thing, next time you figure something out, tell others about it to save their time too, like I did. Enjoy.

    TheGrandNabib wrote:
    I don't seem to have a user Library folder, my only Library folder is on the same level as my Users folder.
    From Locating your personal configuration folder in the Dreamweaver FAQ:
    In Mac OS X (Lion and Mountain Lion), open Finder and press Shift-Cmd-Go. Type ~/Library/Application Support in the dialog box, and click Go. You should then be able to find the configuration folder.

  • Can Dreamweaver CS5 connect to MySQL via ODBC?

    I am unable to make a direct connection to an external MySQL database because most hosting provider does not allow this type of connection due to security reasons. I am however able to make an ODBC connection to the database (which I am currently using to connect filemaker to our MySQL database).
    How can I tell Dreamweaver CS5 to connect via the ODBC driver so I can see the MySQL content in my Dreamweaver project?
    I am on a Mac running OS X 10.6.4.

    GeorgeRudd wrote:
    How can I tell Dreamweaver CS5 to connect via the ODBC driver so I can see the MySQL content in my Dreamweaver project?
    You can't - at least not if you want to use Dreamweaver's server behaviors. Dreamweaver uses the original PHP MySQL extension. If you want to connect in any other way, you need to hand code everything yourself.
    On the other hand, if you want to see the contents of your remote database in Dreamweaver, define your remote server as the testing server. Dreamweaver uploads a hidden folder to the remote server to connect to the database. Because the script is on your remote server, it's local to the MySQL database, so gets round the security issue. It then sends the details to your local computer.
    A better solution, though, is to establish a local testing environment. It's more responsive and much more secure. http://www.adobe.com/devnet/dreamweaver/articles/setup_php.html.
    By the way, the failure to get a reply is due, in part, to posting your question in the wrong forum. The forum for issues related to PHP/MySQL and other server-side technologies is http://forums.adobe.com/community/dreamweaver/dreamweaver_development.

  • Dreamweaver CS5 on Retina Macbook Pro - When trying to open, nothing happens

    When I try to open Dreamweaver CS5 on my new Retina Macbook Pro, nothing happens. It shows the Apple and "Dreamweaver" in the status bar, but no file, window, etc. Also, the launch screen never shows. Eventually, I have to Force Quit, as nothing happens (even when leaving it run for hours)
    I have tried the following 'fixes' based on other discussions that I have found with 0 success:
    Created a new admin account and tried to open from that
    Reinstalled
    Updated
    Ran the Adobe Creative Suite Cleaner Tool
    Permission Fix in Disk Utility
    Changing permissions on the /User/Application Support/Adobe/Dreamweaver folder
    I have also seen some recommendations that I remove/rename the Configuration folder from the en-US folder in the Dreamweaver folder mentioned above. However, I don't even have a en-US folder. Hmm?
    I do not have FileVault activated currently, although I will need to eventually, as it is company policy. I am just trying to get it to run first before I turn on FV and troubleshoot that.

    Presumably, the folder is empty because Dreamweaver never launches successfully. I was going to suggest reinstalling because you might have a corrupt installation, but it seems as though you have already tried that. I wonder if your installation disk or dmg is corrupt?
    There is a dedicated forum for installation issues at http://forums.adobe.com/community/download_install_setup?view=discussions. It might be worth asking there. I wish I could be of more help.

  • Help with Dreamweaver CS5 spry menus. Menu is not dropping down in IE7.

    Hello.
    We recently upgraded from GoLive CS3 to Dreamweaver CS5. Wow! This has been a big change for us. We are having trouble with a website that we are building, specifically the Spry Menu drop downs not appearing correctly in IE7 and older. While the dropdown menu appears in other browsers, it is not dropping down at all in IE7 and earlier versions. After researching this topic on many websites, including this forum, we are still unable to resolve our particular issue. We have tried many of the suggestions that are common to our problem, but have not found a solution as yet. Could someone please check out this page for us, and possibly give us some advise. We are working on Mac OSX. Thank you in advance for any suggestions you may offer.
    http://www.advertools.net/pgtdemo/index.html

    When I added the following to the document
    <style>
    #main_image {position:static;}
    </style>
    the menu items appeared albeit in the wrong position.
    The reason for the hidden menu items is because #main_image had a position of relative, effectively creating a flow of its own rather than following the natural flow of the document.
    Now for the postion of the submenu. If I add the following style rules to the document the submenu items are in the correct position
    ul.MenuBarHorizontal li {text-align: left;}
    ul.MenuBarHorizontal a {text-align: center;}
    In the first line I have reset the rule that you had changed to center align and in the second line (which is not in the original CSS) I have aligned the text in the anchor tag to align center.
    The reason is that IE<8 behaves differently to other browsers when it comes to list items causing the nested list items (submenu) to align themselves to the center of the text of the parent list item.
    I hope the above helps.
    Gramps

Maybe you are looking for

  • Can I Merge two Apple IDs?

    Back around early 2004, I downloaded iTunes for Windows and soon bought my first iPod. I used an email address I had at that time which I'm really ready to retire. When the iPhone 3G came out, I bought that and added a mobile me account with a new @m

  • I recently lost my iPhone, how do i get my contact list from my last back up on iTunes into my android phone in the meantime before i get a new iPhone?

    My iPhone was recently stolen and i had all my contact phone number which i need quite urgently on the spare android phone am using in the in, how do i get my contact list from my last back up on iTunes into my android phone in the meantime before i

  • Problem with- FWZZ(BDC)

    hi i am trying to use bdc for uploading mutual fund dividend (tcode-FWZZ). actually two tables VZZKOPO & VWBEPP gets updated when we run the transaction.But when i am running my bdc only one table is getting updated i.e VZZKOPO.why it is happenig lik

  • Network Threat Categorizing

    I would like to come up with a new security infrastructure model for my company. That being said, I think the first step is to categorize major threats to our network and then to match those threats to network devices/applications that will help defe

  • HT1430 by accident i set my iphone on voice how i can put it back to where was

    Hello to every one on this iphone communities i am new here so by nice ,  I have a litller problem my iphone no let me do nothing by accident i set on voice and no work good no touch cant go to setting to fix it some one my help me.