This is a discussion on "[SOLVED] Another problem with mozilla" within the Web Page Design section. This forum, and the thread "[SOLVED] Another problem with mozilla are both part of the Design Your Website category.
|
|
|
|
|
![]() |
||
[SOLVED] Another problem with mozilla
|
||
| Notices |
![]() |
|
|
LinkBack | Thread Tools |
|
#1
|
|||
|
|||
|
[SOLVED] Another problem with mozilla
This site isn't yet published, but when I display this on firefox it looks like this: (see picture)
but on internet explorer it looks just fine, the background flows along with the more I add content. How do i make sure that the more I add content the background image will repeat and stay... |
|
|
|
#2
|
||||
|
||||
|
Re: Another problem with mozilla
Firstly, i reccommend that you code for Firefox and then fix for IE.
Can we see your code? An image wont help us on its own.
__________________
Marc Staff Manager - Webforumz.com Want to be a moderator? PM me. |
|
#3
|
||||
|
||||
|
Re: Another problem with mozilla
it's difficult say without looking at the code.
you may need a clearing div to ensure your footer always drops to the bottom. for the header, i have no idea unless i can get to some code. sorry.
__________________
WelshStew If you think I've helped, click the "Thanks" tierney rides tboard - uk site | xtreme wales - extreme clothing WebForumz - facebook | LinkedIn
Last Blog Entry: Phorm approved for UK rollout (Sep 17th, 2008)
|
|
#4
|
|||
|
|||
|
Re: Another problem with mozilla
o yeah sorry.
HTML:
CSS:
|
|
#5
|
|||
|
|||
|
Re: Another problem with mozilla
This might answer your question
I have a wrapper and 2 floating divs but my border from my wrapper doesn't "wrap" around the floating div? If it doesn't work ... put this online so we can help you. Code is nice but you have images in there that we don't have. |
|
#6
|
|||
|
|||
|
Re: Another problem with mozilla
I have fixed the problem.
I did not have a clearing div at the bottom of my container, and I had to make sure that there weren't any margins set, so that it would not mess with the image, but I am sure there is a better way to do this so as soon as I publish it I will let you know. |
|
#7
|
|||
|
|||
|
Re: Another problem with mozilla
I suggest the overflow: hidden method that I linked to instead of a clearing div ... much cleaner code.
|
|
#8
|
|||
|
|||
|
Re: [SOLVED] Another problem with mozilla
Thank you, it worked much better.
|
|
#9
|
|||
|
|||
|
Re: Another problem with mozilla
Quote:
More generally, I'm tired of hearing markup purists bang on about how using a few extra <div>s is "unsemantic" and evil. They then suggest an outrageously complicated and often unstable CSS solution; sometimes they witlessly introduce unsemantic content (see this stupid method of clearing, for example). There's nothing wrong with extra <div>s. Sure, it's more efficient to keep your code lean, but an obsession with minimalist markup leads to absurd complications. A similar situation occurs when a designer needs an extra styling hook. Again, the simplest solution is to add an extra <div> or <span> with an ID, but many designers will go to extraordinary lengths to avoid this, such as using infernally complicated and fragile CSS selectors. Zealots. </rant> Note: I'm not calling Karinne a markup purist or a zealot. Quite the contrary: she always seems to use straightforward, pragmatic methods. |
|
#10
|
|||
|
|||
|
Re: [SOLVED] Another problem with mozilla
I am totally with you on this one Mike!
I too don't see that problem with a few extra divs when necessary .... and like you said, both methods work. Personally, I like the overflow method but have been using the breaking div since I found it and still use it in some cases. |
|
#11
|
|||
|
|||
|
Re: [SOLVED] Another problem with mozilla
So exactly which one should be used?
|
|
#12
|
|||
|
|||
|
Re: [SOLVED] Another problem with mozilla
Doesn't matter. In this instance, I think the overflow one is just fine.
|
|
#13
|
|||
|
|||
|
Re: [SOLVED] Another problem with mozilla
Yep, what Karinne said.
Both are good methods. Choose whichever you prefer. If you can't decide, flip a coin. |
![]() |
| Thread Tools | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Problem Seeing Image In Mozilla | Geeky Girl | Graphics and 3D | 10 | Mar 23rd, 2008 01:21 |
| [SOLVED] Problem with float - In mozilla | jram | Web Page Design | 4 | Oct 20th, 2007 06:11 |
| Problem with image in Mozilla ?? please help | DavidinLondon | JavaScript Forum | 1 | May 20th, 2006 16:03 |
| odd slideshow problem (fine in IE, not in Mozilla) | jono | JavaScript Forum | 7 | Mar 17th, 2005 08:42 |
| IE/Mozilla problem | crip | Web Page Design | 1 | Feb 12th, 2004 18:33 |