Tagged Questions
The nowrap tag has no wiki summary.
5
votes
3answers
191 views
Making a piece of text non-breaking?
say I have a piece of text like this
Hello I am some text Hello I am some
text Hello I am some text Hello I am
some text I do not wish to be broken
on new lines
Consider the above ...
4
votes
4answers
121 views
jsfiddle question
I can't get this extremely simple jsfiddle to work. Its just supposed to alert test when button is clicked. What am I missing here?
http://jsfiddle.net/u9nG6/2/
4
votes
3answers
18k views
How to make a DIV not wrap?
This requirement sounds wired, but it is actually requirement.
I need to create a container DIV style that containing multiple other DIV's. It is asked that these DIV's wouldn't wrap if the browser ...
2
votes
1answer
833 views
css white-space:nowrap horizontal scroll bug
I have the following markup
<style type="text/css">
#outer
{
min-height: 100%;
height: auto !important;
height: 100%;
width:100%;
...
2
votes
1answer
789 views
CSS white-space nowrap doesn't increase width?
I am reconstructing a dropdown menu similar to a <select> box using div's and jquery. The div containing the dropdown items should have a minimum width, but no maximum width as it should grow ...
2
votes
2answers
758 views
whitespace nowrap css for children but not parent
I have a div with multiple spans inside. The spans contain text that cannot be split over multiple lines so I have set whitespace: nowrap. This does stop the wrapping within each child span correctly ...
2
votes
0answers
478 views
Android: “nowrap” in Spannable in TextView
Is it possible to have a spannable in TextView similar to this functionality in WebView?
Bob McDonalds <span style="white-space: nowrap"><b.mcdonalds@domain.com></span>
I ...
2
votes
2answers
455 views
Elements with nowrap get stuck to adjacent elements in WebKit
I have a ul list that I display as a horizontal menu. I'd like the content of each li to remain on one line, but the entire li items to jump lines as necessary. Something like:
First entry in the ...
1
vote
1answer
55 views
JQuery DataTabels - JQuery UI theme, arrows wrap on TH
I am using datatables with a jquery ui theme, and for the columns that are sortable, some of the TH's wrap the little arrow icons used to sort that column.
I have about 7 columns being displayed. ...
1
vote
1answer
859 views
Disable Word Wrap in an Android Multi-Line TextView
I am working on a Month View with an advanced swipe (requires current, next and previous to be loaded to allow each view to stick to your finger) which means I have many views which causes things to ...
1
vote
4answers
1k views
IE6 nowrap and floating problem
This is driving me nuts...
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html ...
0
votes
1answer
24 views
How do make nowrap in div?especially content is many sub div
I want to make the Transverse rolling 。
I use the method. but when the sub div added. it will wrap。
<div style="height: 300px; width: 100%; overflow-x: auto; overflow-y: hidden;border:solid ...
0
votes
1answer
36 views
My tab menus exit the page width
So I'm editting the CSS and the tab menu has a whitespace: nowrap property, which means it doesn't overlap but it ends up exiting the page. Setting the width of the tab menu itself does nothing even ...
0
votes
0answers
279 views
Issue with IE8 when using white-space: nowrap for a <SPAN> tag inside a scrollable div container
I have a grid that displays data as rows of text boxes
E.g.
<div>
<span>
<input...>
<input...>
<input...>
<input...>
<input...>
...
0
votes
1answer
267 views
Opera <table> wrap bug
I have following html/css:
<html>
<body>
<style type='text/css'>
.result_table table {
border-collapse:collapse;
}
.result_table table td {
white-space:nowrap;
...
0
votes
2answers
942 views
Firefox CSS nowrap problem
I'm trying to create a horizontal (no line breaks) unordered list of images on my website using code as follows:
<ul class="ImageSet">
<li>
<img src="blah">
...
0
votes
2answers
353 views
How to make a table with no wrap and no horizontal scroll
I have a table with 8 columns. And the 3rd and 4th columns may have very long texts in it. This situation creates a horizontal scroll. What I want is that I want every column to have a fixed size. And ...
0
votes
2answers
628 views
DIV Overflow / scroll bars / chrome / ff / ie
hopefully a nice easy question for someone :)
I have a gallery strip of photo's which load a main image in the above DIV. The gallery strip appears fine in Chrome but in IE and FF the scroll bars do ...
-1
votes
1answer
332 views
no-wrap issue in IE 7
HTML:
<ul id="popular-tags-hidden">
<li id="tag-1"><a class="display-new-tag" href="#">Tag 1<img width="10" height="10" ...