HTML - Weird Issue With Free Bravenet Counter
I used a free web counter from Bravenet.
<!-- Start Bravenet.com Service Code --> <script language="JavaScript" type="text/javascript" src="http://pub24.bravenet.com/counter/code.php?id=392915&usernum=1977162984&cpv=2"> </script> <!-- END DO NOT MODIFY --> Works just find on Firefox, but does a vanishing act on IE7 My ISP does not allow any form of scripting. no idea what would be causing this. http://www.bethanyec.co.uk Similar TutorialsI've made a hit counter for my website and need a bit of help in HTML to get it to work. There are 3 files: One SWF file One PHP file and One TXT file All three of these files are in a web folder. What I want to do is get it to work on Blogger. I've successfully embedded the SWF file into it which shows the hit counter but need the TXT file and PHP file to load along with the SWF (and to change the TXT file in the web folder). Is this possible to do with some HTML code? Any help would be greatly appreciated Just ask if you need a bit more information. EDIT: The problem has been solved, for anyone who has the same problem the solution is easily solved by using the <iframe> </iframe> tag. Just add a src, width or whatever else you need in it. Problem resolved, I added a margin-bottom to the CSS in col2 and it fixed the issue. thank you to any readers. I've been trying to get this to not happen all night long and I have no idea why it is happening. the page works great in firefox, but for some reason, in IE when the page loads normal, but as soon as you hover over a menu item, the bottom parts of the page get scrambled. link here here is the html/css of it: Code: <?xml version="1.0" encoding="iso-8859-1"?> <!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>St. Augustine Parish</title> <style type="text/css"> <!-- * { margin: 0; padding: 0; } h4 {color: #780E22} div, p, th, td, li { font-family: Arial, Sans, sans-serif; font-size: 12px; color: #858585; } p, li { margin-bottom: 15px; } #page { background: #FFF url("images/header.gif") no-repeat; padding-top: 57px; width: 800px; } #content { background: #FFF url("images/fade.gif") top left repeat-x; padding: 25px 15px; } #menu { background: #780E22 url("images/img.gif") top right no-repeat; } #menu ul { border: none; list-style: none; width: 195px; } #menu li { border-bottom: 1px solid #924A58; margin-bottom: 0; } #menu li a { background-color: #AD5868; color: #fff; display: block; font-size: 14px; font-weight: bold; padding-left: 15px; text-decoration: none; } #menu li a:hover { background-color: #D18795; } #col1 {width: 259px; float: left; border-right: 1px solid black; margin-left: 6px; } #col2 {width: 259px; float: left; border-right: 1px solid black; margin-left: 6px; } #col3 {width: 259px; float: left; margin-left: 6px; position: absolute; left: 542px; } #notice {width: 518px; border: 1px solid black; float: right; position: absolute; left: -259px; padding: 5px; margin-bottom: 10px; } #footercontain {width: 800px;} #footer {width: 100%; clear: both; font-family: Arial, Sans, sans-serif; font-size: 12px; text-align: center; } --> </style> </head> <body> <div id="page"> <div id="menu"> <ul> <li><a href="#">Community Links</a></li> <li><a href="#">Driving Directions</a></li> <li><a href="#">Faith Formation</a></li> <li><a href="#">Homilies</a></li> <li><a href="#">Music Ministry</a></li> <li><a href="#">News And Events</a></li> <li><a href="#">Parish Photos</a></li> <li><a href="#">Parish Ministries</a></li> <li><a href="#">Who’s Who</a></li> </ul> </div> <div id="content"> </div> <div id="col1"> <table width="260px"> <tr><td><p>Mass Schedule </p></td></tr><tr><td><p>Monday - Thursday 10:00AM<br />Saturday 5:15 PM (DST) - Saturday 4:00 PM (EST)<br />Sunday 8:30AM 11:00AM</p></td></tr><tr><td><p>Baptism Parents Class 3rd Wednesday of each month at 7:00PM (call Pastoral Office to register)</p></td></tr><tr><td><p>Nursery service, Childrens Litury of the Word and SEEDS Program for 3 and 4 year olds call 315.635.0881.</p></td></tr><tr><td><p><img src="images/arrow.gif"> Read this Week’s Bulletin (pdf)</p></td></tr><tr><td><p><img src="images/arrow.gif"> Download Liturgical Schedules</p></td></tr><tr><td><p><img src="images/arrow.gif"> Readings for Wednesday of the Fourth Week of Easter (usccb.org)</p></td></tr> </table> </div> <div id="col2"> <table width="260px"> <tr><td><p>Mass Schedule</p></td></tr><tr><td><p>Monday - Thursday 10:00AM<br />Saturday 5:15 PM (DST) - Saturday 4:00 PM (EST)<br />Sunday 8:30AM 11:00AM</p></td></tr><tr><td><p>Baptism Parents Class 3rd Wednesday of each month at 7:00PM (call Pastoral Office to register)</p></td></tr><tr><td><p>Nursery service, Childrens Litury of the Word and SEEDS Program for 3 and 4 year olds call 315.635.0881.</p></td></tr> </table> </div> <div id="col3"> <table width="260px"> <tr><td><p>Mass Schedule<p></td></tr><tr><td><p>Monday - Thursday 10:00AM<br />Saturday 5:15 PM (DST) - Saturday 4:00 PM (EST)<br />Sunday 8:30AM 11:00AM</p></td></tr><tr><td><p>Baptism Parents Class 3rd Wednesday of each month at 7:00PM (call Pastoral Office to register)</p></td></tr><tr><td><p>Nursery service, Childrens Litury of the Word and SEEDS Program for 3 and 4 year olds call 315.635.0881.</p></td></tr> </table> <br /> <div id="notice"> <h4>Notice</h4> <br /> Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. </div> </div> </div> <div id="footercontain"> <div id="footer"> © 2004-2007 St. Augustine's Parish, All Rights Reserved<br /> Web Site Design By <a href="http://www.saltcitytech.com">Salt City Tech</a> </div> </div> </body> </html> <!-- <p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Vivamus aliquam felis et neque. Sed ut mauris. Mauris fringilla gravida leo. Sed a turpis et magna mollis laoreet. Nullam felis dolor, sodales quis, semper blandit, aliquet nec, enim. Etiam in ligula eget nibh facilisis convallis. Pellentesque elit. Etiam sapien. Etiam mollis lorem a nibh. Etiam varius tortor. Integer ultricies.</p> <p>Nam placerat ipsum at nisi. Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos hymenaeos. Nunc augue. Cras condimentum leo eget massa. In hac habitasse platea dictumst. Suspendisse sollicitudin magna ut turpis. Praesent id nisi sit amet orci fringilla dictum. Fusce pretium dui sed leo. Maecenas aliquam tellus vel leo. Nulla ac sapien. Nullam ac tortor. Proin mauris. Suspendisse et magna ullamcorper ante rutrum congue. Nunc malesuada vulputate justo. Aenean suscipit pulvinar velit. Fusce et ligula. Nulla at enim eget metus ullamcorper tempor.</p> <p>Aliquam risus orci, ultrices non, lobortis eget, cursus ultricies, lorem. Fusce nec eros. Sed faucibus, tellus nec tempor tincidunt, ante dui feugiat leo, et euismod lectus lectus in libero. Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Maecenas ultrices lectus eget lorem. Nunc vel justo nec mi condimentum porttitor. Integer eget lorem in dolor bibendum vulputate. Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Pellentesque facilisis. Aenean auctor. Ut at ligula. Nunc posuere.</p> <p>Suspendisse potenti. Nam ac nibh. Aenean quam. Sed ut nisi id arcu nonummy consequat. Ut sapien arcu, gravida vel, accumsan vel, facilisis ut, magna. Vestibulum eget nisi ac neque feugiat ultricies. Vestibulum ut neque. Mauris nonummy. Vivamus est elit, semper ut, egestas at, consectetuer eu, sem. Praesent nec libero a nulla feugiat lacinia. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Nunc tortor felis, pellentesque sit amet, accumsan vitae, tincidunt et, justo. Nunc leo. Integer nonummy lobortis nunc.</p> <p>Fusce libero lacus, porttitor eu, suscipit at, ultrices a, lacus. Aenean a neque nec sem pulvinar mollis. Integer vel nisi. Nullam ultrices tellus quis justo. Donec fringilla ullamcorper arcu. Mauris ut orci quis tellus aliquam ultrices. Nulla dui sapien, scelerisque a, gravida in, tristique a, erat. Integer tristique. Maecenas varius bibendum tortor. Donec vitae felis non felis placerat pellentesque. Mauris dignissim, massa nec vestibulum mollis, ante libero semper mi, in dignissim lectus sem vel pede.</p> --> I appreciate any help that you might have to offer. thank you. OK so i have a form on my website that im using to upload images. But i have a very odd bug. I am using PHP to process the data and im using an if(isset) statement to check whether the page has been submit. Now the form works fine when the submit code is like this: HTML Code: <input type="submit" name="send" value="Upload" onclick="javascript:switchMenu('uploading');"/> But when i another line of java to the onclick event the page doesnt submit correctly HTML Code: <input type="submit" name="send" value="Upload" onclick="javascript:switchMenu('uploading');this.disabled='disabled';"/> now it will submit the data but the PHP code wont work o_0 does anyone know how to cure this? (sorry if my explaining sucks ) Can anyone help me with this problem? www.enveme.com/index.php The navbar is separating and i can not figure out why. Anyone know of a good one? I want to add one to my site, but the good ones you can't customize for free, and the ones you can customize are lower quality. hi, recently ive been doing a layout and something came across that i couldn't fix. In internet explorer, the "Search Archive" box's height becomes bigger, but when viewed in firefox, it looks okay... does any1 know how to fix this? link: http://blogremix.cjb.net Is there any site from where i can download the web development books? Hello, I am Delphi programmer and PHP web development, I have a problem with the AJAX which is: how to free or close the element, in the Delphi when I create an object in runtime it can be free the object and close it like query, anyway how to close or free the result in AJAX language? below is an exmple: Code: var Buffer= document.body; var getDivBox= document.getElementById("div_box"); var EDivBox= document.createElement("div"); if (getDivBox != null) { getDivBox.style.visibility = "visible"; } else { EDivBox.setAttribute("id","div_box"); Buffer.appendChild(EDivBox); } with the above code, for first loading it will create to element and while you are in the page it will still create my question is how to close the created element in order to make the page fast because in the localhost I checked the CPU performance and I surprised: it was 100%, when I close the page it go back normal. any help with this topic is highly appreciated Regards Hi guys, Does anyone have any links to where I can upload (give) a free template. I Googled it but quite surprised to find a lack of "submit a template" links! Hi everyone. I need to find some software that is like Adobe Contribute, but free. I am designing a web site for a friend and he wants to be able to edit it himself but cannot pay the price for Adobe Contribute. Does anybody know of any free software that I can download that works like Contribute? Thank you. Lee http://www.prodevs.org hi, i am currently trying to learn HTML and wanted a free live website to practice on, however when i signed up for one at tripod.com, i had to use some setup guide thing, even when i clicked "start a blank website". most other free website services seem to have something similar. Is there a way around this, so i can start from scratch and build the website purely with html/xhtml etc. or a different histing service that lets you do this? any information would be appreciated, thank you Hi All, Just find a new website for free software download i was very much impressed with the products they have. I thought it might be useful for others also. Please post if anybody find any other related websites having many softwares like this. Thank you. Hi, I have been having major problems with Frontpage and am ready to download a diffrent free website builder, whats the best one? and how would i upload my current pages to my new builder? Hiya, I'm developing a free website for someone. Wondered if anyone knew of any good sites that offer free templates that aren't too bland. Cheers, James i want to build a free website to start really learning html until i am a wizard at html hello. i am having difficulty figuring out how to make iframes out of this free template: http://www.freewebsitetemplates.com/preview/template24/ download: http://www.freewebsitetemplates.com/...ate=template24 i would like the banner and buttons as the TOP and the rest of the stuff as the bottom on the iframed website. i was thinking i'd do this Code: <html> <head> <title>iFRAMES</title> </head> <frameset rows="150,*"> <frame src="96_top.html" frameborder=0 scrolling="no" NAME="top"> <frameset cols="220,*"> <frame src="main.html" frameborder=0 NAME="bottom"> </frameset> <noframes> <body> <a href="your main page.html">Click Here</a> </body> </noframes> </frameset> </html> however then I wouldn't get the white side bars. does anyone have any good ideas on how to turn this template into a framed site? thanks, g Hello! I just setup on my website a "hitstats.com web tracking, analytic service". But I thought I might ask you anyway which is better or the best free invisible web statistics tool on the Internet? What is your experience? Thank you Is there a good, free .psd file editor? Hi All, first post in the forum. I would like to know if it is possible to create a drop down list from which the user could select a value but could also decide to enter a new one ? What I want is to offer the user to select an existing company name or enter a new one, but I would like to have only one field to do it instead of two. Is this possible Thanks for helping. ALex |