|
Html problem: how can i close horizontal scroll?
|
|
07-01-2010, 10:22 AM
Post: #1
|
|||
|
|||
|
Html problem: how can i close horizontal scroll?
html problem: how can i close horizontal scroll when i write characters without space
|
|||
|
08-12-2010, 10:14 AM
Post: #2
|
|||
|
|||
|
RE: Html problem: how can i close horizontal scroll?
I assume you want to prevent a long string of characters (that does not include spaces) causing the browser to display a horizontal scroll bar.
If you want all of the characters to be visible, you could insert shy hyphens into your string of characters, so that the string can be wrapped at any of the points in the string where you have placed shy hyphens. The HTML entity for a shy hyphen is: If you want to cause the end of the string of characters to extend beyond the edge of the browser window and be inaccessible (because the window can not be scrolled horizontally) you can use the CSS overflow:hidden; style, as in |
|||
|
07-27-2011, 07:06 AM
Post: #3
|
|||
|
|||
RE: Html problem: how can i close horizontal scroll?
(08-12-2010 10:14 AM)birgit Wrote: For more on HTML entities and the style tag see: http://www.html-tags-guide.com/html-enti… and http://www.html-tags-guide.com/html-styl… The full URLs are http://www.html-tags-guide.com/html-entities.html and http://www.html-tags-guide.com/html-style-tag.html |
|||
|
11-16-2012, 05:04 PM
Post: #4
|
|||
|
|||
|
RE: Html problem: how can i close horizontal scroll?
Go through this code. You may find it useful: http://www.w3schools.com/jquery/tryit.as...llleft_set
|
|||
|
05-21-2013, 10:40 AM
Post: #5
|
|||
|
|||
|
RE: Html problem: how can i close horizontal scroll?
You need answer for closing horizontalbar for in your program but you don't specify for which program you need and you have also don't display coding of that so please share your website or coding of that one so I decide fix solution of that.
|
|||
|
« Next Oldest | Next Newest »
|
| Possibly Related Threads... | |||||
| Thread: | Author | Replies: | Views: | Last Post | |
| How do i assign different html documents to a cell in a html table? | genelva | 0 | 1,063 |
08-20-2010 10:58 AM Last Post: genelva |
|
User(s) browsing this thread: 1 Guest(s)





