IE bug - need help fixing it!

This is a discussion on "IE bug - need help fixing it!" within the Web Page Design section. This forum, and the thread "IE bug - need help fixing it! are both part of the Design Your Website category.


 Subscribe in a reader

Go Back   Webforumz.com > Main Forums > Design Your Website > Web Page Design

Notices




Reply
 
LinkBack Thread Tools
  #1  
Old Sep 15th, 2006, 14:33
Junior Member
Join Date: Sep 2006
Location: Portugal
Posts: 17
Thanks: 0
Thanked 0 Times in 0 Posts
IE bug - need help fixing it!

As normaly i was developping my website, and previweing with ff.
when i went to see it on IE, it had the major bug.
This is the deal, i have a table surrounded by 4 tables, all sides.
so i can't increase that specifiy table height or width.
But the menu left like 30px available. with a bg color image.

So i took Javascript and resized that 30px image, and made one 1 picture that i set as 0 height and width.
Great.
Firefox understood, solution of genious.

IE, strangly, leaves like 5 px between images, and increases the table height.

So i tried using a div before the images.
I set it to display: none; and the other 30px image to block;
I then with javascript, changed both, and worked with firefox again.
And IE, does the same thing... weird 5px white spaces between images.
Table gets screwed up.

This is a very graphic site, and i need a drop down menu.
I needed something simple as making visible\invisible or changing things height.
Because i can't use some layer technichs there, not DHTML drop down menus.
Table gets screwed.

Any ideas ?
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote

  #2  
Old Sep 15th, 2006, 14:38
Elite Veteran
Join Date: Aug 2005
Location: That Place
Posts: 2,044
Blog Entries: 1
Thanks: 0
Thanked 37 Times in 37 Posts
Re: IE bug - need help fixing it!

A link would help, although I have a feeling your code will frighten me.
__________________

Last Blog Entry: Apps every Mac based web dev should consider (Jul 10th, 2008)
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
  #3  
Old Sep 15th, 2006, 14:42
spinal007's Avatar
Moderator
Join Date: Mar 2004
Location: Good Ol'London
Age: 23
Posts: 1,669
Blog Entries: 1
Thanks: 1
Thanked 4 Times in 4 Posts
Re: IE bug - need help fixing it!

very difficult to follow it all...

1. Gives us a url, screenshot and/or some code...
2. IE adds an annoying margin to images by default. clear that magrin by adding this to your style sheet: img{ margin:0; }
Last Blog Entry: Random String in Javascript (Apr 21st, 2008)
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
  #4  
Old Sep 15th, 2006, 14:44
Elite Veteran
Join Date: Aug 2005
Location: That Place
Posts: 2,044
Blog Entries: 1
Thanks: 0
Thanked 37 Times in 37 Posts
Re: IE bug - need help fixing it!

img {margin:0; padding:0; border:0;}
__________________

Last Blog Entry: Apps every Mac based web dev should consider (Jul 10th, 2008)
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
  #5  
Old Sep 15th, 2006, 14:45
Junior Member
Join Date: Sep 2006
Location: Portugal
Posts: 17
Thanks: 0
Thanked 0 Times in 0 Posts
Re: IE bug - need help fixing it!

not my thing actually.
css and div's from the begin would be gr8.
but i've just started working here, and they left me with a: sliced website, they needed done.

so .. here we go: www.croma.pt/example.html
Try what i told you: try firefox and click "Empresa"
Then IE..


Any help appreciated, even.. if it's not this way.
If someone can help me with css hack, to position perfectly a layer in position:absolute, over the "Serviços" button on the menu, but invisible, containing the 3 images.

But it needs to be adjusted from the table, it will be a problem with resolutions > 1024.
Since this is a 800+ optimized website.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
  #6  
Old Sep 15th, 2006, 14:49
Elite Veteran
Join Date: Aug 2005
Location: That Place
Posts: 2,044
Blog Entries: 1
Thanks: 0
Thanked 37 Times in 37 Posts
Re: IE bug - need help fixing it!

