Tagged Questions

`<span>` is a HTML tag used to group inline-elements in a document

learn more… | top users | synonyms

19
votes
3answers
16k views

SPAN vs DIV (inline-block)

Is there any reason to use a <div style="display:inline-block"> instead of a <span> to layout a webpage? Can I put content nested inside the span? What is valid and what isn't? Thanks! ...
11
votes
1answer
55k views

Update span tag value with JQuery

I'm trying to update a span tag that is in a fieldset tag that is in a legend tag. The idea is to update the cost of a Software Item as components are selected. The code below works fine if I only ...
11
votes
6answers
24k views

Fade the background-color of a span tag with JQuery

I'm trying to fade the background-color of a span tag using JQuery to emphasize when a change has occured. I was thinking the code would be someting like the following inside the click handler, but I ...
9
votes
12answers
1k views

Semantic value of span

The span element would seem to be exactly like a div, but at the in-line level rather than at the block level, however I can't seem to think of any beneficial logical divisions that the span element ...
9
votes
8answers
31k views

How do I align spans or divs horizontally?

My only problem is making them line up three-across and have equal spacing. Apparently, spans can not have width and divs (and spans with display:block) don't appear horizontally next to each other. ...
9
votes
3answers
5k views

How to create an all browser-compatible hanging indent style in CSS in a span

The only thing I've found has been; .hang { text-indent: -3em; margin-left: 3em; } The only way for this to work is putting text in a paragraph, which causes those horribly unsightly extra ...
8
votes
4answers
8k views

Does height and width not apply to span?

