Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.
Div operlaps table problem
Name: davser Date: April 19, 2007 at 03:01:51 Pacific OS: Windows CPU/Ram: Centrino 512 Product: Intel
Comment:
I have a div inside a table, with the on_click method of a button I use javascript to put the div with display:block and add some text.
The problem is that the table don't resize and the div overlaps the table if the content is big.
Name: Michael J (by mjdamato) Date: April 19, 2007 at 13:04:14 Pacific
Reply:
I made a test page and can't reproduce your results. When I dynamically change the div to display: block; the table changes size to fit. Can you provide a complete working example that causes the error?
Michael J
0
Response Number 2
Name: davser Date: April 20, 2007 at 04:26:05 Pacific
Reply:
I'm sorry, I forget to tell to use firefox...I think you have used Explorer, right???
0
Response Number 3
Name: Michael J (by mjdamato) Date: April 20, 2007 at 09:44:53 Pacific
Reply:
I used IE, FF, and Opera. Can you provide a link to a page with the problem or post more complete example of code that displays the problem?
Summary: I am having some problems with a webpage I am working on I can't seem to get the table set up. Its the table that has the blah blah blah in it. I can not seem to align it properly so that I can fill...
Summary: Sully- As you have already figured out, most of the errors you posted don't create functionality problems for 99% of your users. I apologize for not mentioning that w3.org's validator is very, very s...
Summary: You have to specify the position of objects rather than leaving it up to the browser. One way is to set the top and left attributes on every object, but that is a pain. The opposite extreme is to put...