monksnake - The list-style property is a shorthand property for setting all the properties for a list in one declaration.
Foamcow - that's all the css on the page. The popAnalyze
sets the width and margins. Does that have something to do with it?
Anyone know why this won't display correctly? It will only display the squares in the ul if i specify in the list-style: square inside; instead of list-style: square inside;
CSS:
#popAnalyze
{
background-image:url(../images/popAnalyze.gif);
background-repeat:no-repeat;
height:150px...
no need to get upset, ca8msm. my table is longer than a page. i didn't post it because what's in the table is not relevant. you are right about not getting anywhere, like i said before you wanted the html, it's works when i used cesark solution. thanks for all the help.
i kust posted what the html is. the only difference is the script is after the </table>, but before the </html>.
like i said before, it works fine when i use the id of the table row.
hot sure what exactly you want me to do? here's what didn't work:
sub Page_Load()
if ispostback then
...
Dim sbFocus As New StringBuilder
sbFocus.Append("<script language='javascript'>" &
Environment.NewLine)
sbFocus.Append("window.location.href='#bottom'"...
i had to make the same change that cesark did. appearently, a .net page will not jump to an anchor tag. i even tried <a href="#bottom">test</a> at the top of my page, and that link didn't work either. i have achieved what i needed to, thanks much for all your help.
ca8msm,
i amde the changes you suggested, but no luck. i have <a id="bottom" /> at the bottom of my page. the script executes, but the page is still at the top. the address, however, is index.aspx#bottom. quite the mystery?
i discovered that the onscroll() event is on being triggered. i'm not sure why, maybe it has something to do with the version of ie i am using? for some reason the SaveScrollLocation function is not being called. how did you get yours to work?
cesark,
did you get your solution to work? after reading the article you posted, i cannot set the value of __SCROLLLOC correctly, it is always zero. i think that the onscroll event is not triggering. any idea's?
it didn't work. it never jumps to the location. i added an alert() to be sure the code was being executed, and sure enough the page loads at the top and stays there.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.