This is a discussion on "Running out of hair to pull! Please help :(" within the Web Page Design section. This forum, and the thread "Running out of hair to pull! Please help :( are both part of the Design Your Website category.
|
|
|
|
|
![]() |
||
Running out of hair to pull! Please help :(
|
||
| Notices |
![]() |
|
|
LinkBack | Thread Tools |
|
#1
|
|||
|
|||
|
I am running into a problem with how IE is handling the stretching of my page. In firefox, it works perfectly. However, with IE, it wants to make it too wide and require scrolling. In firefox, I can make the page pretty small before it needs to use a scrollbar, and I cannot figure out where I am going wrong. I've spent the last 2 hours going over my code multiple times trying to figure out what my problem is and I am simply baffled.
If anyone can help figure out how to fix this, I would REALLY appreciate it. http://brent.diamondeng.net/KirstiMaki/ Thanks in advance |
|
|
|
#2
|
|||
|
|||
|
Re: Running out of hair to pull! Please help :(
I would set width and height for every image you have in there including spacer.gifs.
That might just clear up the problem... however if it doesn't you will be able to add up all your images across(horizontally) and they will probably be too wide for 1024px. I can't figure it out because some of your images do not have widths... |
|
#3
|
|||
|
|||
|
Re: Running out of hair to pull! Please help :(
If you hit control-A and highlight everything, you can see that it is not because the images are butting up against each other or something like that. As I said, in firefox it works just fine, and can make it WAY smaller than 1024. So I know its not that, it has to be something in the code..
|
|
#4
|
||||
|
||||
|
Re: Running out of hair to pull! Please help :(
Why are you using tables for a layout, especially of this nature?
This is the purpose of CSS layouts. What you are asking for is achievable more effectively with CSS. Please have a look into these layouts, Moojoo has many excellent one's in his signature, just look for one of his posts. |
|
#5
|
|||
|
|||
|
Re: Running out of hair to pull! Please help :(
It's very common for IE to add margins and padding unless you define all the sizes.
Or try adding to your css
|
|
#6
|
|||
|
|||
|
Re: Running out of hair to pull! Please help :(
sorry to tell you but you also have to scroll alittle bit i safari as well. really you want to make a fluid layout. Rethink your design and focus more on how your site can be more fluid. Get away from tables and switch to css/xhtml. I promise your site will function alot better.
|
![]() |
| Tags |
| firefox, page stretching, table handling |
| Thread Tools | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Pull Variables into a form without page refresh | Andy K | Classic ASP | 3 | Apr 11th, 2008 16:29 |
| PHP & MYSQL -- Put it In -> Change it Around -> Pull it Out | Rakuli | PHP Forum | 3 | Oct 28th, 2007 09:50 |