-
Replied To a Post in CSS Scroll up Script
Have you tried using position:fixed in your CSS? That will keep the menu in position relative to the browser window i.e. it won't scroll with the page -
Replied To a Post in Which section I should study in asp.net 4.0 from beginner to intermediate l
Welll, with knowing the book its hard to give advice. But, in general, are you applying for a particular job? If so, then you maybe able to get a general … -
Replied To a Post in visual c# app
Hi, If I understand your question the combo box will have the id in it (or maybe the user's name only) so you will get the selected item of the … -
Replied To a Post in How Do I make This function work
What result are you getting from it as it is now? I would use isEqualToString to compare two strings: if( [trim isEqualtToString: [chtable subStringWithRange: NSMakeRange (scan, 1)]]) { -
Replied To a Post in Problem when adding subViews on xCode
This is a bit late and you haven't posted any code but are you committing the animation after the movement has finished (via the commitAnimations method)? If not, the ship …
The End.