|
Posted by Rakesh Thakor on 06/05/07 09:14
On Jun 5, 1:40 pm, "Jukka K. Korpela" <jkorp...@cs.tut.fi> wrote:
> 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/
Hi Jukka,
I am creating one dynamic application actully Table is divide into
multiple column and those column will come from database so i do not
know that how many column will add by user so its dynamic table thats
why i require horizontal scrollbar.
CSS Comment is by mistake i think.
I am approaching IE 6+ browser.
Your Idea/Suggestion are most welcome.
Thanks for your reply.
Regards,
RK
Navigation:
[Reply to this message]
|