With the latest version of firfox, some pages on my web site open as a blank page, with some not opening at all, help!!
I set up on my desktop using Windows XP my own Web site www.thestewartsinireland.com My browser is an older version of Firefox a web site, I have now purchased a new laptop with Windows 7 on it. I down loaded the latest version of Firefox, when I go to my web site, my opening page and some others come up a blank pages. I have recieved a number of Emails from persons wishing to access the web site who are experiencing the same problem
Help!!
Tất cả các câu trả lời (8)
This is outside my "expertise" but a few things that might help others.
Can't get anything on your Home Page except a yellow page but via Google>Home page>Cache>Text only, I can get the information off the page.
Via Google I can also open the Contacts and Valuation pages in normal form.
I need to fix the problem for others who wish to access the site, June visits numbered 35,000
I ran a validator on your site and these are the results: http://validator.w3.org/check?uri=http%3A%2F%2Fwww.thestewartsinireland.com%2F
It seems to be a problem with the Style. Hit ALT to get the text links at the top and then click "View", then "Page Style" and choose "No Style". The page displays in that configuration albeit without the content centered and without the yellow background.
Incidentally, in IE8 the "bagpipes.wav" audio doesn't start.
Thanks for your swift rerply.
I am aware that the Bagpipe wav is inactive, this was done deliberatly as for some visitors it was annoying.
I opened teh Stylesheet, pressed alt, then view, all this is showing is the status bar nothing else,
Cannot find the Page Style or is this under the letter P
Can you please expand on you suggestions.
I have copied the AStylesheet details below for you
body { text-align: center; background-color:#FFFF00
}
- wrap {
width: 780px; margin:50px auto; background-image: url(pictures/bggraphic.jpg); background-repeat: repeat; text-align: left; }
- header {
background-color:#ffcd00; width:780px; padding: 10px; }
- navigation {
background-color:#ff0033; width:780px; padding: 10px; }
- content {
background-color:#ffff00; width:780px; float:left; }
- content2 {
background-color:#ffff00; width:780px; float:left; }
- sidebar {
width:px; float:right; }
.clearer { font-size: Opx; line-height: Opx; border-bottom-width: 1px; border-bottom-style: solid; border-bottom-color: #FFFFFF; clear: both; }
- footer {
background-color:#ffcd00; width:780px; padding: 10px; }
p {
font-family: Comic Sans MS;
font-size: 12px;
color: #00000;
line-height: 24px;
padding: 10px;
margin: 0px;
}
h1 {
font-family: Comic Sans MS;
font-size: 16px;
font-weight: bold;
font-variant: small-caps;
color: #00000;
padding-left: 10px;
}
a:link, a:visited { color: 000000; text-decoration: none; }
a:hover { text-decoration: underline; }
- navigation a, #footer a {
font-family: Comic Sans MS; font-size: 12px; padding: 0px 10px 0px 0px; border-right-width: 1px; border-right-style: solid; border-right-color: #FFFFFF; list-style-type: none; display: inline; margin-right: 0.5em; color: #FFFFFF; }
- a img {
border: 0px; }
- content img {
float: left; margin-top: 0.6em; margin-right: 12px; margin-bottom: 0.5em; margin-left: 10px; border: 1px solid #FFFFFF; padding: 0px 0px 0px 0px; border-right-width: 1px; border-right-style: solid; border-right-color: #FFFFFF; list-style-type: none; display: inline; margin-right: 0.5em; color: #FFFFFF; }
- content2 img {
float: left; margin-top: 0.6em; margin-right: 12px; margin-bottom: 0.5em; margin-left: 10px; border: 1px solid #FFFFFF; padding: 0px 0px 0px 0px; border-right-width: 1px; border-right-style: solid; border-right-color: #FFFFFF; list-style-type: none; display: inline; margin-right: 0.5em; color: #FFFFFF; }
Many thanks
George V. Stewart
I downloaded an older version of Firefox 3.6 The web pages opened properly.
I would prefer to have the pages opening in the latest version.
Viewers would be unable to access my Email address for comments etc.
George V. Stewart
Được chỉnh sửa bởi georgevstewart@gmail.com vào
I think you are missing the point here. You can open it properly with Fx3.6 but many visitors, like alan_r with Fx5, still can't.
Được chỉnh sửa bởi alan_r vào
You are missing a DTD (Document Type Declaration) on your webpages, and while earlier versions of Firefox were more forgiving of that, Firefox 4.0 and later versions aren't - as are many other browsers that are starting to support HTML5 standards. With HTML5 coming into more common usage, the Quirks Mode is less reliable as a "fallback".
http://en.wikipedia.org/wiki/Quirks_Mode
This topic may be above your head, as it is above my head to a lesser degree, you need advice from people who have better knowledge of exactly what you need to fix or add to your web pages.
Try posting at the Web Development / Standards Evangelism forum at MozillaZine. The helpers over there are more knowledgeable about web page development issues with Firefox.
http://forums.mozillazine.org/viewforum.php?f=25
You'll need to register and login to be able to post in that forum.
All content is placed in the (unrecognized and unclosed) xxembed tag and seems to be invisible because of that.
<xxembed src="assets/bagpipe.wav" autostart="true" hidden="true" loop="false">
Make that a proper EMBED tag if that is your intention.
<embed src="assets/bagpipe.wav" autostart="true" hidden="true" loop="false">