jmag Posted December 19, 2007 Share Posted December 19, 2007 Hello, I've got a problem in a project I'm working on. There's a this large table acting as a calendar with some text in some cells, the text is linked and takes you to another page. But on mouseover a div is shown with some extra info. Now, the main problem is that I want the div that pops up to be absolute positioned and "float" on top of everything. I can do this if I wrap the text in another div, but that seems like a bit bloated. I'd like to do it without the div if possible. Besides, that only works for firefox, not IE where the table cell extends with the new content when I hover over the text. Anyone got any tips or hints on how to make the table cell position relative or some other way to make a div float on top of the page and has it working in multiple browsers and plattforms? I'm happy with anything, been trying diffrent stuff out for the past 2 days now... Cheers Quote Link to comment Share on other sites More sharing options...
bronzemonkey Posted December 19, 2007 Share Posted December 19, 2007 Please post the code you're using. Quote Link to comment Share on other sites More sharing options...
jmag Posted December 19, 2007 Author Share Posted December 19, 2007 I actually just figured it out - wasn't the css that was the problem, problem was that IE didn't get any style properties... .setAttribute in JS is not supported neither by IE6 or 7. Thanx anyways! Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.