[SOLVED] Webpage not displaying properly in Firefox

This is a discussion on "[SOLVED] Webpage not displaying properly in Firefox" within the Web Page Design section. This forum, and the thread "[SOLVED] Webpage not displaying properly in Firefox are both part of the Design Your Website category.



Go Back   Webforumz.com > Main Forums > Design Your Website > Web Page Design

Notices


Closed Thread
 
LinkBack Thread Tools
  #21 (permalink)  
Old Jan 2nd, 2008, 23:20
SuperMember

SuperMember
Join Date: Sep 2006
Location: Pink House
Posts: 3,946
Thanks: 0
Thanked 0 Times in 0 Posts
Re: Webpage not displaying properly in Firefox

Change this css
Code: Select all
.thumb {
    float: left;
    width: 150px;
    border: 1px solid #d4d4d4;
    color: #fff;
    background: #6e6e6e;
    margin: 0 15px 15px 0;
    padding: 5px;
}
to this
Code: Select all
.thumb {
    float: left;
    width: 160px;
    border: 1px solid #d4d4d4;
    color: #fff;
    background: #6e6e6e;
    margin: 0 15px 15px 0;
    padding: 5px;
}
Both the images inside the div are 160px wide. But your thumb div is set for 150px wide.

See if that works.
  #22 (permalink)  
Old Jan 3rd, 2008, 23:22
Junior Member
Join Date: Dec 2007
Location: london
Age: 35
Posts: 34
Thanks: 0
Thanked 0 Times in 0 Posts
Re: Webpage not displaying properly in Firefox

Thanks Lchad,

That most certainly did work! When you explain it, it does sound obvious.

I know that this is not as a result of the coding above but when I tried to left align the orange boxes on the right, the bottom one disappeared, whereas in IE it is there.

Also a quick question on how to make the paragraph above the first grey box go right across the grey box and the top orange box.

I have tried the following but what happens is the grey box also expands:
/* left side
--------- */

.left {
float: left;
width: 490px; "I changed this to 690 but this also had the affect of changing both of the grey boxes below)
margin: 0 0 10px 0;



Best Regards. John.
  #23 (permalink)  
Old Jan 4th, 2008, 00:03
Junior Member
Join Date: Dec 2007
Location: london
Age: 35
Posts: 34
Thanks: 0
Thanked 0 Times in 0 Posts
Re: Webpage not displaying properly in Firefox

Hi Lchad,

I am learning at a good rate here

You can ignore my comment regarding adding the text to the top of the grey and organge boxes as I have just figured it out myslef- thanks anyway.

Now all I need help in is to add the curve back to the top of the first orange box and why the last organge box is missing a bit, ie, it has a thick white line thorough it. Any ideas?

Best Regards. John.
  #24 (permalink)  
Old Jan 4th, 2008, 23:53
Junior Member
Join Date: Dec 2007
Location: london
Age: 35
Posts: 34
Thanks: 0
Thanked 0 Times in 0 Posts
Re: Webpage not displaying properly in Firefox

A big thakn you to everyone who has helped me get this page working. What I really love about the Internet is the willingness of people from all over the globe to share ideas and provide help.

Thanks again. John.
  #25 (permalink)  
Old Jan 5th, 2008, 00:00
Junior Member
Join Date: Dec 2007
Location: london
Age: 35
Posts: 34
Thanks: 0
Thanked 0 Times in 0 Posts
Re: Webpage not displaying properly in Firefox

Hi all,

Hope this is an easyone for anyone! Can someone please show me how to mark this post as being solved?

Best Regards. John.
  #26 (permalink)  
Old Jan 5th, 2008, 01:34
Highly Reputable Member
Join Date: Sep 2007
Age: 15
Posts: 717
Blog Entries: 1
Thanks: 0
Thanked 0 Times in 0 Posts
Re: Webpage not displaying properly in Firefox

"Thread Tools" > "Mark this thread as solved"
Last Blog Entry: Windows Vista vs. Mac Leopard (Nov 4th, 2007)
Closed Thread

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

Similar Threads
Thread Thread Starter Forum Replies Last Post
Extra code displaying in Firefox? Kreeyon Web Page Design 5 Apr 3rd, 2008 19:21
IE7 not displaying CSS columns properly randy77 Web Page Design 6 Feb 16th, 2008 08:50
[SOLVED] XmlHttpRequest not working properly djeyewater JavaScript Forum 3 Jan 31st, 2008 20:33
Flash display problem in mozilla firefox webpage made in asp.net darock Web Page Design 3 Jan 28th, 2008 01:52
div "SearchBar" doesn't display properly in firefox kee2ka4 Web Page Design 23 Nov 17th, 2007 07:30


All times are GMT. The time now is 21:45.


Powered by vBulletin®
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.2.0 RC8
© 2003-2008 Webforumz.com : All Rights Reserved

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43