Posted by Jukka K. Korpela on 06/05/07 08:40
Scripsit Rakesh Thakor:
> I want to scroll a dynamic table inside div. My code is as below,
Post the URL, not code. Read the group for a week to understand why.
> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
Thank you for the bogosity warning.
> <style type="text/css">
> <!--
More bogosity. Which browsers are you targeting? Netscape 1? And have you
any idea of what XHTML user agents are allowed to do with comments inside
style elements?
> width:#px;
Huh?
> <td width="1900px">asdfa</td>
> <td width="1900px">&nsafdfdfsdfdfdfdfdfsdasdasdsadsp;</td>
> <td width="1900px"> </td>
> <td width="1900px"> </td>
Bogosity overflow.
> Can anyone guide me that where is the problem?
In your design of a page. It simply makes no sense.
Why would you make a table scrollable when it is the sole content of a div
that is the sole content of the document? By doing exactly nothing for it,
you get scroll bars for the page if needed.
--
Jukka K. Korpela ("Yucca")
http://www.cs.tut.fi/~jkorpela/
[Back to original message]
|