Yup, that code frightens me! Personally I would scrap the whole thing and start it over using valid and semantic XHTML Strict and CSS.
__________________

Last Blog Entry: Apps every Mac based web dev should consider (Jul 10th, 2008)
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
  #7  
Old Sep 15th, 2006, 14:53
Junior Member
Join Date: Sep 2006
Location: Portugal
Posts: 17
Thanks: 0
Thanked 0 Times in 0 Posts
Re: IE bug - need help fixing it!

Let's say, they don't give me the time for it.
Since the other idiot who started this, he left it and said it was almost done.
You know bosses, they are like clients, think everything is possible, nah, it's not a margin problem, really appreciate, you fight the mighty fear, and try to help me
lol!
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
  #8  
Old Sep 15th, 2006, 15:05
Elite Veteran
Join Date: Aug 2005
Location: That Place
Posts: 2,044
Blog Entries: 1
Thanks: 0
Thanked 37 Times in 37 Posts
Re: IE bug - need help fixing it!

heh well I would explain this to your boss if you can without getting in trouble.

Tell him the pro's/Cons of doing it the right way.

Pro's being the site will load faster, use less bandwidth, will be easier to maintain, and cost less to maintain/update thus saving him/the company money.

The site will be accessible and have a broader base of users who can view/use the site which in turn may lead to more business and profit.

It will yield better search engine rankings thus making it easier to find which could lead to more business and profit.

Con's:

Development time may be a bit longer.
__________________

Last Blog Entry: Apps every Mac based web dev should consider (Jul 10th, 2008)

Last edited by moojoo; Sep 15th, 2006 at 15:09.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
  #9  
Old Sep 15th, 2006, 15:13
Junior Member
Join Date: Sep 2006
Location: Portugal
Posts: 17
Thanks: 0
Thanked 0 Times in 0 Posts
Re: IE bug - need help fixing it!

I started this week, don't get me fired yet.
And they'r just starting web-developping, since this is a 'Outside Publicity' company.

I just wonder if it's even possible to make IE view this correctly.
... :\

Can you control a simple layer with 3 images, adjusting it to the <td> width ?
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
  #10  
Old Sep 15th, 2006, 17:39
Junior Member
Join Date: Sep 2006
Location: Portugal
Posts: 17
Thanks: 0
Thanked 0 Times in 0 Posts
Re: IE bug - need help fixing it!

AND IT WORKS.
MICROSOFT INTERNET EXPLORER LITTLE ****'S STRIKES AGAIN.

ty *
i'l stick around
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
  #11  
Old Sep 17th, 2006, 12:14
New Member
Join Date: Sep 2006
Location: uk
Posts: 7
Thanks: 0
Thanked 0 Times in 0 Posts
Re: IE bug - need help fixing it!

oh dear god the code is horrific. Glad you solved your problem though,
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
  #12  
Old Sep 18th, 2006, 03:55
Ryan Fait's Avatar
Elite Veteran
Join Date: May 2006
Location: Las Vegas
Posts: 3,787
Thanks: 0
Thanked 0 Times in 0 Posts
Re: IE bug - need help fixing it!

I forgot about spacer.gif images! Nothing like those good ol' tables. You really should specify a doctype on this page. I didn't find the code that horrific, though.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
Reply

Tags
bug, help, fixing

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

Similar Threads
Thread Thread Starter Forum Replies Last Post
fixing menu to screen with limits kidreapertronV JavaScript Forum 2 Apr 23rd, 2008 08:47
ASP.NET coder or Fixer required For a website bug fixing ITG Job Opportunities 0 Oct 18th, 2007 13:01
Fixing this bit of code brockomundo Web Page Design 6 Aug 8th, 2007 18:50
Margins need fixing notagz1 Starting Out 9 May 28th, 2007 14:03
Fixing of the chosen state on a map Flashmap Flash & Multimedia Forum 1 Apr 5th, 2007 10:48


All times are GMT. The time now is 21:45.


Powered by vBulletin®
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Optimization by vBSEO 3.2.0 RC8
© 2003-2008 Webforumz.com : All Rights Reserved

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42