HTML - Created Html Drop Down Menu, Works In Ff But Not Other Browsers? More Details Within
I have created a custom html dropdown menu for my site.
The thing is it looks perfect in Firefox 5.0 (for me it does anyway) and works just as expected but in other browsers such as Opera 10.60, Chrome 5.0.375.125, it doesn't work properly. and it works semi ok in IE 8. For example if I hover over one of the menu buttons in opera or chrome there is meant to be a drop down box, this doesn't show in Opera or chrome but does in IE? You can view the menu on my test site - http://www.themidwiferysanctuary.com/testsite/ There is more to the menu, you can use the following log in - Username: Jade Password 130489 Does anyone have any thoughts on how to get the dropdown compatiable with all (or most) browsers? I would post the code but it won't let me even when using the code tags.......... If you want to see the javascript code then please just let me know. Im not sure any of the above makes sense?? Thank you, Jade Similar TutorialsI have a small problem with my 'form drop down menu'. I've got a content box made of cells. There is the title box and the content box. In the header, i'd like to place on the left site the content's title and on the right side, i would like to have a drop down menu. So far, so good. The problem appears as soon as I add the <form> tag to my dropdown menu. The problem is that it pulls the cell in height and I cannot modify it with my HTML-editor. Can any one tell me what i can do, or even better, post me the finished code Here is my code: HTML Code: <body> <table width="630" border="0" cellspacing="0" cellpadding="0"> <tr> <td width="630" height="10" align="center" bgcolor="#4D4D4D"> <table width="620" border="0" cellspacing="0" cellpadding="0" id="table4"> <tr> <td class="tabletitle"> <span lang="en-us">Titel</span></td> <td class="tabletitle" width="171"><p align="right"> <form ACTION="URI"> <p align="right"> <select name=selection onchange="location.href=(form.selection.options[form.selection.selectedIndex].value)"> <option class="under" selected value="In this section">In this section:</option> <option> </option> <option value="http://url"> URL 1</option> <option value="http://url"> URL 2</option> <option value="http://url"> URL 3</option> </select></p> </form> </td> </tr> </table> </td> </tr> </table> </body> Thank you in advance i want to make a thin drop down menu. like rather then being 20pxls high i want it be be 10-15pxls high and i want the background color to be black and the text to be white. just something simple and customizeable is perfect Hello everyone, im very sorry if i am reposting this question, i have tried to find the answer on the forum with no luck. I am very new to HTML and am learning everyday, i am trying to make a top menu kinda like on www.quantas.com.au. i would just like the drop down to be horizontal instead of the normail vertical menu. If anyone has any code to help me out or a tutorial that i would be able to learn from, i would be very appreciative. Thankyou in advance. Mikey I've been trying to figure out how to create a drop down menu in place of the original navigation on my website. I found what I want to do I just need to know how to apply it. Here's the website with what I want to do: http://www.dynamicdrive.com/dynamici...roptabmenu.htm It's example 2. Code: <!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" xml:lang="en" lang="en"> <head> <title>|*|Doll Directory|*|</title> <meta http-equiv="content-type" content="text/html; charset=utf-8" /> <!-- Stylesheet --> <style type="text/css"> body { background: url(''); background-color: #FFFFFF; font-family: "Trebuchet MS"; font-size: 12px; line-height: 1.5em; color: #ffffff; letter-spacing: 1px; } #container { margin: 0 auto; border: 4px solid #FF0080; width: 722px; background-color: #FFFFFF; } #header { width: 722px; } #content { background-color: #FFFFFF; padding: 4px; width: 500px; text-align: left; margin-left: 0px; margin-top: -8px; } #sidebar { float: right; width: 212px; background-color: #FFFFFF; margin-right: 0px; margin-top: -8px; height: auto; padding: 4px; text-align: center; } #footer { clear: both; background-color: #FF0080; margin: 0px; width: 722px; height: 45px; text-align: center; } #bar { text-align: center; margin: 8px; padding: 12px; margin-left: 0px; background-color: #FF0080; margin-top: 0px; width: 700px; } a.nav:link, a.nav:visited, a.nav:active { text-decoration : none; font-family : Trebuchet MS; font-size : 10px; line-height : 12pt; text-align : center; color : #fa829a; font-weight : bold; background-color : #252525; cursor : default; text-transform : uppercase; padding : 5px; border-right : 5px solid #c15876; border-bottom : 1px dotted #7d7d7d; } a.nav:hover { color : #ffffff; background-color : #363636; border-right : 5px solid #d58fb4; border-bottom : 1px dotted #515151; } .site { font-family: Gabriola; font-size: 22px; font-weight: bold; color: #fa829a; } h1 { margin-top: 5px; text-align: left; color: #fa829a; font-family: Gabriola; font-size: 25px; font-weight: bold; padding: 5px; font-style: none; border-bottom: 1px dotted #535152; letter-spacing: 1px; } h1:first-letter { text-align: left; color: #fa829a; font-size: 25px; font-style: normal; font-weight: normal; } h2 { font-weight: bold; text-align: left; color: #fa829a; font-family: Gabriola; font-size: 18px; border-bottom: 1px dotted #8a8988; padding-bottom: 2px; margin-top: 7px; margin-bottom: 7px; } a:link,a:visited,a:active { text-decoration: none; font-family: Trebuchet MS; cursor: default; font-size: 11px; color: #fa829a; font-weight: normal; } a:hover { font-family: Trebuchet MS; font-size: 11px; text-decoration: none; color: #fa829a; background-color: white; padding: 1px; } b,strong { font-family: "Trebuchet MS"; font-size: 11px; font-weight: bold; color: #fa829a; } i,em { font-family: Gabriola; font-style: italic; font-size: 11px; color: #fa829a; } u { font-family: Gabriola; font-size: 11px; border-bottom: 1px dotted #add568; color: #fa829a; padding-bottom: 1px; text-decoration: none; } blockquote { width: 350px; margin: 8px; padding: 3px; background: #fff; border: 3px solid #413b31; cursor: default; color: #fa829a; } </style> </head> <body> <div id="container"> <!-- Header image --> <div id="header"> <img src="http://missdolldecade.awardspace.us/MDD_Banner.png" border="0" alt="" /> <div id="bar"> <div class="nav"><a href="http://missdolldecade.awardspace.us/index.html" class="nav"><font color="#FFFFFF">Home</font></a> <a href="http://missdolldecade.awardspace.us/rules.html" class="nav"><font color="#FFFFFF">Home</font></a> <a href="http://missdolldecade.awardspace.us/scores.html" class="nav"><font color="#FFFFFF">Home</font></a> <a href="http://missdolldecade.awardspace.us/round1.html" class="nav"><font color="#FFFFFF">Home</font></a> <a href="http://missdolldecade.awardspace.us/round2.html" class="nav"><font color="#FFFFFF">Home</font></a> <a href="http://missdolldecade.awardspace.us/round3.html" class="nav"><font color="#FFFFFF">Home</font></a> <a href="http://missdolldecade.awardspace.us/awards.html" class="nav"><font color="#FFFFFF">Home</font></a> <a href="http://missdolldecade.awardspace.us/judges.html" class="nav"><font color="#FFFFFF">Home</font></a> <a href="http://missdolldecade.awardspace.us/enter.html" class="nav"><font color="#FFFFFF">Home</font></a> <a href="http://missdolldecade.awardspace.us/links.html" class="nav"><font color="#FFFFFF">Home</font></a></div> </div> <!-- Sidebar --> <div id="sidebar"> <h2>Tagboard</h2> <!-- Begin ShoutMix - http://www.shoutmix.com --> <iframe title="missdolldecade" src="http://www6.shoutmix.com/?missdolldecade" width="207" height="400" frameborder="0" scrolling="auto"> <a href="http://www6.shoutmix.com/?missdolldecade">View shoutbox</a> </iframe> <br /><a href="http://www.shoutmix.com" title="Get your own free shoutbox chat widget at ShoutMix!">ShoutMix chat widget</a><br /> <!-- End ShoutMix --> </div> <!-- Main content --> <div id="content"> <h1>Updates</h1> </div> <!-- Footer --> <div id="footer"> <a href="http://missdolldecade.awardspace.us">Miss Doll Decade</a> (C) Amber Riley 2010<br> <a href="http://missdolldecade.awardspace.us/contact.html">Contact MDD</a> </div> <!-- Container End --> </div> </div> </body> </html> Hi, I have a website built in HTML and CSS in DW CS4. I have a horizontal top navigational menu and wish to add a drop down menu. When I select the entire menu and click on properties I can add a vertical menu item, but it is not an actual drop down. when I copy the html from another site that does have a functioning drop down, it does not work. So this is what it looks like: <div id="runner"> <ul id="MenuBar1" class="MenuBarHorizontal"> <li><a href="page1.html">page 1</a></li> <li><a href="page2.html">page 2</a></li> what shoudl the code look like to add a drop down menu to each of these pages? Or should I do something in my spry menu? Can anyone help me with this? Hi! I hope you guys can help with what is wrong here. Ive been slaving over this html trying to get it to work and I gave up. Heres my problem. I have two drop down menus on this page. However the right drop down menu only goes to a page from the menu on the left. I have them separated, Brazil and Romania, so the Romania menu links pull up one of the Brazil pages and I dont understand why because in the html I have clearly specified the links to go to different pages. I will attach the html used and ask someone to please point out the source of this html conflict. Hi! I would like to create a drop down menu in HTML where the user can choose many options, not possible in simple HTML? Dharma Hello, I am a newbie to html but am working on a company website. I am looking for help with the drop down nav bar. I want to have the bar justified underneath the part that you are hovering over (for example, when you hover over Douglas Cardinal, the words biography, philosophy, etc would be justified underneath. When you click portfolio, current projects, museums, etc would be justified under portfolio) http://www.djcarchitect.com/portfoli...tprojects.html Is this possible? Thanks!! Hi Peeps, I have created a table of 24 football teams with links to all their forums so other people can link up with fans from around the country and talk football. However I realise that some of these teams have upto four forums. I would like to keep the table as it is and create some kind of drop down where the names of the forum drop down. Is it possible to create some sort of drop down in a table and can someone point me in the right direction so I might create one. Here is the page: http://www.freewebs.com/jonnibravo/l...forumsmain.htm I was experimenting with the css of my div block and idk if this code would work in most browsers and screen resolution. if you guys know of an alternative code that would align my div block to the center that would work on most browsers AND screen resolution, please help me. thank you Quote: <div style="margin:0px auto;width:200px;display:block;">blah blah</div> Hi I have tried a lot of things and search the internet for hours regarding this matter... My image background doesn't reapeat in Internet explorer however works fine in any other browsers such as google chrome and firefox. Can you please help me get this fixed? I am new to xhtml and css and really it's really frustrating having this kind of problem. Thank you Website Link: www.pjrazon.co.uk/newlayout/index.html screenshots if it helps: CSS: @charset "utf-8"; * { margin: 0px; padding: 0px; } body { background-color: #CCCCCC; } a:link { color: #ffffff; text-decoration: none; } a:visited {text-decoration: none;} a:hover {color: #b23937;} a:active {text-decoration: none;} #wrapper { width: 1151px; margin-right: auto; margin-left: auto; border-right-width: thin; border-left-width: thin; border-right-style: solid; border-left-style: solid; border-right-color: #999999; border-left-color: #999999; } #wrapper #logo { height: 120px; width: 1151px; } #wrapper #navigation { background-image: url(../images/nav.home.gif); height: 32px; } #wrapper #navigation #navlabel { color: #FFFFFF; padding-top: 5px; padding-left: 125px; } #wrapper #navigation #navlabel #nav li { display:block; width:100px; float:left; list-style:none; } #wrapper #header { height: 391px; background-image: url(../images/welcome.jpg); } #wrapper #mainContent { height: 384px; background-image: url(../images/maincontent.jpg); width: 1151px; } #wrapper #bodyArea #footer { background-image: url(../images/footer.jpg); height: 73px; clear: both; } #wrapper #bodyArea { background: url(../images/bg_bodyarea.jpg) repeat-y; } #wrapper #bodyArea #mainContent #content { display:block; width:400px; float:left; } #wrapper #bodyArea #mainContent #contentwrapper { padding-left: 140px; padding-top: 70px; } HTML: <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> <title>Perfect Vision</title> <link href="css/layout.css" rel="stylesheet" type="text/css" /> </head> <body> <div id="wrapper"> <div id="logo"><img src="images/header.jpg" alt="logo" /></div> <div id="navigation"> <div id="navlabel"> <ul id="nav"> <li><a href="homepage.html">Home</a></li> <li><a href="profile.html">Profile</a></li> <li><a href="portfolio.html">Portfolio</a></li> <li><a href="contact.html">Contact</a></li> </ul> </div> </div> <div id="header"></div> <div id="bodyArea"> <div id="mainContent"> <div id="contentwrapper"> <div id="content"> <p>August 10 2010</p> <p> </p> <p> Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam semper turpis in tortor interdum sed mattis lectus mollis. Pellentesque laoreet quam et mauris feugiat sit amet eleifend turpis imperdiet. Praesent condimentum libero vitae massa imperdiet pellentesque. Vestibulum et risus dolor, ac tincidunt velit. Maecenas lobortis diam tellus. Suspendisse auctor, velit ut imperdiet semper, erat orci pharetra tortor, venenatis vulputate metus eros ut felis. Cras ullamcorper odio sed felis ornare ultricies. Phasellus porta adipiscing aliquet. Aenean ligula tellus, blandit a pulvinar in, fermentum a erat. Sed arcu nisl, porta eu vestibulum at, luctus sed tellus. Aenean eget quam justo, quis ultricies ante. Vivamus tempor sollicitudin augue ut rhoncus. Sed odio mauris, imperdiet ut elementum vitae, dapibus at quam. Nullam in aliquam sem. Fusce consectetur laoreet elit, non consequat nunc tempus nec. Cras at enim ipsum. Praesent ipsum purus, tempus non sagittis volutpat, fringilla eget mi. Maecenas sed elit est. Morbi facilisis purus eget nunc tincidunt iaculis mattis quam pellentesque. </p> <p> Sed tortor leo, laoreet sit amet mattis a, fermentum in ligula. Sed tempor lacus a lorem fermentum fermentum semper nunc sagittis. Vivamus et est porta purus mollis cursus eget in ante. Sed lacinia, diam in tempor suscipit, turpis enim posuere turpis, sit amet vestibulum quam nulla id elit. Vivamus ultricies tempus mi, non consequat velit mollis id. Curabitur vehicula, turpis id tempor condimentum, sem nulla molestie enim, vel commodo metus ipsum non nisi. Aliquam erat volutpat. Fusce venenatis porttitor massa eget suscipit. Sed purus turpis, iaculis id sollicitudin id, vulputate sit amet velit. Suspendisse sed velit non tellus eleifend venenatis vehicula ut elit. Integer sit amet ullamcorper nulla. </p> <p> Vestibulum dictum ante eu nisl ornare tincidunt. Etiam id risus mauris. Duis nec turpis in neque porttitor euismod sed id odio. Sed molestie urna a magna fermentum egestas. Nulla facilisi. Quisque risus neque, sodales pulvinar rhoncus a, lacinia eget neque. Vivamus vel malesuada nisl. Proin mollis tempor felis id dapibus. Morbi velit mi, aliquet sed malesuada et, blandit vitae eros. Nulla nec lorem quam, eu aliquam sapien. Quisque venenatis, enim non ultricies lobortis, lectus dolor consectetur nulla, eu tincidunt metus enim vitae libero. Vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae; Praesent sit amet neque eu libero commodo condimentum. Fusce hendrerit diam sed libero lacinia nec adipiscing massa posuere. Pellentesque eget libero risus, eget venenatis metus. Morbi quis dolor enim. Cras orci orci, ultrices nec consectetur sed, auctor non leo. Aliquam nec sem erat. Nam ut nunc sed leo tempor pretium. Maecenas sit amet tortor a neque congue iaculis eu in ipsum. </p> </div> </div> </div> <div id="footer"></div> </div> </div> </body> </html> As the title states I've been using Microsoft Word 2000 to create my web page but now want to make a simple no frills html HTML document. Is there a simple and quick way to do it ? I know I can simply create a new HTML document and then just copy and paste the links but is there a utility that can do this ? Many thanks I am having trouble with the following site here and the weather image at the bottom not being to the correct size. The image is hotlinked from another site, and I do have permission to do this! The image is automatically generated by scripts on that sites server every 5 minutes with new weather information. As my image has to always be a certain size and I suspect the original image located on the other website changes it's size as the weather updates, I clearly have a problem with pixel ratio's and an often unclear image... Thus, I would much rather scrap using the image and simply have the raw-text in this image on my site. If you look at the source for the site here, there is this piece of code: Code: <font face="Arial"><center><TABLE BORDER=1 CELLPADDING=5 CELLSPACING=1 BGCOLOR="FFFFFF"> <TR><TH colspan=4><B><FONT SIZE=+2 color="#0000FF">Weather Data</FONT></B></TH></TR> <TR><TH colspan=4><B><FONT SIZE=+1 color="#5">LAST READING AT TIME: 3:40 AM DATE: 21 December 2007 ,Time of next update: 03:45 AM</FONT></B></TH></TR> <tr><td><FONT SIZE=+1>Current Weather<FONT SIZE=+0></td><td>Night time\Dry</FONT></td> <td><font color="#009900"><FONT SIZE=+1>Current Temperature </td><td><font color="#009900"><b>3.8°C (38.8°F)</b>, Apparent temp 2.7 °C</FONT></font></td></tr> <tr><td><FONT SIZE=+1><FONT COLOR="#FF0000">Maximum Temperature </FONT><FONT SIZE=+0> (since midnight)</td><td><FONT COLOR="#FF0000">4.0 °C at: 12:00 AM</font></FONT></td> <td><FONT SIZE=+1><FONT COLOR="#3333FF">Minimum Temperature </FONT><FONT SIZE=+0> (since midnight)</td><td><FONT COLOR="#3333FF">3.2 °C at: 12:48 AM</font></FONT></td> <tr><td><FONT SIZE=+1>Average windspeed<FONT SIZE=+0> (ten minute)</td><td>0.0 kts (0.0 kmh)</FONT></td> <td><FONT SIZE=+1>Wind Direction<FONT SIZE=+0> (ten minute)</td><td>ENE (70°)</FONT></tr></td> <tr><td><FONT SIZE=+1>Windchill Temperature </td><td>3.8°C</FONT></td> <td><FONT SIZE=+1><font color="#009900">Maximum Gust </font><FONT SIZE=+0> (last hour)</td><td><font color="#009900">0.0 kts (0.0 kmh) at: 3:00 AM</font></FONT></td></tr> <tr><td><FONT SIZE=+1><font color="#009900">Maximum Gust </font><FONT SIZE=+0> (since midnight)</td><td><font color="#009900">0.0 kts (0.0 kmh) at: 1:52 PM</font></FONT></td> <td><FONT SIZE=+1>Maximum 1 minute average <FONT SIZE=+0> (since midnight)</td><td>0.0 kts (0.0 kmh) at: 1:57 PM</FONT></td></tr> <tr><td><FONT SIZE=+1>Rainfall <FONT SIZE=+0> (last hour)</td><td>0.00 in. (0.0 mm)</FONT></td> <td><FONT SIZE=+1><FONT COLOR="#245CD2">Rainfall </font><FONT SIZE=+0> (since midnight)</td><td><FONT COLOR="#245CD2">0.00 in. (0.0 mm) ---</font></FONT></td></tr> <tr><td><FONT SIZE=+1>Rainfall <FONT SIZE=+0>This month </td><td>0.00 in. (0.0 mm) </FONT></td> <td><FONT SIZE=+1>Rainfall <FONT SIZE=+0>To date this year </td><td>0.00 in. (0.0 mm)</FONT></td></tr> <tr><td><FONT SIZE=+1>Maximum rain per minute <FONT SIZE=+0> (last hour)</td><td>0.00 in/min </FONT></td></td> <td><FONT SIZE=+1>Maximum rain per hour <FONT SIZE=+0> (last 6 hours)</td><td>0.00 in/hour</FONT></td></tr></td> <tr><td><FONT SIZE=+1><font color="#FF9900">Yesterdays rainfall </font></td><td><font color="#FF9900">0.00 in</font></FONT></td> <td><FONT SIZE=+1>DewPoint </td><td><font color="#FF9900">2.3°C (Wet Bulb :3.2°C )</font></FONT></td></tr> <tr><td><FONT SIZE=+1>Humidity </td><td>90 %, Humidex 2.3 °C</FONT></td> <td><FONT SIZE=+1><font color="#CC33CC">Barometer </font><FONT SIZE=+0>corrected to msl</td><td><font color="#CC33CC">1021.0 mb</font></FONT></td></tr> <tr><td><FONT SIZE=+1>Pressure change </td><td>0.0 mb (last hour)</FONT></td> <td><FONT SIZE=+1>Trend (last hour)</td><td>STEADY</FONT></td></tr> <tr><td><FONT SIZE=+1>Pressure change <FONT SIZE=+0> (last 12 hours)</td><td>-3.0 mb</FONT></td> <td><FONT SIZE=+1>Pressure change <FONT SIZE=+0> (last 6 hours)</td><td>-3.0 mb</FONT></td> </table></center> Now, the details above (last reading, temperature, etc) obviously change every 5 minutes too. How can I link a page on my website to these above changing details on another website and then format the text to my styles and use only the text which I need (around half of what is above? I hope I have made my dillema clear . I am in good contact with that sites webmaster therefore once I find a good method for doing this I will of course ask the webmaster for his permission again . I saw some images embedded in text created with ▐ and ۩. If all you see are the images, the code is: &-#-9-6-1-6-; and &-#-1-7-6-9-; (disregard the hyphens). What are these images called and where are they documented? Don Hi. I am working on a website, basically made in HTML and CSS. I am pretty far, but when look at my website in Safari and Internet Explore, my menu makes a break line for every button I have made. When I look in firefox the menu goes straight? Anybody who know what I need to do, to be able to see the same thing in each browser? Here is my menu code: <ul id="nav"> <div id="menu"> <li><a id="menutext" href="home.html">HOME</a></li> <li><a id="menutext" href="artists.html">ARTISTS</a></li> <li><a id="menutext" href="releases.html">MUSIC</a></li> <li><a id="menutext" href="news.html"> NEWS</a></li> <li><a id="menutext" href="aurtv.html">VIDEOS</a></li> <li><a id="menutext" href="photos.html">PHOTOS</a></li> <li><a id="menutext" href="about.html">ABOUT</a></li> <li><a id="menutext" href="contact.html">CONTACT</a></li> </div> </ul> Thanks. Html code for Text Boxes that the user writes down his details and then click to a button and his details comes to an eimail... look an example ... http://www.arkadiko-meli.gr/form.asp?i=2 What's wrong? When you look at the main page, everything looks fine in all browsers. But when you go to one of the pages where the main page is longer than the menu, like this page, the menu gets "stretched" in IE... But not in FF or Chrome. I've searched and searched in my HTML codes, and tried all I can think of, but nothing solves the problem. I just can't find the error. I hope someone can look at the HTML codes and help me I took an HTML class which covered the basics and some CSS and Javascript. I got a few questions about some problems I'm having with a website of mine. Site: www.lugify.com 1) I'm using: #main { position: absolute; } to Position my logo at the top, and the other box with the comment area in it. Now when I view this on different browsers and computers it comes out distorted. What my best bet of positioning to simple areas like my website would contain. (the logo and the blue rectangle below it). 2) We never covered sending form information to a .ASP page? I think its something like that. I want to be able to get the form information that people enter into the form, sent to another page that can be viewed by anyone who goes to it. (Kinda like a blog format, so each form posts is printed neatly by time). But I want them to be redirected to a page that simply says "Thanks for ordering blah blah". This way my employee can go to the other page and view the orders. Thanks for any help received! Anthony I'm a designer with a working but by no means expert familiarity with html and css. My products are bundles that include photo slideshows, video and audio clips, text and links to pdf and tif files. They are distributed on dvds and thumb drives. I've been using Flash to assemble them. I understand that Flash is on the way out, at least insofar as HTML 5 is already able to do the many of the same things without the need of a proprietary browser add-in. I understand it is already capable of doing everything I currently do with Flash. My question: which if any of the current browsers are capable of performing all of these functions? I currently bundle Flash Player with my products, but I'd much rather bundle a browser. Thanks in advance, P Help!!!! I have been looking at this for almost 6 hours and I still can't explain why my horizontal menu wrapped using Firefox and not IE. I have firefox 3 installed and some of the categories (on the same tree) wrapped and some doesn't. But if i refresh it a few times, it become normal again. This make no sense. Maybe I need to get some fresh air because i am starting to see spots on the screen. http://208.84.114.15 |