Total noob question, but here. CSS .product__specfield_8_arrow { /*background-image:url(../../upload/orng_bg_arrow.png); background-repeat:no-repeat;*/ background-color:#fc0; ...
7
votes
4answers
3k views

Rails and the <span> tag

I'm fairly new to Ruby on Rails, and I'm attempting to create some fancy CSS buttons using the "sliding doors" technique. I have it almost working, but I feel like there has to be a better way to ...
7
votes
3answers
2k views

Strip HTML tags and its contents

I'm using DOM to parse string. I need function that strips span tags and its contents. For example, if I have: This is some text that contains photo. <span class='title'> ...
5
votes
2answers
607 views

How can i use TypefaceSpan or StyleSpan with custom Typeface?

i have not found a way to do this. is it possible?
5
votes
3answers
578 views

Set content of HTML <span> with Javascript

In a webpage I am calling a WebService that gives me an integer value. I need to display this value in a block of text. I am currently using an HTML <span>. So far, I've found two methods of ...
5
votes
4answers
126 views

Is there an HTML element that is ignored during rendering?

I have this markup <html> ... some HTML ... And I need to wrap it with an element like this: <html> <div class="user-content"> ... some HTML ... </div> The problem, is ...
5
votes
2answers
3k views

a span floated right within a div - why a new line in IE?

I have 1 span within a container div. I want the span floated to the right. The content within the div and the span should be on one line. In Firefox, that's how it displays. But in IE, the span is ...
4
votes
5answers
39 views

How to define span tag within an option of a drop down list

I am using HAML to create a drop down list as shown below: %select.categories %option{:category => 'question'} Top Questions in %span#topic-name %option{:category => 'muse'} Top ...
4
votes
8answers
191 views

Why won't click events work on a span but the will work on an a?

Can anyone think of a reason why a click event would work on an a tag, but not on a span? I am making a rich text editor and have a bold button that when clicked is supposed to make the text bold. It ...
4
votes
4answers
1k views

It is bad to put <span /> tags inside <option /> tags, only for string manipulation not styling?

I would like to make groups of the text content of an <option /> tag. Say I have the following: <option>8:00 (1 hour)</option>, the time pattern 8:00 can be modified, then the text ...
4
votes
4answers
107 views

How to check what div span is placed in

I am trying to find out what div is the span is in using jquery. here is a eg. <div id='one'></div> <div id='two'></div> <div id='three'><span ...
4
votes
2answers
200 views

simple div containing span won't size correctly

I thought I was pretty knowledgeable about CSS but this simple problem baffles me. <div><span>sample text</span></div> results in the div's height being smaller than the ...
4
votes
5answers
4k views

How to set height property for SPAN

I need to make following code stretchable with predefined height <style> .title{ background: url(bg.gif) no-repeat bottom right; height: 25px; } </style> <span ...
4
votes
5answers
3k views

C# asp.net: How to remove span tag from WebControl when rendered

When using an asp.net CheckBox (and in out case, inherited from a CheckBox) it renders a span around the checkbox input control, this span control is affecting jQuery scripts. Is it possible to ...
3
votes
2answers
68 views

Dynamically loaded text gets cut in half

Rather than try describe it, I should just show you. The Korean text is loaded by Ajax when the page is ready. The English options on the right are also loaded in this way but they are fine. The only ...
3
votes
3answers
173 views

IE7 CSS problem: cannot get correct span width

I am having a problem getting the correct width of a span. It works in the following browsers and NOT in IE7: Works in: Firefox Chrome Safari IE8 I need to get the correct width of the span so I can ...
3
votes
4answers
375 views

How to implement jQuery val() for a span?

I have a few select elements that are grouped by a span. I'm creating a plugin to do some interaction with the elements. Now I would like to give my users the support of the val() function, so that ...
3
votes
1answer
670 views

Vertically align multiple lines beside a floated image

<li> <a href="viewBook.php?bookId=<?=$bookId?>"> <img style="float:left; clear:left; padding-left:10px; width:50px; height:75px;" ...
3
votes
3answers
458 views

css selector - select id with slash in the id name

I've got <span id="/about-us"> being generated by this CMS I'm using. With Jquery - I'd like to select this element - but JQuery doesn't seem to like selecting elements with a slash in ...
3
votes
3answers
345 views

How do I wrap a span around the last word of an element's inner text, using jQuery?

I know this should be a simple task but I'm having problems selecting a heading elements last word and wrapping that in a span so I can add style changes. Here's what I have so far $('.side-c ...
3
votes
1answer
95 views

HTML, accessibilty: is it possible to label two controls with a single label?

I have found an example in the net where the label tag and its 'for' attribute were used to hint the browser to which control the label belongs to. E.g: <form> <label ...
3
votes
1answer
1k views

How to vertically center a <span> inside a div?

The code: <div style="border:solid 1px gray; cursor:text; width:400px; padding:0px;" id="theMainDiv"> <span id="tag1_outer" style="background:#e2e6f0; padding-right:4px; ...
3
votes
3answers
1k views

Silverlight: Set Items Widths in ItemsControl to Stretch

I've got an ItemsControl which fills from top to bottom, but I can't get it's child items to occupy the whole width of the ItemsControl: I basically need to stretch the green bits to fill the width ...
3
votes
2answers
246 views

Html Agility Pack ends-with does not work

I tried to use ends-with in Html Agility Pack in the following mode: //span[ends-with(@id, 'Label2')] and //span[ends-with(., 'test')] , but it does not work. All other functions, like starts-with ...
2
votes
2answers
50 views

Order ul list by span content

I am really lost with trying to order an ul list by the span in the li. I have this next structure <ul id="videosList"> <li class="response1"><a href="link"><img src="moon" ...
2
votes
3answers
30 views

how to get text from a span of a input field when it gains focus?

How can i get the text from a span that precedes an text input and when that input gains focus get the span of the focused input? lets say that the inputs are like this: <div> <label ...
2
votes
1answer
53 views

CSS: Styling a Specific Paragraph that has a Specific Span [closed]

Possible Duplicate: Is there a CSS parent selector? I'm trying to style a paragraph with a class of "long-sentence" which contains a span with a class of "background-fill". The target for ...
2
votes
2answers
44 views

Conflict between line-height and actual height when Italics are used

I have the following problem: I have a span element with line-height 18px and font-size 16px. This works great when the text inside is not italics; the span remains 18 pixels tall. The problem ...
2
votes
4answers
116 views

Java script changing color of element by ID

Hi there I'm trying to do validation for a form I am working on, and I have written a function and used document.getElementById("span_trav_emer_med_insur").style.backgroundColor ='#FFFFFF'; I ...
2
votes
2answers
72 views

Span in a tag with different style

In my HTML code I have a tag with a span tag inherited. My question is now how can I achieve that the text in the link-element will be underlined on hover and the span-element not? HTML: <a ...
2
votes
4answers
90 views

Prevent XslCompiledTransform from using short tags

I am using XslCompiledTransform() to convert an XML file to HTML. Is there a way I can prevent it from using short tags. e.g., <span></span> <!-- I want this even if content empty ...
2
votes
1answer
73 views

Javascript - Regex rule, find XX but not in span tag

Text message = 'Hello, my name ist Peter!'; My Tags tags = {}; tags.tagsOne = {}; tags.tagsOne['t1'] = 'hello|is|there|g'; tags.tagsOne['t2'] = 'bub'; tags.tagsOne['t3'] = 'dog|house'; ...
2
votes
2answers
132 views

Getting the text between two spans with “Simple HTML DOM”

Basically, I need to get the text between two span tags, and I've tried a bunch of different methods with no solution. I'm using Simple HTML DOM Parser (http://simplehtmldom.sourceforge.net/) too, so ...
2
votes
3answers
128 views

Jquery multiple elements

i am generating multiple span element all of the same id <span id='myLink'>some text</span> and using jquery i want to open a div overlay near it using the offset of the span element ...
2
votes
2answers
215 views

span attribute on colgroup and col

Are these codes logically equivalent? <colgroup span="7"> </colgroup> And <col span="7" /> And <colgroup> <col /> <col /> <col /> <col /> <col ...
2
votes
3answers
112 views

Why is a “Span” generated in my HTML from .NET?

I'm currently looking through some of my "dynamically generated" HTML and noticed this: <div id="MainContent2_news"><span id="MainContent2_ctl00_newsLabel"><... My C# looks like this: ...
2
votes
1answer
91 views

Removing the padding between inline elements

I have two span tags that contain content. The first span tag will hold content from the client and the second acts like a "blipping-cursor" (I'm using JavaScript to turn its "display" style from ...
2
votes
1answer
204 views

Firefox and contentEditable spans

I am using a WYSIWYG (InnovaEditor) to edit content on my website, and it works in Chrome, IE, and mostly in Firefox, but FF has a slightly nasty issue. I insert span tags into the content to allow ...
2
votes
3answers
106 views

Order divs based on dates inside a span element

I have 4 divs which I would like to order dynamically based on the date inside the span tag. I would like it to appear from newest to oldest. What's the best way to achieve this using JQuery? ...
2
votes
4answers
183 views

What are alternatives to the span-element?

say you are working without the <p> element in HTML. How would you stylize a simple text with css? What HTML-Tag would you take? I always used <span>, but now I saw that span should always ...
2
votes
3answers
2k views

iPhone MKMapView: set map region to show all pins on map

I'm trying to set the map region (center and span) so that the map shows all pin-annotations at the same time. I'm having trouble converting the long/lat coordinates from NSString to double, resp. ...
2
votes
5answers
91 views

problem in displaying span in HTML

I am creating nested spans as follows: <span id="1"> text1 <span id="2"> text 2</span> </span> But somehow text 2 is being desplayed on new line , may be it is styles ...
2
votes
2answers
953 views

<span> tag breaking row in IE7

My code is as follows: <table> <tr> <td><div id='lunch'><a href='Lunchplace.aspx?c=1&id=110'><img style='margin-top: 3px;' ...
2
votes
2answers
335 views

Removing span tags from html

Can you help me with a code snippet (with/without regex) to remove all span tags from a string like this: (Silverlight - c#) <a href="#"> <span class="uiTooltipWrap bottom left ...

1 2 3 4 5 7