css « text « Javascript HTML CSS Q&A

Home
Javascript HTML CSS Q&A
1.animation
2.audio
3.background
4.browser
5.button
6.canvas
7.checkbox
8.Cookie
9.Development
10.DIV
11.dom
12.dropdown
13.editor
14.element
15.Event
16.Firefox
17.flash
18.font
19.Form
20.frame
21.hide
22.hyperlink
23.IE
24.iframe
25.image
26.innerHTML
27.json
28.layout
29.Library
30.localStorage
31.Menu
32.mobile
33.onclick
34.popup
35.Render
36.scroll
37.scrollbar
38.svg
39.tab
40.table
41.tag
42.text
43.TextArea
44.TextBox
45.validation
46.video
47.window
48.xml
Javascript HTML CSS Q&A » text » css 

1. Is there a way to make text unselectable on an html page?    stackoverflow.com

I'm building an html UI with some text elements, such as tab names, which look bad when selected. Unfortunately, it's very easy for a user to double-click a tab name, ...

2. How to add another text decoration definition with Javascript?    stackoverflow.com

I want to add another text decoration class with the help of JavaScript to the link which already has a class associated to it. I want something like the <a> activated link ...

3. Auto fit width of li to text?    stackoverflow.com

Is there anyway possible to auto fit the width of an <li> tag to the width of the text it contains using CSS? I'm designing a website that uses a custom CMS ...

4. multi-line text-input    stackoverflow.com

Is it possible to create a multi-line text-input field? I need something that works as a textarea (with line-wrap) but without being able to 'return' to the next line. Or should ...

5. How to create a function that resizes text on a page without javascript?    stackoverflow.com

Does anyone have any ideas how to create a function that resizes text on a page dynamically without the use of JavaScript? I'm using CMS based on C#? Is it possible with ...

6. Gradient-filled contentEditable text in HTML    stackoverflow.com

Can I have such effect in HTML without using an image? The text should be editable with this effect. Make me editable

7. applying varying styled text    stackoverflow.com

when i write a paragraph i would like the text to look like this: alt text is it something that i have to do in css? i want similar formatting.

8. How do I set a block of text to drop to a new line all at once?    stackoverflow.com

I feel like there's a simple solution to this, but I'm not really sure how to phrase it in a search, so here we go... I have a forum-like display that shows ...

9. How to create nice text depth\shadow effect? (HTML)    stackoverflow.com

I need some JS class or CSS method to create from any text such text with shadow like on this web page... Page screen: screen from Yummygum site I ...

10. How can I clip text and append an ellipsis when it is longer than desired?    stackoverflow.com

I'm looking for a good way to append an ellipsis, "...", when I need to gracefully display a string that is too large and doesn't fit in the space that ...

11. How to reverse the text with js/css?    stackoverflow.com

Possible Duplicate:
How does u?op-?p?sdn text work?
How to make the text upside down while keep the left-right order?

12. How to show text/info in certain place on textover using javascript    stackoverflow.com

http://www.baelkopat.com/GECCo/goingGreenTest.html what I have so far.What I need to learn is to show the additional text when user mouseOver the link. i.e. when user mouseOver on "Activity Guide(PDF)" the ...

13. Text input with options such as Bulleted list    stackoverflow.com

Im looking to create an input field on a web application that is similar to the one we use here for posting questions, where you can put list items, make font ...

14. Add padding at the beginning and end of each line of text    stackoverflow.com

I've got a span which goes over a number of lines and has a background colour. I need each of the lines to have a 10px padding at the end. The ...

15. Is is possible to have vertical text orientation in HTML?    stackoverflow.com

I am asking if it is possible to do something like this: 1 9 8 4

16. Making text unselectable    stackoverflow.com

