This is a discussion on "FireFox Issues" within the Web Page Design section. This forum, and the thread "FireFox Issues are both part of the Design Your Website category.
|
|
|
|
|
![]() |
||
FireFox Issues
|
||
| Notices |
![]() |
|
|
LinkBack | Thread Tools |
|
#1
|
|||
|
|||
|
FireFox Issues
My site passes validation and seems to work in IE and at different resolutions (unless someone tells me otherwise!!). However I have some FireFox issues.
Could someone please tell me how I should correctly get my list of items currently laid out as - link one, - link two etc to line correctly in FF? Any adjustments I make just means it doesn't look right in IE. The same goes for the the pet gallery. It looks spot on in IE but in Firefox the images align over to the left. I get this issue alot and would love to have a solution to the problem so I can avoid it in future. Thanks http://www.bubblepeople.co.uk/testing/test1.html CSS
|
|
#2
|
|||
|
|||
|
Re: FireFox Issues
You say it passes validation but I saw a list with out <ul></ul> so I check and it does have some error nothing much but it does. Oddly enough (well not really) the list in question is the one your having problems with.
So place the <ul></ul> around it and if you don't want the bullets then add this style: list-style-type: none; to it and they both look the same in IE and FF. As for the image the problem is with text-align: center; which centers the div that contains the image along with the text in IE but not in FF since the div is not text. You need to center the div for FF. That is simple enough just add margin-left: auto; and margin-right: auto; to div#gallerypicture and well you might want to eliminate margin:0 5px 0 5px;. That should do it. Future advice: I find testing in FF then verifing in IE alot better then the reverse since IE doesn't follow the rules as strictly as other browser which is one of the main reasons things like this happen. |
|
#3
|
|||
|
|||
|
Re: FireFox Issues
Thanks for your help that's working now.
|
|
#4
|
|||
|
|||
|
Re: FireFox Issues
Just to clarify text-align:center; will only center the contents of that div, as for auto centering (Which IE 5.x does not support) margin: 0 auto; will work fine. To center say the container div in IE 5.x you need text-align:center; on the body {} and then rejustify your text in the containing div with text-align:left;. Crazyluv was right but I thought it should be explained a bit more.
Also as stated I would build with Firefox or similar then trouble shoot IE last.
Last Blog Entry: Apps every Mac based web dev should consider (Jul 10th, 2008)
Last edited by moojoo; Aug 8th, 2006 at 14:30. |
![]() |
| Tags |
| firefox, issues |
| Thread Tools | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| CSS Layout Issues (IE vs Firefox) | Keith | Web Page Design | 5 | Feb 11th, 2008 23:22 |
| Firefox Display Issues | marytery | Starting Out | 6 | Oct 5th, 2007 21:24 |
| Serious issues in IE7 | Daimz | Web Page Design | 2 | Aug 21st, 2007 13:38 |
| IE issues with my layout, works fine in Firefox :[ | st3ady | Web Page Design | 6 | Aug 18th, 2006 22:18 |
| More issues. | mreine | Webforumz Suggestions and Feedback | 7 | Mar 13th, 2006 02:49 |