Java Client/Server Programming Software Development by chip1123 … char getlnChar() { char x=getChar(); dropLine(); return x; } public byte getlnByte() { byte x=getByte(); dropLine(); return x; } public short getlnShort…'s with \n lookAhead = '\n'; return (char)lookAhead; } private void dropLine() { while (!errorFlag) { if (lookChar() == '\0') return; if (… Menu works in Chrome, but nowhere else... HELP! Programming Web Development by jonsan32 …:#ef8e41 url(http://dl.dropbox.com/u/5739741/Dropline%20Menus/dropline6/down_over.gif) no-repeat right center…background:#993300 url(http://dl.dropbox.com/u/5739741/Dropline%20Menus/dropline6/down_over.gif) no-repeat right center;;}… background: url(http://dl.dropbox.com/u/5739741/Dropline%20Menus/dropline6/diamond2.gif) no-repeat right center;}… Re: Menu works in Chrome, but nowhere else... HELP! Programming Web Development by jonsan32 … background:url(http://dl.dropbox.com/u/5739741/Dropline%20Menus/dropline6/tab2.gif); height:30px; position:relative…background:#993300 url(http://dl.dropbox.com/u/5739741/Dropline%20Menus/dropline6/down_over.gif) no-repeat right center…background: url(http://dl.dropbox.com/u/5739741/Dropline%20Menus/dropline6/diamond2.gif) no-repeat right center;}… css ul menu cross browser issue Digital Media UI / UX Design by terri1210 … #menu li#single a, .dropdown #menu li#dropdown a, .dropline #menu li#dropline a, .flyout #menu li#flyout a, .support #menu li…#single a b, .dropdown #menu li#dropdown a b, .dropline #menu li#dropline a b, .flyout #menu li#flyout a b, .support… IE CSS incorrect after applying Safari fixes Digital Media UI / UX Design by dennishall Hi: I have a dropline nav menu that works great in all standards compliant browsers … in IE8 until I applied some Safari CSS hacks. The dropline menu has only 2 sub-menus under Company and Expertise… document.write does not work in my ajax page Programming Web Development by oblo10 ….write('<div id="Drop' + i + '" class="DropLine" align="center">&nbsp;&nbsp… Re: document.write does not work in my ajax page Programming Web Development by oblo10 …').append( '<div id="Drop' + i + '" class="DropLine" align="center">&nbsp;&nbsp… Re: Simulating a hover event Programming Web Development by jonsan32 …35px; background: url(http://dl.dropbox.com/u/5739741/Dropline%20Menus/cssplay.co.uk/pro_line_0.gif) repeat-x; …cursor:default; background:url(http://dl.dropbox.com/u/5739741/Dropline%20Menus/cssplay.co.uk/back_1.gif); } .nav .select…:#088; background:url(http://dl.dropbox.com/u/5739741/Dropline%20Menus/cssplay.co.uk/back_1.gif); } </style… Re: Wrapper div adapt to height of nested div? Digital Media UI / UX Design by terri1210 … #menu li#single a, .dropdown #menu li#dropdown a, .dropline #menu li#dropline a, .flyout #menu li#flyout a, .support #menu li…#single a b, .dropdown #menu li#dropdown a b, .dropline #menu li#dropline a b, .flyout #menu li#flyout a b, .support… Re: How do you make a 2-tiered menu? Programming Web Development by jonsan32 … here are some tutorial links: [url]http://cssmenus.co.uk/dropline.html[/url] [url]http://www.dynamicdrive.com/style/csslibrary/item… Re: GUI using C++ - urgent Programming Software Development by yeohhs You can find GTK+ for Windows here. [url]http://www.dropline.net/gtk/[/url] There is another GUI framework, wxWidgets. [url]http://www.wxwidgets.org/[/url] Best Regards, Yeoh -- FREE downloads: Asm, C, and C++ tips, tutorials, source codes and sample ebooks at [URL=http://www.yeohhs.com]http://www.yeohhs.com[/URL] Re: Java Client/Server Programming Software Development by masijade So what is your soecific problem? What error are you getting? What effect are you observing that you did not expect? Re: Java Client/Server Programming Software Development by chip1123 I am not sure if my Client/Server is working correctly. I am trying to get them to where they will do what the specs ask. I am not sure if I am even approaching it correctly because I have no experience in this area and was wondering if someone could let me know if it was close to being right or not and what I needed to change. 1) I am unsure … Re: css ul menu cross browser issue Digital Media UI / UX Design by Troy III [QUOTE=terri1210;1009336]I have an issue with my css ul menu bar not displaying AT ALL in IE 7. Works perfectly in FF, IE 8 and Safari 4. Displays but not correctly in Safari 2. Can someone take a look at the code and give me the necessary fixes? [/QUOTE] These are only some of structural errors found in your html code. [INDENT] Validation … Re: IE CSS incorrect after applying Safari fixes Digital Media UI / UX Design by diafol As you're using conditional css for IE, supply !important statements to neutralize changes for safari. This is the computed css for the blue nav dropdown (non-IE): b[CODE]ackground-image: url(http://development.products-and-services.ca/cms/fckeditor/uploadfiles/common/BlueSubMenu.png); display: block; float: left; height: 34px; left: 84px; … Re: IE CSS incorrect after applying Safari fixes Digital Media UI / UX Design by dennishall thanks for the input ardav: The computed css above is for the fixed_blue_menu style. The fixed_blue_menu style is a stationary menu detached from the nav menu (basically just a seperate horizontal menu at the top of the page). The issue I cannot overcome is related to hovering your mouse over the main menu items "Company and Expertise&… Re: IE CSS incorrect after applying Safari fixes Digital Media UI / UX Design by diafol Tell you what - get rid of those onmouseover events on the buttons beneath the stage area - forcing a page reload on mouse over is seriously uncool - almost gave me a nosebleed! Anyway I don't know what your css problem is, but I've seen similar issues when a container above the problem area is bigger than expected (e.g. height differences in IE … Re: IE CSS incorrect after applying Safari fixes Digital Media UI / UX Design by dennishall Thanks for teh feedback ardav: I managed to correct this myself. The issue was in 2 places... 1st. I have now formally moved away from MS WebExpression for my HTML editing because this product showed me that I had deleted lines of code in my METADATA that infact were not deleted and caused doubely defined CSS. DreamWeaver displayed the whole … Re: document.write does not work in my ajax page Programming Web Development by Airshow Oblo10, document.write() can only be used during the document load phase. Any attempt to use document.write() after the [ICODE]window.onload[/ICODE] event has fired (or thereabouts) will cause the whole document (doctype, head, body - EVERYTHING) to be overwritten, as you have seen. For this reason, document.write() is not the right … Re: document.write does not work in my ajax page Programming Web Development by Airshow [iCODE]id="D1"[/iCODE] is legal but more than one element with the same id is not a good idea. Either omit ids completely or work with your [iCODE]'<div id="Drop' + i + '" ... '[/iCODE] approach. Also, remember that your appended divs won't render unless they have some content or some height/width enforced on them. [… Re: document.write does not work in my ajax page Programming Web Development by oblo10 I have changed it as below but it is still not working The javascript code has a onload function in body. Is there a way to implement this in ajax? The code is as follows, thanks for your help. <script type="text/javascript"> function TimerStartUp(){ setTimeout('StartUp()', 300); } </script>… Re: document.write does not work in my ajax page Programming Web Development by Airshow [QUOTE=oblo10;1695047]Is there a way to implement this in ajax?[/QUOTE] Sorry, the question doesn't make sense. An onload handler is a javascript function. As with any function, it can make an ajax request but cannot in itself be "implemented in ajax". A better way to attach an onload handler is (typically as the last javascript …