This is a discussion on "Displays wrong in Firefox" within the Web Page Design section. This forum, and the thread "Displays wrong in Firefox are both part of the Design Your Website category.
|
|
|
|
|
![]() |
||
Displays wrong in Firefox
|
||
| Notices |
![]() |
|
|
LinkBack | Thread Tools |
|
||||
|
Displays wrong in Firefox
Guys, I have been working on slicing this sucker up all day. This is by far the most complicated layout I have ever done in CSS but thanks to Karrinne and Ryan I believe I have gotten off to a great start. Unfortunately I have an error where my background will not repeat in firefox in my div id NavBottom, but the dern thing does work in IE. If anyone can help fix this I'd be extremely appreciative.
The other question I have is how do I position the text down a little bit without changing the location of the divs. I have tried margin but that seems to mess up the layout of the image as well as the text. link: http://www.justudios.com/New I left the CSS in the document so you can access it all at once, but I do use separate stylesheets. Thanks, Justin
Last Blog Entry: Happy Holidays - A Non Offensive way to say Merry Christmas? WRONG! (Dec 11th, 2007)
|
|
|
|
|||
|
Re: Displays wrong in Firefox
For moving the text down, you can add this to the Content style:
padding-top: 20px; I'll try to figure out the background problem... |
|
||||
|
Re: Displays wrong in Firefox
Hrmm For some odd reason I knew that, but I guess when your looking at code for hours when it usually takes you a matter of minutes you forget things, lol. Thanks for the reminder on how to make my text position correctly. Still looking into that Background thing and I can't see where I am going wrong.
Last Blog Entry: Happy Holidays - A Non Offensive way to say Merry Christmas? WRONG! (Dec 11th, 2007)
|
|
|||
|
Re: Displays wrong in Firefox
Last edited by Aardvarked; Jun 28th, 2007 at 11:26. |
|
|||
|
Re: Displays wrong in Firefox
try changing the #content width to 550px
I think that div is too wide????? |
|
|||
|
Re: Displays wrong in Firefox
Looking at the css a bit more, I'd consider re-coding it completely. Start off by making a header div, then add a container div which will hold the whole website, make that a fixed width and then go from there.
|
|
||||
|
Re: Displays wrong in Firefox
Ok, this is fixed. I added a float: left to all 3 elements and it fixed it. I am not sure why this caused firefox to put the nav BG repeating up top but it did. I have also made some adjustments to the size after the fix,but those didn't seem to have any effect on the layout, those were just cosmetic.
Thanks for the help guys!
Last Blog Entry: Happy Holidays - A Non Offensive way to say Merry Christmas? WRONG! (Dec 11th, 2007)
|
![]() |
| Tags |
| css, firefox |
| Thread Tools | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Displays wrongly in Firefox? | spon | Web Page Design | 5 | Feb 15th, 2007 17:19 |
| Firefox bug...? What am I doing wrong? | jamesb75 | Web Page Design | 5 | Feb 6th, 2007 13:15 |
| Problem with IE , Firefox displays website fine (blank space issue) | eksquall | Web Page Design | 6 | Jul 29th, 2006 17:52 |
| something wrong (ONLY IN FIREFOX) | baseballer2150 | Web Page Design | 3 | Jun 27th, 2005 01:21 |
| css displays wrong font from local file | ruddles | Web Page Design | 2 | Jun 5th, 2005 12:48 |