View Full Version : Trouble adjusting Firefox.
Jason_Michael
10th Dec 2007, 12:58 pm
All,
I've nearly finished my 'Hill Farm' website. Just putting the finishing touches on it but i have spent ages trying to......
1) I cant get my 'telephone/email' to display correctly in Firefox.
If you look at my website in IE7, you'll see it in the top-right hand corner of every page next to the title. However, in Firefox the two items sit ontop of each other and not like IE7.
2) I cant get the CSS to color the background of the cells/rows in my table on 'Prices' page of my site either????
PLEASE somebody help me a.s.a.p. its due in Wednesday. Check out my CSS on Firefox.
Jason
James
10th Dec 2007, 05:19 pm
I'm happy to have a look for you, but don't know the URL of your site.
Jason_Michael
10th Dec 2007, 05:51 pm
http://www.watest.co.uk/jason/hill_farm/index.html
Its under #contact_list in the CSS/HTML
(Apologies for the mess the mark-up is in, i havent got round to tidy it yet!)
While you there, if you have any suggestions as to things i could do/change that may improve the site please let me know.
Thank you
James
10th Dec 2007, 06:54 pm
I like the visual design of your site, but I'm finding the HTML a little difficult to "unpick" because there are so many ids and classes in there.
Re the telephone number and email, you have achieved a similar effect with telephone and fax number in the footer so why not compare the code to see why one works and one doesn't?
Re the table cells, I cannot see any rule in your CSS that attempts to change the background colours. You could try this:
td
{
background-color:blue;
}
for example, this will change all table cells to a blue background.
As a general tip, you should use Firefox as the default browser and build your sites so they look correct in that. Only then look at Internet Explorer. This is because IE has some bugs (so does Firefox but much less). So by getting it right in Firefox first, you are actually getting it right and any IE bugs you find will be well documented on the web so you can fix them.
Hope this helps a bit.
James
10th Dec 2007, 07:00 pm
PS: your image gallery doesn't work in Firefox I'm afraid. This might be due to missing semicolons on these bits:
<li><a href="javascript:changeImage('gallery/bathroom1.jpg');">Bathroom</a></li>
but I haven't tested it.
Jason_Michael
11th Dec 2007, 02:14 pm
With regards to the gallery not working in Firefox: Thats actually the worst news ive had now. It doesnt change even with the simi-colon there.
CAN ANYBODY HELP? i dont know enough about javascript as to why it doesnt work.
vBulletin® v3.7.0, Copyright ©2000-2008, Jelsoft Enterprises Ltd.