Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chris Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

layer problem

Status
Not open for further replies.

gagz

Programmer
Nov 21, 2002
333
US
Hi-

I'm new to layers so sorry if this seems trivial.

I'm working with layers in a table cell. when someone mouses over an image (calendar icon), a calendar control (from asp.net) appears. Everything works, except the table cell is the size of the calendar control, even though its hidden. is there a way around this?

thanks...
 
Just a thought but try setting the height and width of the layer to 10px - something small.

Then using the onmouseover event resize the layer - I assume this can be done ??

For IE - document.all['layerName'].style.height = "100px"

Just a guess - be keen to know if it works - I had the same issue yesterday but didn't bother trying to work around it !!

nige_w@clear.net.nz
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top