The tag has no wiki summary.

learn more… | top users | synonyms

0
votes
0answers
22 views

Does IE10 remove styles on items changed to display none?

I have a parallax on a main page. The parallax is hidden after the first breakpoint, the parallax only shows on the full width desktop. If the user changes the width down to a tablet width and lower ...
0
votes
0answers
17 views

CKEditor applies style to lines one by one

I'm using Drupal's WYSIWYG Module with CKEditor 3.6.6.1, and I defined my own custom style successfully, as described in this link. So that it converts "My Input" to <code ...
0
votes
1answer
58 views

how to normalize sequential spans inline css?

It's an obscure nut I'm trying to crack and even trying to put it into a question is difficult so best I show what I have and what I want to get: <div> <span>A</span> <span ...
0
votes
0answers
14 views

Dilemma: a huge sprite & inline style tags VS. no inline style tags and many images

I have an application in which the user will 'upload' a lot of (small-size, from 5 to 20kb each) images to the HTML page, and will drag and drop them to different locations on the page (with jQuery). ...
0
votes
1answer
62 views

Regular Expression to find span tag with inline style

I need a little help to write a regular expression which can find a span tag if it has inline style in it. So far I have got ]style=[\"'][^\"'][\"']*|/)?> which does find a span tag with inline ...
0
votes
1answer
47 views

Apply media queries in a style attribute (not tag, but attribute)?

I'm experimenting with responsive SVG files, and really want to select the appropriate image independently from the HTML page. I want to have a setup, where I can pass in an SVG to an img tag, ...
1
vote
2answers
277 views

Alternate Row Colours on Tables with Inline Style CSS

I want to alternate the background colour of a table to increase readability. After googling a bit I found the code I needed. tr:nth-child(even) { background-color: #000000; } The problem in my ...
1
vote
1answer
131 views

CSS: Revert to inline styling on hover

I have text wrapped in SPANs that are generated by Javascript, and when generated it includes inline styling. So something like: <div id="test"> <span style="color: red">Text ...
0
votes
4answers
105 views

Invalid css property gets removed in inline style

I have defined some inline-style in a element <div id="box" style="-ms-grid-row:1; background-color: yellow;"></div> and then with javascript I want to set a style. var box = ...
1
vote
1answer
50 views

Modify Inline Styling, Multi-Elements Deep

I'm attempting to modify the coloring of a CometChat on a website which will remain anonymous due to having a non-modified CometChat. I just want to change the coloring, but prefer to use Greasemonkey ...
0
votes
1answer
182 views

Can I override the style sheet css for td with bgcolor?

I need to fix a site that has a default style set for TD: #cmsContent table td { background-color: #d7d7d9; } however the client, using the CMS editor wants to paste in some HTML they created ...
0
votes
2answers
69 views

ul div is pushing out of parent

I have an issue with a ul div. My parent div for the ul is not holding it in. I have the parent div (subMenu) positioned and z-indexed but the ul child (subMen) just pushes out and shows up on bottom ...
1
vote
1answer
63 views

IE7 automatically setting inline style height

Here's my deal: The boss asked me to fix a page not displaying properly in IE7. I'm working with a div tag initially set as: <div id="login_content" style="left: 0px; text-align: center;"> ...
0
votes
1answer
162 views

How to stop jQuery animations from overriding inline styles?

My problem is a little complicated. I have a navigation menu, complete with dropdowns that rely on the slideDown() animation for functionality. My dropdown has to have a margin-top due to the way ...
0
votes
1answer
221 views

Remove default Html.TextBoxFor inline style

I have a pretty basic form that i render from a view using a model. In this form I have som text inputs like this: <div class="editor-label"> @Html.LabelFor(model => ...
1
vote
1answer
150 views

How to code html newsletters to work with as many email clients as possible

Stack Overflow users generally agree that HTML newsletters should consist of HTML tables and inline styling to ensure as many email clients as possible can handle the code. Some tags including images ...
0
votes
1answer
190 views

Nivo-slider seems to put an inline css height in header div

I am using a template, called Shinra. I want to resize the slider ánd the header, which is anthracite of color. However, it seems like the slider is putting inline CSS in the header div for a ...
0
votes
1answer
505 views

override inline style background-image

I need to override the following inline style: <div class="header" style="background:url(http://domain.org/headers/header_image.jpg) top right repeat-y;"> I have tried the adding the below in ...
0
votes
2answers
152 views

JavaScript: Find all <href> links and add style tag to it with style details like font, color etc.

I have a field where the user can enter some text including links etc. Once the data is saved and the text should be previewed I need to format all the links to a certain inline style tag set on the ...
2
votes
2answers
717 views

Using CSS :before and :after pseudo-elements with inline CSS?

I'm making an HTML email signature with inline CSS (i.e. CSS in style attributes), and I am curious as to whether it's possible to use the :before and :after pseudo-elements. If so, how would I ...
2
votes
3answers
169 views

CSS selector for element within element with inline style?

Is there a CSS selector to target elements with inline styles? So can I target the first span but not the 2nd with CSS only? If not, can this be done with jQuery? http://jsfiddle.net/TYCNE/ ...
0
votes
0answers
87 views

Is there a way to exclude display: none elements on PDF using DOM PDF

I have a collapsible/expandable table. When I collapse (hide) row I apply in-line "diplay: none" CSS style using jQuery. I want to generate PDF using DOM PDF but when I pass DOM object to PDF I get ...
0
votes
4answers
146 views

PHP foreach adding random gaps/whitespace

I have the following PHP. Here I am creating a table, looping through the keys and values of my incoming data, adding them to the rows. When receiving the mail, it is adding random gaps/whitespaces in ...
1
vote
1answer
148 views

Get and set inline styles with PHP

Is there a way to get and set inline styles of DOM elements inside an HTML fragment with PHP? Example: <div style="background-color:black"></div> I need to get whether the ...
1
vote
1answer
110 views

IE9 Adding Inline Width to Elements when display settings at 125%

For some reason, when a user has their display set to 125% from the Control panel, IE9 will add extra width inline to elements like so: <div class="container" id="main" style="width: 1500px"> ...
0
votes
0answers
97 views

IE9 doesn't support inline style for background-color on article tag

I need to be able to manipulate the background color of an article element with javascript like so: $( 'article' ).css({backgroundColor: '#000000'}); or $( 'article' ).css( 'background-color', ...
1
vote
1answer
327 views

ie8 + CSS: using -ms-filter in inline style

-ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='myBackground.jpg', sizingMethod='scale')"; I would like to use the above code as an inline style, something like: <div ...
1
vote
3answers
174 views

Overriding CSS inline

Part of my stylesheet looks like this: ul#secondary-menu li { background: url("images/secondary-menu-bg.png") repeat-y scroll right top transparent; padding-right: 2px; } How do I override ...
1
vote
1answer
139 views

CSS Sprite button (span in anchor?)

So I've got a link, it can be anything. <a href="http://www.domain.com/page" class="readMore"> <span>Read More</span> <a> or <a href="http://www.domain.com/page" ...
2
votes
1answer
76 views

does breaking inline styling into multiple lines affect anything?

let's say I have a very long line of inline styling, for example: <input type="radio" style="visibility: hidden; position: absolute; foo: bar; baz: foo; etcetera: etc; and: more;"> and then I ...
1
vote
1answer
495 views

How to use TinyMCE Style dropdown to add inlinestyle?

I am using TinyMCE, to customise style dropdownlist, I use "content_css" property to specify the css file I want to use, for example: content_css: "css/example.css" Then it will add a span with class ...
8
votes
3answers
4k views

jQuery check if element has a specific style property defined inline

I need to check whether an element has a defined css property given to it, but I'm having some trouble using the jQuery.css() function. The property I'm looking for is width. If the element does not ...
3
votes
3answers
1k views

Override Inline Styles added via JS with CSS

A js plugin is adding a style that is giving me some headache: element.style { z-index: 100 !important; } So i have tried this: html body div#shell div#shellContent div#bottomPart ...
0
votes
2answers
455 views

How do you prevent inline CSS link “color” from canceling out CSS stylesheet link “hover”?

I want my links*** to change color when clicked, but also change color when hovered over. I got a javascript function to change the color when clicked, but it requires inline CSS which is keeping my ...
0
votes
2answers
95 views

css text-align overruled?

I have a <div> with text-align:left - inside that: a <p> with text-align:center. The "closest" property should win = center - but it doesn't all 3 <p>'s are left-aligned ?!? Same ...
2
votes
2answers
634 views

How may I use 'inline' SVG gradient on an element like <line>?

Is it possible to achieve this gradient without having to define it first under <defs>? I'm working on a network map showing network load on links between devices (switches, routers ..). I draw ...
0
votes
2answers
144 views

Trying to 'undo' several CSS options with an inline statement

I'm trying to 'undo' the style in an unnumbered list by putting an inline style statement in the 'li' tags. I have everything looking the way I want except that I'm missing the bullet. Below is the ...
0
votes
0answers
114 views

JQuery script buggy on Chrome on some computers [closed]

Forgive me for it's the first time posting here. I'm having a problem with this jQuery site I'm working on. The issue is with the part of the script that applies css positioning to the slider inner ...
3
votes
1answer
413 views

Branding ForeFront TMG

Recently I've been asked to brand a couple clients' ForeFront TMG login screens, and I was rather shocked seeing it all being pure HTML and inline-styling. Does there exist any tools aimed for ...
8
votes
2answers
2k views

External CSS vs inline style performance difference?

A friend of mine said that using <div style=""></div> instead of compressed css file put as link href at the head section gives some performance boost. Is that true?
1
vote
3answers
571 views

MYSQL remove <font> tags and style=“” attributes

I'm redesigning a web site that has a bunch of tags in the content pasted in from Word. I would like to get rid of every instance of a font tag. I would also like to get rid of all the inline style ...
0
votes
1answer
1k views

How can I “disable” an inline style that is overwriting my CSS?

I'm writing a Chrome Extension to modify the user interface of Squarespace, which "overlays" CSS on top of your website in order to display the browser-based website builder. Let's say this is my ...
0
votes
1answer
138 views

Inline styles in RSS feed?

Is it ok to have inline styles in an RSS feed? Im making an RSS feed for a site which uses content that itself has been imported and contains inline styles. Will these be used or ignored by readers, ...
2
votes
2answers
880 views

How to assign a:hover, a:visited, etc. using the style attribute only [duplicate]

Possible Duplicate: How to write a:hover in inline CSS? I need to generate some self-contained HTML code, so I cannot use any external stylesheet or style tag. One of the requirement is ...
1
vote
2answers
764 views

ASP.NET MVC Inline Styling convert

Is there anyway I can get the all style of a page (even the style in some linked css files) as inline style? For example, I have my css file: body { background-color: red; color: black; } ...
0
votes
3answers
1k views

Wordpress tag cloud: how to remove inline style for font size?

Is there a nice way to remove the inline style from wordpress tag cloud tags? I'd like to set the same size for all tags and do not want inline styles at all if I can help it. Thanks
1
vote
2answers
831 views

Overide inline font face?

Im importing an XML feed which has inline styles applied to its divs like: face="Verdana" I want to override this with CSS. Ive tried this: #containing-div div { font-family: arial ...
0
votes
1answer
165 views

Organizing and cleaning up a large website through best practices

Ok, so I have always felt that had a good understanding of CSS until I got my current job. One of the first things they are having me work on is cleaning up their entire web-based accounting and ...
23
votes
2answers
9k views

CSS Pseudo-classes with inline styles

Is it possible to have pseudo-classes using inline styles? Example: <a href="http://www.google.com" style="hover:text-decoration:none;">Google</a> I know the above HTML won't work but ...
2
votes
3answers
222 views

jQuery losing styles on $(html_with_inline_styles)

In Firefox 3.6 (Firebug console), doing $('<div style="-x-foo:bar;color:red;" />').attr("style") results in "color: red;" Why are the non-recognized style rules lost?

1 2