ASP.NET 2.0
VB.NET
chemas-microsoft-com
ffice
ffice" />> >
Fieldset
> >
Div tag
> >
Repeater Control
ItemTemplate
> >
HTML
Asp.net controls
> >
Asp.net textboxes <<<<<<<<<<<<<<<< Problem Here
> >
Closing ItemTemplate
Closing Repeater Control
> >
Closing Div tag
> >
Closing fieldset tag
> >
> >
> >
> >
> >
> >
When I added spellcheck to some textboxes on my aspx page, a strange thing happened. When I use the scrollbar for the div tag, the textboxes using the spellcheck stay stationary while everything else scrolls.
> >
Specifically, I have something like this:
> >
Title: <asp:textbox ID=”txtTitle” etc. using Spellcheck
Body: <asp:textbox ID=”txtBody” TextMode="multiLine" etc. using Spellcheck
Percentage: <asp
ropdownlist Sort Order: <asp:textbox without Spellcheck <asp:button Text=”Remove Question” <= These 3 on same line (same TR with 3 TDs)
> >
> >
The text (Title, Body, Percentage, Sort Order) move when I scroll the div. The dropdownlist, the Sort Order textbox, and the asp button with the text Remove Question all scroll. The 2 textboxes (txtTitle and txtBody) remain stationary.
> >
Why?
> >
Style=”position:relative” doesn’t help. It fixed the border overlay issue, however.
> >
Anyway, why are the boxes not scrolling now? Thanks.