HTML - Firefox And Ie, Problems Viewing Website
Similar TutorialsI'm having trouble with some browsers opening my website. Some people go to the homepage and just see a blank page with the contact details at the bottom. I know the website isn't the most fancy in the world, but it's my first and does the job for now. I can view it fine. Does anyone have any ideas as to what could be wrong and how it could be fixed? My website is www.lagganoutdoor.co.uk Hope you can help. Many thanks in advance. Duncan. i need the code in html when any one opens my website in mozilla firefox the user is prompted to view the website in INTERNET Explorer . while if the user opens the website in IE he is not prompted to any action. and the action required may be in pop up form or attention message form. please help me put as soon as possible. and the code must work for any browser because i need my website to be viewed in IE only. can go through the URL ... please view it in IE and firefox there is a difference is spacing the table if u can fix this or can make the prompting it will be fine http://ims-sc.org/SPORTS/members.html Hey everyone Ive been working on a website for my company for some time now and Coothead has been able to help me with most everything I need Only problem is now when I go to work to view the website on a PC running Windows XP SP3 and IE 8 the dropdown menu links don't function proporly. Im not sure if its my CSS or my PHP Includes, or maybe something else hehe. my website is www.k2digitalinc.com and if it looks fine on your browser then this is a pic of what it looks on on XP IE 8 http://free.hostultra.com/~k2digitalinc/website.JPG When i hover over a link it appears below the next with no background and its impossible to click the link. Ill post my entire website script and images below, any help appreciated. I dont really understand CSS but I think its proboly a problem with the default.css file, because coothead already helped me with my php includes, so I trust he did it right Any help appreciated. Thanks. Hi: I'm having problems with IE viewing my site. Unfortunately a lot of my viewers still use IE, but the way the design was made (Open Source design), the right side is in the first part of the file (<div id="content">) and the left side is afterwards (<div id="left">). It was working fine in IE for a while but then just suddenly stopped working after I was editing. Not sure what I did. Site demo: www.neptuneware.com Username: gametest Password: penguins When prompted. Could anyone please look at it in IE and tell me why it's not working. All HTML is in the source code (nothing's hidden), but here is the CSS file: Code: /* ** BLUE:SKY - main stylesheet ** This CSS file makes the webpage look pretty ;-) ** ** March 5, 2006 - (version 1.0) ** ** this is a part of the open source layout by ** Jonas John (www.jonasjohn.de) ~ made for gameindicator.com ** GAMEINDICATOR.COM using OPEN SOURCE WEB DESIGN (OSWD.ORG) ** GameIndicator thanks OSWD and Jonas John for our website design. */ /* page overall: bg used to be a5ddf8 */ html * { margin: 0; padding: 0; border: 0; } body { margin: 0.5em 0em 2em 0em; font-size: 100%; font-family: "Lucida Grande", Verdana, Arial, sans-serif; line-height: 1.1em; text-align: center; background-color: #fff; background-image: url(../images/background.png); background-repeat: repeat-x; } #page { width: 1000px; text-align: left; margin-left: auto; margin-right: auto; } /* header: */ #header { position: relative; width: 100%; height: 2.8em; color: #fff; vertical-align: middle; text-align: left; } #header a:link, #header a:visited { color: #FFFFFF; text-decoration: none; font-family: "Trebuchet MS", Arial, Tahoma, sans-serif; font-weight: bold; font-size: 1.9em; letter-spacing: -0.1em !important; letter-spacing: -0.2em; line-height: 1.2em; } /* left column: */ #left { width: 24%; float: left; position: relative; font-size: 0.8em; } /* DIV NAV EXTRA ** border-right: 0.18em solid #4284B5; ** border-bottom: 0.16em solid #4284B5; */ div#nav { background-color: #fff; width: 90%; border: 1px solid #555555; } #nav ul { list-style-type: none; padding: 0.5em 0em 0.9em 0em; } #nav ul li { padding: 0.03em 0em 0.03em 0.9em; margin-right: 0.3em; } #nav a:link, #nav a:visited { color: #2E668B; } #nav a:hover, #nav a:active { color: #000; } /* LEFT BOX EXTRA ** border-right: 0.18em solid #4284B5; ** border-bottom: 0.16em solid #4284B5; */ div.left_box { background-color: #fff; width: 90%; margin-top: 1em; border: 1px solid #555555; } /* LEFT BOX AND NAV H3 EXTRA ** border-top: 0.1em solid #65B6E3; ** border-left: 0.1em solid #65B6E3; */ div.left_box h3, div#nav h3 { margin: 0em; padding: 0.2em 0em 0.2em 1em; font-size: 0.8em; color: #fff; background-color: #4284B5; text-transform: uppercase; font-family: Verdana, Arial, sans-serif; border-bottom: 1px solid #555555; } div.left_box p { margin: 0em; padding: 1em 1em 1em 1em; } div.left_box a:link { color: #2E668B; } div.left_box a:visited { color: #254A65; } div.left_box a:hover, div.left_box a:active { color: #000; } /* innerbox ** border-right: 0.15em solid #7BA5C6; ** border-bottom: 0.15em solid #7BA5C6; */ div.inner_box { } /* content column: */ /* CONTENT EXTRA ** border-right: 0.2em solid #4284B5; ** border-bottom: 0.2em solid #4284B5; */ #content { float: right; display: inline; position: relative; width: 75%; font-size: 0.75em; border: 1px solid #555555; background-color: #fff; } #content h1 { clear: both; margin: 0em 0em 0em 0em; padding: 0.5em 0em 0em 0.1em; font-size: 1.7em; font-family: "Trebuchet MS", Arial, sans-serif; color: #FF6300; border-bottom: 0.05em solid #FF9853; line-height: 1em; } #content p { margin: 0em 0em 0.5em 0em; padding: 0.35em; } /* PATH EXTRA | border-right: 0.23em solid #7BA5C6; */ #path { font-family: Verdana, Arial, sans-serif; margin: 0em 0em 0em 0em; padding: 0.4em 0.6em 0.4em 0.6em; font-size: 0.9em; color: #2F5E80; background-color: #D0E7F4; border-bottom: 1px solid #555555; } #content a:link { color: #2E668B; } #content a:visited { color: #255270; } #content a:hover, #content a:active { color: #000; } #content acronym { border-bottom: 1px dotted #4284B5; cursor: help; margin: 0; padding: 0; } /* MAIN EXTRA ** border-bottom: 0.2em solid #7BA5C6; ** border-right: 0.2em solid #7BA5C6; */ #main { padding: 0.5em 1.5em 1.5em 0.7em; } div.img_left, div.img_right { border-bottom: 0.09em solid #4284B5; border-right: 0.1em solid #4284B5; } div.img_left { float: left; margin: 0.5em 0.8em 0em 0em; } div.img_right { float: right; margin: 0.5em 0em 0em 0.8em; } div.img_left img, div.img_right img { display: block; border: 0.35em solid #7BA5C6; margin: 0; padding: 0; } /* this clears floating (e.g images) */ br.clear { clear: both; display: none; } /* footer: Margin (no spec side) used to be 0em, EXTRA padding: 0em; */ #footer { font-size: 0.6em; clear: both; color: #027BC1; text-align: right; } #footer p { margin: 0em; padding: 0.1em; } #footer a:link, #footer a:visited { color: #027BC1; } #footer a:hover, #footer a:active { color: #000000; } greetings all! im new to the site. and learning html css etc! my problem is. my website views fine in google chrome but when viewed in IE the pictures have gaps etc. and as my website is mostly made up of pictures. it ruins the whole thing. The site isn't centred either. which it is on chrome. ive look for hours for IE fixes but to no glory. . is there any code i can add to be compatible with IE? website is . www.malicealliance.com Thanks Hi, I've decided to use subdirectories and index.html files to present my all my web pages (www.website.com/about, with a index.html file within the about folder). But I am finding it difficult to view my website locally when editing, as I open it in either firefox, safari, opera and every time time I hit a link it doesn't direct me to the index.html file, but instead shows me every file located within the directory. Is there anyway round this, as I am having to upload every page to view the changes I make to it. For example, do you know of any extensions or different web browsers that don't do this? Thanks, Matthew Alright. Hpefully you all will be able to give me a helping hand. My site is located at http://www.eternalhogwarts.com If you have an older version of I.E look at it. It looks fine. However when you view it with Firefox and IE 7.0 it looks really strange and I really don't know what to do. Please help!!! Okay, so for the past week I've been re-teaching myself html and learning how to use CSS to make themes for websites and I have come across some problems, I tested my website out on Google Chrome, Mozilla Firefox, IE8, Opera and Safari. The website is layout was created using tables, I've used a script to allow for dynamic switching between CSS files and validated the code at w3schools.com which told me there's no errors but gave me 5 warnings I don't understand. My website is www.andysinventions.info if anyone could take a look at the source code and possibly help me out with my problems I'll be quite thankful. Thanks for reading, hope you can help me ; ). EDIT: Problems turned into a list, I'll update as I remove them or find more. List of known problems: Safari, javascript doesn't work IE8, no alpha on backgrounds and no table height Mozilla Firefox, Table Header too large my clients website timesout on his mac (using firefox as a browser) http://powderpowder.co.uk/mhdesign-new/ it works fine on ie7 and firefox anyone out there with a mac that can test this - I have tested it on 2 pc's a phone and in opera. what's going on is it his browser? settings or what? please help anyone wirth a mac! Cheers, Mas Hi, I got this small problem, I got an unordered list on the store page. I am trying to add a small picture next to the words in the list, but when ever I do that the words are forced down. How do I correct this problem?. Another problem would be on the newsletter page when ever you rollover it changes border size and background of the text feild, thus moving the submit button a bit making the little effect, in my opinion, ugly. And how can I center input text in the text feild??. Thanks in advance. the host was recently defaced, now i'm having a number of problems. please try to help. 1. My cutenews folder was hacked - i tried to delete it, but the backup folder seems locked, i cannot change ANYTHING about it. - i was told the hacker had did it and propbably left a backdoor script there.. 2. i searched about the 'defacement' and it turns out my gallery was hacked, the albums folder. i checked and it was. now about 5 pictures in the /userpics folder - with the same name only 1 number different, can't be backed up, because i was told to backup the server - they are pictures but i don't know if hackers can use them as backdoor scripts, to be fair they do have a weird name 3. my www folder on my ftp - where i upload my files always. now has NOTHING in it, they have completely dissapeared, only the public_html folder shows them! i don't understand this :O - its really scaring me because i don't know anything about how to solve hacking problem or stuff like this Hi this is my first thread to this forum, it looked like you guys could help me with my problems so i hope you can! basically on my index.php page, i have two links at the bottom of the page which go to different pages, but one works and one doesnt. These two links have almost the exact same code apart from the link variable etc... and i just cant understand why the link on the left of the page, home link, doesnt work, but the link on the right hand side, forum link, does... however this problem is only apparant in firefox and not IE. when i say "it doesnt work" i mean that the browser doesnt even realise its a link, the cursor doesnt change to the pointing hand etc. its like the "<a href" code isnt there... here is the code of the two links: (the home link doesnt work, the forum link does :S) <div style="float: left; text-align: left; position:absolute; left:1px; bottom:1px; width:100%;"> <a href="/home.html"> <img src="images/homeicon.png" width="100px" height="100px" style="border-style: none" alt="Go to MH systems Homepage"> </a> </div> <div style="float: right; text-align: right; position:absolute; right:0px; bottom:0px; width:100%;"> <a href="/forum/"> <img src="images/forumicon.png" width="100px" height="100px" style="border-style: none" alt="Go to MH systems forum"> </a> </div> Hope you guys can help, thanks a lot ~lolman My website is www.deezyproducts.com Today i was at my friends house and went to checkout my site. When i went on it the page format was all messed up and my Paypal add to cart was below the navigation bar when its suppose to be next to contact me button. Could someone please tell me whats the problem or mabey go to it to see if you have the same problem? Also I was wondering if some one could tell me how to add an extra frame for google adsence for the left and right of the layout. Thxs so much ~David I'm currently building a website using Photoshop and Dreamweaver, this is my first time using em both but i'm having a problem. When I run it through dreamweaver the page looks and lines up fine if I don't add any links http://server61.urldownload.com/test/home.html but as soon as I add any links the page goes to crap. http://server61.urldownload.com/test2/home.html How can i get rid of the purple box and line up the page correctly? My website (3 below) looks different with Firefox than IE. The pics and text are not lined up correctly. I think it's because I used page breeze? Any pointers? Thanks. http://www.bringbackwendell.com/newsletter.htm http://www.bringbackwendell.com/links.htm http://www.bringbackwendell.com/gallery.htm Hey. First of all my html etc skills aren't any good. I have a basic understanding how it works etc, but thats about it :s So, I know how to use Photoshop, and the basics of dreamweaver. And this is what i have made so far: http://wasnicht.urli.net/ I have 2 versions, that one, and one which isn't so wide. But otherwise it's the same, except that in the uploaded version there, i dont have an iframe inside the box. So my problem here is that whenever I type something in the middle, that exceeds its original size, it expands, thats meant to do so, but it also expands the navigation bar and the rest of the page, leaving it messy and pretty, well... I'd need some ideas how to fix this, e.g. if I made a index page, just like that, without the text box, and made an iframe, that expands downwards, inside it, put a separate .html (the box). I'm not gonna rip my ass off trying it, I'd really want some ideas how to construct it. Another problem I had with the box was that the right side image of the box (the dropshadow is 90 degrees), the shadow wouldnt go with a constant depth from the top to the bottom, so when the image repeated itself i had an ugly "error". What I did was to remove the shadow of the text box entirely. My website (www.thebestpageyoullevervisit.co.nr) looks unorderly in Firefox, but looks fine in Internet Explorer. Some things that look unorderly are the tables which seem to move around, the text which seems to space out more than it needs to, and some words are pushed under pictures. Can anyone help? Is it possible to get this website to work in Firefox? When the window gets minimized smaller, it's supposed to stretch to fit the new screen (in IE it works) but in Firefox it doesn't resize right... is there any way for it to work in FireFox? http://www.clockwork-chaos.com/paperclover I am creating a prototype of a website on a local cdrive that will be installed on thousands of other computers, also on their crive. As such, thanks to SP2, there are warnings that come up when the home page of this site is opened up (yellow bar at top, several clickthroughs that you have to click on). I installed the .... `fix' which was to add to the top of the page a `Mark of the Web' which was to add this line of code <!-- saved from url=(0013)about:internet --> as the very first line. Intial problem was solved, this page now opens without any warnings ! HOWEVER A NEW PROBLEM WAS CREATED! Once on this page, any subsequent links to pdfs do not work AT ALL! Question: how can I stop the error messages and maintain full functionality to provide links to pdfs? Mo The solution cannot be changing settings on their browsers, or changing a registry key, or shipping a CD with the site on it, or putting it on the internet. |