Website Cell Phone Display...Nav Bar doesn't scroll
-
hello... On my home page ( [DELETED] )...the Navigation Bar scrolls correctly on any computer display. But on any cell phone, it will not scroll upward and out of the way of the content below it (content which is very important to view fully). Is there some code snippet that can be added to accommodate this? thanx, mark4man
-
hello... On my home page ( [DELETED] )...the Navigation Bar scrolls correctly on any computer display. But on any cell phone, it will not scroll upward and out of the way of the content below it (content which is very important to view fully). Is there some code snippet that can be added to accommodate this? thanx, mark4man
Don't post your website here unless you want us to consider you a spammer and throw you off. I was that close with this one as it was, but you've been here a while so I decided to warn you instead. Others have a twichier trigger finger, so unless you refrain from doing it in future (and I include text-based "non link URL's" like some of your previous posts in this) it is inevitable that you will be kicked off the site at some point. The automated system we have in place now doesn't like them, and that means your posts will go direct to the tender mercies of whoever sees it in moderation first. That won't always be me ... I've deleted the link from your post this time.
Sent from my Amstrad PC 1640 Never throw anything away, Griff Bad command or file name. Bad, bad command! Sit! Stay! Staaaay... AntiTwitter: @DalekDave is now a follower!
-
Don't post your website here unless you want us to consider you a spammer and throw you off. I was that close with this one as it was, but you've been here a while so I decided to warn you instead. Others have a twichier trigger finger, so unless you refrain from doing it in future (and I include text-based "non link URL's" like some of your previous posts in this) it is inevitable that you will be kicked off the site at some point. The automated system we have in place now doesn't like them, and that means your posts will go direct to the tender mercies of whoever sees it in moderation first. That won't always be me ... I've deleted the link from your post this time.
Sent from my Amstrad PC 1640 Never throw anything away, Griff Bad command or file name. Bad, bad command! Sit! Stay! Staaaay... AntiTwitter: @DalekDave is now a follower!
thanx for posting my thread; & sorry (didn't realize). However...how can someone help me if they can't get hold of the code? thanx, dox
-
thanx for posting my thread; & sorry (didn't realize). However...how can someone help me if they can't get hold of the code? thanx, dox
Post the relevant code fragments in your message - use the
code
widget above the text box, and that'll engage the syntax highlighter and preserve any formatting. Like this:<pre lang="cs">int Double(int x)
{
return x + x;
}</pre>Will show as:
int Double(int x)
{
return x + x;
}It's not a good idea to post the whole code anyway - people are more likely to respond if you show them where the problem is instead of dumping a whole app on them and saying "it don't work". :laugh: Remember, we can't generally run your whole code anyway - we don't have your site, your data, your user inputs - and we don't know what it should do or how to get to the problem area. The better you make the question, the better we can make the response - and wading through pages of irrelevant code trying to work out what bit of it matters doesn't encourage people to be helpful!
Sent from my Amstrad PC 1640 Never throw anything away, Griff Bad command or file name. Bad, bad command! Sit! Stay! Staaaay... AntiTwitter: @DalekDave is now a follower!