beste webmasters,
ik heb mijn firefox bijgewerkt naar de laatste nieuwe versie
nu zie ik op mijn website gewoon een witte pagina maar als ik de bron bekijk dan zie ik wel mijn code
wat doe ik verkeert
wie kan me helpen
cssPHP 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"> <head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> <title>Sv-Creations - SEO - Web design - Logo design - Flash devolopment - Web devolopment - usability - seo - van nieuwenhuyse sacha - portfolio - 9870</ title> <link href="style.css" rel="stylesheet" type="text/css" /> </head> <body> <div id="container"> <div id="header"> <div id="logo"><img src="images/logo.png" alt="Sv-creations" /></div> <div id="menu"> <ul> <li><a href="pagina.php?naam=sacha">sacha</a></li> <li><a href="pagina.php?naam=lol">lol</a></li> <li><a href="pagina.php?naam=test">test</a></li> <li><a href="portfolio.php">PORTFOLIO</a></li> <li><a href="contact.php">CONTACT</a></li> </ul> </div> </div> <div id="content"> <br /> <br /> <img src="images/headers/2011-header.jpg" width="927" height="255" alt="test" /><br/> sacha ik ben sacha <br /> lol Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum.Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum. Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum.Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum.Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum.Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum. </div> </div> <div id="footer"> <div id="footermain"> <br /> <img src="images/top.png" width="279" height="20" alt="test" /> <ul> <li><a href="test">test</a></li> <li><a href="test">test</a></li> <li><a href="test">test</a></li> <li><a href="test">test</a></li> <li><a href="test">test</a></li> </ul> </div> </div> </body> </html>
PHP Code:
* { margin:0px; } /* \\/ id */ #container{ width:930px; margin:0 auto; overflow:hidden; } body { background-image: url(images/bg.gif); background-repeat: repeat-x; font-family: Arial, Helvetica, sans-serif; font-size: 10px; color: #CCC; } #menu { list-style:none; display:inline; font-family: Arial, Helvetica, sans-serif; font-size: 10px; font-weight: bold; color: #FFF; text-align:right; padding-top:55px; } a:link { font-family: Arial, Helvetica, sans-serif; font-size: 10px; font-weight: bold; color: #FFF; text-decoration: none; } a:visited { font-family: Arial, Helvetica, sans-serif; font-size: 10px; font-weight: bold; color: #FFF; text-decoration: none; } a:hover { font-family: Arial, Helvetica, sans-serif; font-size: 10px; font-weight: bold; color: #C6D050; } #header{ with:930px; float:left; display:inline; height:90px; margin-bottom:10px; } #logo { width:195px; float:left; display:inline; padding-top:10px; padding-left:5px; } #menu { width:720px; float:left; display:inline; padding-right:10px; } #menu ul li{ display:inline; /* plaats naast elkaar in een bliock element */ margin-left:10px; } #footer{ bottom: 0; margin:0px; background-image: url(images/footer-bg.jpg); background-color:#cccccc; background-repeat: repeat-x; padding:5px; margin-top:10px; } #footermain{ width:930px; min-height:80px; background-color:#CCC; margin:0 auto; overflow:hidden; color:#333; margin-top:5px; padding-top:5px; padding-bottom:10px; } #footermain a:link { font-family: Arial, Helvetica, sans-serif; font-size: 10px; font-weight: bold; color:#333; text-decoration: none; } #footermain a:hover { font-family: Arial, Helvetica, sans-serif; font-size: 10px; font-weight: bold; color: #C6D050; }
- site niet zichichtbaar in firefox
-
10-05-2011, 20:27 #1
- Berichten
- 320
- Lid sinds
- 15 Jaar
site niet zichichtbaar in firefox
-
In de schijnwerper
-
10-05-2011, 20:29 #2
- Berichten
- 750
- Lid sinds
- 16 Jaar
Re: site niet zichichtbaar in firefox
Heb je een online voorbeeld ?
-
10-05-2011, 20:32 #3
- Berichten
- 320
- Lid sinds
- 15 Jaar
Re: site niet zichichtbaar in firefox
http://www.tiyurl.com
alvast bedanktLaatst aangepast door fleur verlinden : 10-05-2011 om 20:57
-
10-05-2011, 20:32 #4
- Berichten
- 1.031
- Lid sinds
- 17 Jaar
Re: site niet zichichtbaar in firefox
Kijk ff naar de titel van de broncode en google... dan vind je de link.
Bij mij in FF 4.0.1 doet ie het overigens
-
10-05-2011, 20:34 #5
- Berichten
- 291
- Lid sinds
- 14 Jaar
Re: site niet zichichtbaar in firefox
Firefox 3.6.17 laat de website goed zien.
-
10-05-2011, 20:34 #6
- Berichten
- 1.044
- Lid sinds
- 16 Jaar
Re: site niet zichichtbaar in firefox
Probeer eens of het nut heeft om </title> aan elkaar te typen.
In de broncode staat namelijk </ en op de volgende regel pas title>...
-
10-05-2011, 20:34 #7
- Berichten
- 1.031
- Lid sinds
- 17 Jaar
Re: site niet zichichtbaar in firefox
Ah, tegelijk gepost.
Ik keek naar de hoofd url, die deed het.
Je sub url (/2011) doet het niet omdat de title tag incorrect is:
Code:<title>Sv-Creations - SEO - Web design - Logo design - Flash devolopment - Web devolopment - usability - seo - van nieuwenhuyse sacha - portfolio - 9870</ title>
Code:<title>Sv-Creations - SEO - Web design - Logo design - Flash devolopment - Web devolopment - usability - seo - van nieuwenhuyse sacha - portfolio - 9870</title>
Aanvullend bericht:
weer tegelijk :-)
check eventueel ook met W3C validator:
http://validator.w3.org/Laatst aangepast door jopie t : 10-05-2011 om 20:36 Reden: Automatisch samengevoegd.
-
10-05-2011, 20:37 #8
- Berichten
- 320
- Lid sinds
- 15 Jaar
Re: site niet zichichtbaar in firefox
bedankt voor de hulp het werkt nu
-
10-05-2011, 21:29 #9
- Berichten
- 750
- Lid sinds
- 16 Jaar
Re: site niet zichichtbaar in firefox
<?xml version="1.0" encoding="utf-8"?>
Hiermee ga je nog problemen mee krijgen voor IE, IE 6,7 en 8 gaan dan renderen als IE 5.5 omdat door de xml tag de browser in quirks mode gezet wordt waardoor der erg veel problemen gaan optreden met css
-
12-05-2011, 18:15 #10
- Berichten
- 1.899
- Lid sinds
- 18 Jaar
Re: site niet zichichtbaar in firefox
Hij is hier in elk geval nog steeds/alweer blanco. Zoals Raymond al zegt staat er een XML tag voor de HTML output..
Plaats een
- + Advertentie
- + Onderwerp
Marktplaats
Webmasterforum
- Websites algemeen
- Sitechecks
- Marketing
- Domeinen algemeen
- Waardebepaling
- CMS
- Wordpress
- Joomla
- Magento
- Google algemeen
- SEO
- Analytics
- Adsense
- Adwords
- HTML / XHTML
- CSS
- Programmeren
- PHP
- Javascript
- JQuery
- MySQL
- Ondernemen algemeen
- Belastingen
- Juridisch
- Grafisch ontwerp
- Hosting Algemeen
- Hardware Info
- Offtopic