So, while playing with scrollbars and stuff in HTML5, I'm starting to notice an annoying trend. If I have text near my element that's being dragged (say, a scrub bar for ...

17. How to increase anti alias/blur on sIFR text?    stackoverflow.com

I'm using sIFR to make my text nice and smooth, but I would like it to be slightly more blurred/smooth/anti aliased than it currently is. How would I do that? I used ...

18. Right-to-left and/or up-to-bottom text in html/js?    stackoverflow.com

How can I make a right-to-left and up-to-bottom textfield for user input in a browser? Are there any native ways to do it? Or maybe workarounds? (Up-to-bottom could be like Japanese, or ...

19. Justification of text in HTML    stackoverflow.com

Is there way to force the justification of text using CSS to one line? For example:

I want to justify this text
like           ...

20. setAttribute and text    stackoverflow.com

Is it possible to change the colour of a text with setAttribute? This piece of code does what I asked it to do, it prints the text

"<font color=\"08870e\">Condition true</font>"
However I want ...

21. CSS style specific characters inside a text input    stackoverflow.com

I have a script that generates text when a user press a button. This text is sent to an input box, so when I press the button some text appears in ...

22. CSS - Nice way to do 'stepped' text?    stackoverflow.com

Is there a nice way of achieving the following, without any additional mark-up? It would be fine to use JavaScript though. Stepped text Any idea? Thanks! Edit: My mark-up will be something like:

<div style="width: ...

23. Control where automatic line breaks occur in text?    stackoverflow.com

I am creating a section of my page that shows user addresses. The area the addresses can show in isn't very wide, so for longer addresses, the text will wrap to ...

24. html inline node with text siblings misplacement    stackoverflow.com

I have the following html:

<span as="0" style="display: block; -webkit-user-select: text; ">
"[TEXT]"
<span id="as_cursor" style="padding: 0px; margin:0px; width: 0px;"></span>
"[TEXT]"
</span>
I use the inner span as a marker from which to later get the coordinates ...

25. Centering text in a touch scroller    stackoverflow.com

I modified a version of the iScroll touch scroller. It was modified based on the carousel demo in the sample file when you download the library. I need to ...

26. Auto Update a piece of text depending on position    stackoverflow.com

Right now i am using the awesome flexible-nav to display the current subtopic i am at in my post. Additionally to that I was wondering whether I could take this current ...

27. CSS locating sibling by text    stackoverflow.com

I am trying to select the sibling Edit menu based on the text "Edit" something like this css=ul.jd_menu li:contains("Edit") but it still select the File link, so in essence trying to find ...

28. How to make box appear when text is entered into input?    stackoverflow.com

Please check out this jsfiddle link: http://jsfiddle.net/PDnnK/4/ As you can see there is INPUT FIELD & BOX I want the box to appear only when text is typed in the input. How is this ...

29. Load css if specified text not present    codingforums.com

I'm trying to find a simple solution of hiding some information from all the users, except a few selected ones. While loading another css file is not a perfect one, it is sufficient for what i need. so it should be, in mind, something like: if (div contains the given text (user name - any of the user names given) ) ...

30. Best method to create a text-based, horizontal nav bar using CSS?    forums.digitalpoint.com

Best method to create a text-based, horizontal nav bar using CSS? I'm trying to create a text-based, horizontal navigation bar with horizontal submenus and background images-based on a tutorial/stylesheet I found online. I cut and pasted the code from this online tutorial: http://veerle-v2.duoh.com/blog/comments/2_level_horizontal_navigation_in_css _with_images/ Here's a link to the sample menu inthat tutorial: http://www.duoh.com/csstutorials/2levelmenu/styles_navigation.css Here's the link directly to the stylesheet ...

31. CSS/Javascripting bold text    forums.devshed.com

When I load my page, the caption (text) is normal. When I select the caption, it turns bold, when I close the menu, it remains bold. I'm thinking this is like an 'Onevent' type command as it only turns bold once I select it, but I am unable to find where to modify the script to stop this from happening. Anyone ...

32. CSS problem - bold text () not working?    devnetwork.net

33. CSS Text smoothing (anti - aliasing)    devnetwork.net

34. CSS vertical text    devnetwork.net

Greatly depends on the situation.. Of course the simplest scenario is to simply use the 's.. which isn't really bad at all. You could even just wrap each character inside a div if your worried about making it look nicer . More likely than not I'd go with the easiest solution, especially on a simple problem such as this. You could ...

35. Blinking text: JavaScript+CSS    phpfreaks.com