Is this IE bug?

H

harry

Uisng IE 5.5 (sp2) - intranet app & no other browser required.

I have a table row with one cell in which there are 5 images. Depending on
what the user does these are shown/hidden (using functions below) as
neccesary.

The trouble is when you resize the browser window, & the table automatically
resizes's, those image's that have been made visible using the showObject()
function below disappear!

Tried it in Firefox & no problem so is this a bug in IE? if so has anyone
else come across? workaround? or am I doing something daft?

If I make the cell a fixed with rather than "100%" they stay visible!

function showObject(id)
{
getElement(id).style.display = '';
}

function hideObject(id)
{
getElement(id).style.display = 'none';
}

Completely baffled!

thanks

harry
 
H

harry

tried that thanks but still the same, also causes next image to start on a
new line.

I'm trying to have all images on the same line & shuffle up together as they
are shown/hidden

Think I might have to have cell fixed width unless you have any other ideas?

thanks once again

harry
 
H

harry

think I've found a workaround,

<body onResize="showButtons()">

so the images(or buttons) are hidden/shown everytime the window is resized!

not very pretty but then IE isn't is it!

thanks

harry
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads

Can someone please explain this? 12
Hidden images take up space? 5
weird IE bug 8
IE 5.5 & CSS min-height 1
IE bug with removeChild 4
IE CSS image overlap 6
Is this possible 2
IE / FF onclick behaviour and "this" 1

Members online

No members online now.

Forum statistics

Threads
473,756
Messages
2,569,540
Members
45,024
Latest member
ARDU_PROgrammER

Latest Threads

Top