HTML - Format Issues With Ie For This Page...
Greetings all,
I have a little problem with the layout of this page: http://www.tohokingdom.com/dvd/test12.htm It looks fine in Firefox, but stretches horribly in IE whenever viewed through a 800x600 resolution. The problem IE seems to be having with it is the 100% width figure that was placed in the first row, with "DVD Title". The issue is that if the 100% width figure is taken out, a grey area (from the background) will emerge where the cover is to the right of it. I really can't figure out a solution for this either, can anyone offer any advice to stop the page from stretching in IE yet avoid the column width around the image from expanding past the image? Thanks in advance. Similar TutorialsI'm very new. I've created a page with some help. My page is very simple but it works alright. But it's got some little problems. Like it starts out laid out in one format but after a click on the submit button it adopts a different format. Because, I guess, of the new data written to the screen. But I'd like that not to happen But don't know how to fix it. And secondly I've used tables to lay out the page and I've read that tables are deprecated for this purpose. Well, I'd like to move with the times and do it some other way: divs are the way, I think, but a google around about how to do that seemed to indicate you've got to get into some pretty tedious and involved calculations of your box starting and end points, margiins, widths and god knows what...... Is that really the way to go... or are tables good enough? Or is there some other way? The page can be seen at greenpepper.org Hey, Just having a few problems with a few of my landing pages and was wondering if anyone knows how to fix them or can help me find a link with the solutions. 1. How do I make the landing pages work in all browsers. For example, my pages work in firefox perfectly but as soon as you open them in chrome they are off by about 2px (this includes all images, tables, etc). If I open it in IE, the page is all over the place (for example the table is at bottom instead of top). Is there a code to fix this or do I have to create a css file for each. If so, what type of code is needed to tell the page to read the css file that is needed depending on which brower is used by the user. 2. I have two landing pages and want to use both to determine which one is better by the amount of people that view it. To determine this I want to have one page open when the user clicks the link and then the next time a user clicks the link the second landing page will open. Basically I want each of the two pages to open up 50 percent of the time. How do I do this. Thanks Can someone help me figure out why you cant scroll up or down to view the rest of this web page I'm making? Thank you. http://carsonvalleypowerwash.com Hello, I have created a page that has a number of images on it as well as a large flash file. I have a little image that comes up while the flash file is loading so that is ok, but the problem is I'd like to specify the order in which item on the page load because the flash file is stopping the rest of the page loading properly. Do you know what I mean? For example i'd like my header to load first and the other images and when they are finished loading then the flash file can start. I'm sure I have read it somewhere before but cant find it anywhere. Every other problem ive had has been solved here so I know someone will have the answer! Thanks again, in advance. So I'm having some HTML issues, I can't seem to structure the page how i want it. I've attached two pictures to show my problem. One shows the website and shows whats wrong with it and the other shows the html code behind it. Any help or links to help would be appreciated, thanks. Hi, I created some pages using DW8. When i review the pages, IE shows them perfect without any formatting issues whereas when i see the pages in Firefox, it destroys the formatting. The tables and the forms would get big or small. How can i fix this? Thanks, is there a specific one which i should use when making my site? jpeg or gif or any other format? Thanks I need to design a webpage for selling livestock. I want to have a tabbed bar across the top with links to a page designated to each type of animal.. maybe 6 or 7 tabs in total. I also want a box at the bottom with contact information on every page. Each tab will just be a link a page with 5 or 6 pictures of animals and descriptions below them. What's the best way to do this? Should I even bother with CSS on a simple site like this. I want the home page to look like this: (tab for each of below) home our farm horses horses for sale sheep sheep for sale ************************page content******************************** John Doe 555-555-5555 jdoe@gmail.com I know html basics but really don't the easiest way to do this. First thing that comes to mind is just making a table but idk. I'm just using a text editor to make it. Thanks hey anyone who's reading this.. i'm having trouble with fleshing out a vertical menu as when i do, it either doesn't work or doesn't work the way that i had imagined. any help? trying to make submenus that shift down the other main menus from the main menu it originated from. font style won't attach; i used ideoma_SPRAY.otf for the entirety of it and both the html and css are separated in the one txt file. wasn't sure if i was supposed to post this to html or css so i'm just putting it up here for now. thank you! OK, this is a dumb question, but I really cannot think of a reason. My grandson is taking a web course and the teacher told him something about certain html END TAGS needing to be on a new line or separate line of source code. Can anyone tell me when or why an end tag would require it's own source code line? Thanks, Bert My Website: http://tinyurl.com/ygspuc In IE7 the content is extended to far. As you can see in the attachment. Any help greatly appreciated. Hi Guys, Code: <TD colspan="4" class="csPMacro_css_tiTD" id="CSP_ESSentDate">ES Date</TD> <TD colspan="5" class="csPMacro_css_coTD"> <input type="Date" style="width:100%; height:20px; " id="CSP_ESSentDate" /> </TD> My form is using this piece of code which displays a date by picking from our database , now it displays the date in this format YYYY-MM-DD , can i make it display in mm/dd/yyyy ?? Please help ... i am very new to this... How can I format the code using Dreamweaver CS4 ? I have in the same page HTML, Javascript and PHP. I would like to format all the code with the correct indentation. thanks I have input fields which should contain numeric data, i.e., quantities and $ and I would like to display these as right justified formatted fields but can't find how to do it. Thanks Michael Hey everyone. I've been working on a site recently and I've run into a couple problems since I'm sort of self-taught and am just getting the hang of some HTML techniques. First of all, I'm having serious format problems with Internet Explorer. My site has a stoplight navigation bar that works fine in FF/Chrome, but when it comes to Internet explorer, it always displays it at the top of the page and moves everything else down . Second, I can't get any doctype validation to work on my website. I've tried strict, transitional and frameset (even though I don't have frames). Whenever I try it, it seems to completely ignore my stylesheet. Anyway, my website is www.avavenue.com. Here's my code for the home page: Code: <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> <meta name="description" content="AV Avenue is a K-12 Classroom Technology Specialists company. We provide audio/video equipment sales, systems installations and service of existing systems."> <meta name="keywords" content="av avenue, audio, video, audio visual, classroom, education, installation, smartboard, k-12"> <title>AV Avenue</title> <link rel="stylesheet" type="text/css" href="stylesheet.css"> </head> <body> <ul id="stoplight"> <li id="stoplight1"><a href="index.html"></a></li> <li id="stoplight2"><a href="aboutus.html"></a></li> <li id="stoplight3"><a href="contactus.html"></a></li> </ul> <div id="stoplightbottom"> <img src="Images/Home Page/StoplightBottom.png" alt=""> </div> <div id="smartboard"> <img src="Images/Home Page/Smartboard.png" alt=""> </div> <div id="specials"> <img src="Images/Home Page/AprilSpecials.png" alt="Check out our special services for April!"> </div> <div id="text2"> <img src="Images/Home Page/Text2.png" alt=""> </div> <div id="avsign"> <img src="Images/Home Page/AVAvenueLeftSign.png" alt=""> </div> <div id="states"> <img src="Images/Home Page/States.png" alt=""> </div> <div id="contractorstext"> <span class="blackfont1 comicsansms">Technology Systems Contractors Power Limited Technicians</span> </div> <div id="company1"> <img src="Images/Home Page/Company1.png" height="30" width="100" alt=""> </div> <div id="company2"> <img src="Images/Home Page/Company2.png" height="30" width="100" alt=""> </div> <div id="company3"> <img src="Images/Home Page/Company3.png" height="30" width="100" alt=""> </div> <div id="company4"> <img src="Images/Home Page/Company4.png" height="30" width="100" alt=""> </div> <div id="company5"> <img src="Images/Home Page/Company5.png" height="30" width="100"alt=""> </div> <div id="flashmovie"> <object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="600" height="400" id="AV_Ave" align="middle"> <param name="movie" value="AV_Ave.swf"> <param name="quality" value="high"> <param name="bgcolor" value="#000000"> <param name="play" value="true"> <param name="loop" value="true"> <param name="wmode" value="window"> <param name="scale" value="showall"> <param name="menu" value="true"> <param name="devicefont" value="false"> <param name="salign" value=""> <param name="allowScriptAccess" value="sameDomain"> <object type="application/x-shockwave-flash" data="AV_Ave.swf" width="600" height="400"> <param name="movie" value="AV_Ave.swf"> <param name="quality" value="high"> <param name="bgcolor" value="#000000"> <param name="play" value="true"> <param name="loop" value="true"> <param name="wmode" value="window"> <param name="scale" value="showall"> <param name="menu" value="true"> <param name="devicefont" value="false"> <param name="salign" value=""> <param name="allowScriptAccess" value="sameDomain"> <a href="http://www.adobe.com/go/getflash"> <img src="http://www.adobe.com/images/shared/download_buttons/get_flash_player.gif" alt="Get Adobe Flash player"> </a> </object> </object> </div> </body> </html> and the code for the about us page: Code: <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> <meta name="description" content="AV Avenue is a K-12 Classroom Technology Specialists company. We provide audio/video equipment sales, systems installations and service of existing systems." /> <meta name="keywords" content="av avenue, audio, video, audio visual, classroom, education, installation, smartboard, k-12" /> <title>AV Avenue</title> <link rel="stylesheet" type="text/css" href="stylesheet.css" /> </head> <body> <ul id="stoplight"> <li id="stoplight1"><a href="index.html"></a></li> <li id="stoplight2"><a href="aboutus.html"></a></li> <li id="stoplight3"><a href="contactus.html"></a></li> </ul> <div id="stoplightbottom"> <img src="Images/About Us/StoplightBottom.png"/> </div> <div id="smartboard"> <img src="Images/About Us/Smartboard.png"/> </div> <div id="specials"> <img src="Images/About Us/AprilSpecials.png"/> </div> <div id="avsign"> <img src="Images/About Us/AVAvenueLeftSign.png" /> </div> <div id="states"> <img src="Images/About Us/States.png" /> </div> <div id="contractorstext"> <span class="blackfont1 comicsansms">Technology Systems Contractors Power Limited Technicians</span> </div> <div id="greenbackground"> <img src="Images/About Us/GreenBackground.png" height="500" width="630"/> </div> <div id="aboutusheader" width="250"> <span class="whitetext1 tahoma">Classroom Technology Specialists</span> </div> <div id="aboutusparagraph"> <span class="whitetext3 arial">AV Avenue has been specializing in K-12 and Higher Education for nearly 10 years. We provide audio/video equipment sales, systems installations, and services for existing systems. While our focus is in classroom technology, we also offer the following services below: </span> </div> <div id="list1"> <span class="whitetext2 arial underline">Classrooms</span> <ul> <li><span class="whitetext2 arial">Projectors</span></li> <li><span class="whitetext2 arial">SMART Boards</span></li> <li><span class="whitetext2 arial">Audio Systems</span></li> <li><span class="whitetext2 arial">Sound Field Systems</span></li> <li><span class="whitetext2 arial">Control Systems</span></li> <li><span class="whitetext2 arial">Acoustics</span></li> </ul> </br> <span class="whitetext2 arial underline">Building Wide</span> <ul> <li><span class="whitetext2 arial">Video Surveillance</span></li> <li><span class="whitetext2 arial">Paging</span></li> </ul> </br> <span class="whitetext2 arial underline">Cafeteria</span> <ul> <li><span class="whitetext2 arial">Acoustics</span></li> <li><span class="whitetext2 arial">Sound Systems</span></li> </ul> </div> <div id="list2"> <span class="whitetext2 arial underline">Auditorium</span> <ul> <li><span class="whitetext2 arial">Acoustics</span></li> <li><span class="whitetext2 arial">Sound Systems</span></li> <li><span class="whitetext2 arial">Video Displays</span></li> <li><span class="whitetext2 arial">Video Recordings</span></li> </ul> </br> <span class="whitetext2 arial underline">Library</span> <ul> <li><span class="whitetext2 arial">Acoustics</span></li> <li><span class="whitetext2 arial">Sound Systems</span></li> </ul> </br> <span class="whitetext2 arial underline">Music Rooms</span> <ul> <li><span class="whitetext2 arial">Acoustics</span></li> <li><span class="whitetext2 arial">Sound Systems</span></li> <li><span class="whitetext2 arial">Video Systems</span></li> </ul> </div> <div id="list3"> <span class="whitetext2 arial underline">Gymnasium</span> <ul> <li><span class="whitetext2 arial">Acoustics</span></li> <li><span class="whitetext2 arial">Sound Systems</span></li> <li><span class="whitetext2 arial">Video Displays</span></li> <li><span class="whitetext2 arial">Video Recording</span></li> </ul> </br> <span class="whitetext2 arial underline">Swimming Pool</span> <ul> <li><span class="whitetext2 arial">Acoustics</span></li> <li><span class="whitetext2 arial">Sound Systems</span></li> </ul> </br> <span class="whitetext2 arial underline">Athletic Fields</span> <ul> <li><span class="whitetext2 arial">Sound Systems</span></li> <li><span class="whitetext2 arial">Video Recording</span></li> <li><span class="whitetext2 arial">Scoreboards</span></li> </ul> </br> <span class="whitetext2 arial underline">Dance Studio</span> <ul> <li><span class="whitetext2 arial">Sound Systems</span></li> <li><span class="whitetext2 arial">Acoustics</span></li> </ul> </div> </body> </html> (cont) Is it possible to convert a webpage (written in HTML) into a format that will eanble it to be shown on an ordinary television set via a DVD player? Just a thought and more than a bit of wishful thinking!!! Hi everyone, I have a few pages that have an issue with the footer. The footer on this page is correct Code: <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd"> <html lang="en"> <head> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> <meta name="language" content="english"> <meta http-equiv="Content-Style-Type" content="text/css"> <title>MESH Inc - About Us</title> <link rel="stylesheet" type="text/css" href="css/main.css"> </head> <body> <div id="container"> <img id="banner" src="images/topbanner.png" alt="top banner"> <ul id="top-nav"> <li><a href="mcad.html">mcad<span id="mcad"></span></a></li> <li><a href="niosh_project.html">niosh<span id="nios"></span></a></li> <li><a href="mcad.html">mcad<span id="moad"></span></a></li> <li><a href="mcad.html">mcad<span id="scad"></span></a></li> <li><a href="cloud_mapping.html">cloud<span id="clou"></span></a></li> <li><a href="cloud_mapping.html">cloud?<span id="what"></span></a></li> </ul> <ul id="nav"> <li><a href="home.html">Home</a></li> <li><a href="products.html">Products</a></li> <li><a href="services.html">Engineering Services</a></li> <li><a href="projects.html">Projects</a></li> <li><a href="publications.html">Publications</a></li> <li><a href="contact_us.html">Contact Us</a></li> <li><a id="active" href="about_us.html">About Us</a></li> </ul> <div id="content"> <h1> Mr. Thomas Gruber</h1> <p>Mr. Thomas Gruber, MESH’s Director of Engineering has over 19 years experience in FTIR chemical sensor R&D. In this position he is responsible for managing project resources and directing the technical approaches.</p><br> <p>He is responsible for the design and development of the MCAD and CCTS products. This work includes embedded electronics, blackbody calibration devices, enclosure design, radiometric signal processing/signal modeling, quantitative detection, and tomographical mapping software.</p><br> <p>He developed the radiometric calibration, synthetic data, quantitative detection, and tomographic mapping software programs for MESH.</p><br> <p>Mr. Gruber is the Principle Investigator on both the Sensor Netting Algorithm SBIR and the Hyper-Spectral Imager SBIR.</p><br> <p><strong>Education:</strong></p> <p><br> MS Mechanical Engineering 1993, Texas A&M Univ., College Station, TX</p> <p>BS Mechanical Engineering 1991, Clemson Univ., Clemson, SC</p> </div><!-- end #content --> <div id="footer"> <img id="footer" src="images/footer.gif" alt="footer"></div> </div><!-- end #container --> </body> </html> and this page is not correct... the footer comes up to the bottom of the content instead of staying on its fixed location... and I dont see anything in lines 90-100 that would cause this... any thoughts Code: <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd"> <html lang="en"> <head> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> <meta name="language" content="english"> <meta http-equiv="Content-Style-Type" content="text/css"> <title>MESH Inc - About Us</title> <link rel="stylesheet" type="text/css" href="css/main.css"> </head> <body> <div id="container"> <img id="banner" src="images/topbanner.png" alt="top banner"> <ul id="top-nav"> <li><a href="mcad.html">mcad<span id="mcad"></span></a></li> <li><a href="niosh_project.html">niosh<span id="nios"></span></a></li> <li><a href="mcad.html">mcad<span id="moad"></span></a></li> <li><a href="mcad.html">mcad<span id="scad"></span></a></li> <li><a href="cloud_mapping.html">cloud<span id="clou"></span></a></li> <li><a href="cloud_mapping.html">cloud?<span id="what"></span></a></li> </ul> <ul id="nav"> <li><a href="home.html">Home</a></li> <li><a href="products.html">Products</a></li> <li><a href="services.html">Engineering Services</a></li> <li><a href="projects.html">Projects</a></li> <li><a href="publications.html">Publications</a></li> <li><a href="contact_us.html">Contact Us</a></li> <li><a id="active" href="about_us.html">About Us</a></li> </ul> <div id="content"> <h1> Mr. Ryan Fauth</h1> <p>Mr. Ryan Fauth has over 12 year experience in software engineering, all related to chemical sensing. He has developed the human interface to the MESH chemical sensing hardware, including the map display used by CCTS. He was responsible for interfacing MESH’s MCAD to JWARN.</p><br> <p>His has expertise in Embedded Operating Systems, Wireless Networking Software, and Software Design/Implementation.</p><br> <p>Mr. Fauth is responsible for managing maintenance and improvements to the Pentagon Force Protection Agency network of MCAD sensors, which protect the National Capital Region.</p><br> <p>He is the Lead Software Developer on the Sensor Netting Algorithm SBIR involving sensor interfacing, sensor data fusion and algorithm development.</p><br> <p><strong>Education:</strong></p><br> <p>BS Computer Science 1999, Univ. of Delaware, Newark, DE</p> <p></p><!-- end #content --> <div id="footer"> <img id="footer" src="images/footer.gif" alt="footer"></div> </div><!-- end #container --> </body> </html> I had a thread about my page a few months ago but I could not seem to find it. On vettenut.com one word "Vote" is blue and I cannot see how to correct this. Code: <p align="center" class="auto-style2"><span class="auto-style3">↑</span><span class="style28"> Vote for my Site </span><span class="auto-style3">↑</span></p> I cannot figure out what the difference is here. This page and all the others look fine: http://carbonfreegirl.com/step11.htm I am using the same code but this page doesn't come out right: http://carbonfreegirl.com/step12.htm In an attempt to fix it, I reposted it using the same code as the others and it looked right until the html comments loaded, then it looked wrong again. but the html comments don't mess with the format on any other page. any ideas? thanks! |