This is a discussion on "container overlaps upon text resize in Firefox" within the Web Page Design section. This forum, and the thread "container overlaps upon text resize in Firefox are both part of the Design Your Website category.
|
|
|
|
|
![]() |
||
container overlaps upon text resize in Firefox
|
||
| Notices |
![]() |
|
|
LinkBack | Thread Tools |
|
#1
|
|||
|
|||
|
container overlaps upon text resize in Firefox
hey guys , i decided to use px for my text size so that it doesnt get resized, however it doesnt get resized in IE only , in Firefox it does get resized when u try to increase/decrease the text size.
But the problem is that when u make the text really big , it goes out of the container its supposed to be in while in Firefox. Also sometimes on IE the same thing happens without resizing the text size and i have to refresh the page to make it go normal. Any way to make it so the #content container doesnt overlap upon resize or any other situation? please try resizing the text in Firefox and in IE ,from the default page goto roster and back again to News page , u will see that the container is out of place. (the #content div has a red border) http://t-ek.awardspace.com my css code:
|
|
#2
|
|||
|
|||
|
Re: container overlaps upon text resize in Firefox
Could be wrong but I suspect it's to do with your faulty coding. You have <p> element(s) wrapped in a <span> element. This is not allowed. <p> elements can contain <span> elements but not the other way around. |
|
#3
|
|||
|
|||
|
Re: container overlaps upon text resize in Firefox
i fixed the <p> tag locations but still the problem exits.
could it be because im using text-wrap: pre ? im sure its something to do with my #content div and #textmain coding plz help Last edited by eksquall; Aug 1st, 2006 at 01:37. |
|
#4
|
|||
|
|||
|
Re: container overlaps upon text resize in Firefox
overflow:hidden; not work?
Last Blog Entry: Apps every Mac based web dev should consider (Jul 10th, 2008)
|
|
#5
|
|||
|
|||
|
Re: container overlaps upon text resize in Firefox
Woops damn quick post. Overflow hidden will allow the resize, keep the containing divs proportions and auto generate a scroll bar as needed.
Last Blog Entry: Apps every Mac based web dev should consider (Jul 10th, 2008)
|
![]() |
| Tags |
| container, overlaps, upon, text, resize, firefox |
| Thread Tools | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| DIV's overspilling container DIV in Firefox | Craigj1303 | Web Page Design | 4 | May 17th, 2007 00:46 |
| Container Problem in FireFox | asengh | Web Page Design | 8 | Dec 12th, 2006 17:23 |
| Text floating out of the container in FF | Sporky | Web Page Design | 3 | Dec 8th, 2006 13:07 |
| Container size difference in Explorer vs. Firefox. | Chris Passeno | Web Page Design | 4 | Dec 21st, 2005 15:10 |
| CSS Expanding Border with Text Resize | melc26 | Web Page Design | 1 | Aug 3rd, 2005 04:27 |