Tagged Questions
0
votes
0answers
14 views
run-time error CSS1019: Unexpected token, found '@charset'
I have a CSS Stylesheet which contains following code:
@charset "utf-8";
/* CSS Document */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, ...
0
votes
1answer
43 views
How to use Twitter Bootstrap correctly ( adding styles )?
I am trying to figure out the bulletproof way of using Bootstrap correctly. Here is my example:
<style><!-- this is my own class in a separate stylesheet -->
.myClass {border:1px ...
0
votes
1answer
24 views
in css3, use calc() to center vertically with vh and vw
in what has to be a widely used case, using vh for height of a div, and using vm for font size.
css3
div.outer { height: 20vh; }
div.inner { font-size: 3vw; height: auto; }
div.inner2 { font-size: ...
-5
votes
2answers
58 views
Draw vector shapes for background of page
I need to create multiple vector shapes using HTML5-Canvas, SVG, CSS etc
I know I CAN achieve this via DIV's and Z-index etc but I want to find solution using vector graphics so that I can update the ...
1
vote
1answer
59 views
Select element CSS class to match Input element class
I found a nice style for my input elements but now I want to create a style that will look similar (or complementary) for my select elements.
I would like someone familiar with CSS styles to give me ...
-1
votes
1answer
33 views
HTML5 depreciated <a name= in favor of CSS3 id : do i have to
Привет
HTML5 depreciated ' <a name= ' in favor of CSS3 id. Do i have to define every 'anchor id' in a stylesheet?
example of how i'm interpreting what w3c is 'saying'.
<p ...
1
vote
2answers
35 views
How do I modify IE Gradient CSS to use height and a third color?
I have the following CSS for Gradients:
For IE 8-9
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d7d6d2',]
endColorstr='#f9ffff', GradientType=1);
/* IE 8–9 */
-ms-filter: ...
-3
votes
2answers
58 views
Border radius is not appearing in CSS
I have a CSS file in that a table is declared, i want to add curved edge.
if i try border-radius its not coming at all.
This is the code
table.display {
margin: 0 auto;
clear: both;
...
0
votes
3answers
58 views
Site is not styling <p> content
I think something is over riding the styling of my text but im not too sure what it is. In my code i have "#column-right" and "#column-right h1" and it is styling correctly. Now im trying to style the ...
0
votes
1answer
90 views
Override internal stylesheet with external stylesheet, without editing html
I use Joomla 2.5 and I'd like to override the features of a module which's CSS is actually embedded within the tag of the html pages the module is on. So in essence, it uses an internal style sheet. ...
1
vote
4answers
199 views
Transparent layer of text over an image
I have the following markup:
<div class="photo" style="float: left; margin: 2px;">
<a href="#">
<img src="images/image.jpg" alt="My Image" height="240" width="240" />
...
2
votes
2answers
107 views
How to set a menu as selected while selecting its subchild
I have got a task to create menu. I want to set the menu as selected while selecting its subchild. My css file is
#wrapper {
width:100%;
height:500px;
}
h2 {
color:#787878;
}
...
0
votes
2answers
279 views
ASP.NET css style sheet edit
Basically I need to edit a css file and save it.
I have an ASP.NET c# web page and I'd like the admin to change some styles from the admin panel, just some colors, background colors, font sizes...
...
1
vote
1answer
76 views
Run simultaneous animations in only CSS
I'm trying to run two animations at the same time. Everything looks perfect to me, but it acts really wacky and I can't figure out why. I want to keep the entire thing in CSS.
As posted in the ...
0
votes
2answers
82 views
How do I utilize this semi-transparent png so the caption is easier to read in my Jquery slider? (w/ pic)
I have this Jquery slider plugin for Wordpress, and it's just the jquery cycle plugin by Malsup.
Anyway, I added a caption in each slide. I just can't find a color that shows clearly in each slide. ...
1
vote
3answers
165 views
style sheet -moz-linear-gradient no show in web mobile browser?
I have a sample code:
<div class="title"><h3>Test Title<h3></div>
And css
.title {
background: -moz-linear-gradient(center top , #6F6F6F 0%, #4E4E4E 100%) repeat ...
0
votes
3answers
130 views
CSS3 Stylesheet Template
I was looking around and could not find a CSS3 Template to use as a basic starting template. I was wondering if anybody knows if something like this even exists. Basically, I am looking for a basic ...
0
votes
2answers
96 views
HTML Styling Trouble
I am creating a master page for a website and attempting to use a CSS3 dropdown menu in a .NET Web App. The trouble I am having is that I cannot get the nav element to display a background color. I ...
0
votes
1answer
322 views
CSS3 transitions, how to set this code to play in loop
div
{
width:100px;
height:100px;
background:red;
transition:width 0.1s;
-moz-transition:width 0.1s; /* Firefox 4 */
-webkit-transition:width 0.1s; /* Safari and Chrome */
-o-transition:width 0.1s; /* ...
0
votes
1answer
63 views
How would I tag this css with descendant selectors, as recommended in a speed test?
I recently ran a speed test on GMetrix for my asp.net site and it keeps complaining that I should Tag key with 3 descendant selectors and Class overly qualified with tag.
For instance, I have this ...
0
votes
0answers
236 views
CSS3 Flexbox - Flexie.js polyfill - How to target specific stylesheet?
I am using Flexie.js (https://github.com/doctyper/flexie) on a CMS website with a flexible navigation bar.
It all works perfectly.
I just have an issue with flexie.js checking ALL the included CSS ...
0
votes
1answer
211 views
how to change the action link button style in chhtml
i need to display the all button in same style. all button i but the div content and using class name i figured nicely. but only one button i need to put the html.actionlink type. but this button only ...
0
votes
1answer
80 views
adding div to right border page with inverted border-radius
I am trying to use border-radius property for made the effect which shown by image.
The intention is that one corner, turns in the other direction.
I am using a table with three cells but how you can ...
0
votes
4answers
134 views
Center buttons in second column with flexible width?
How do I center the red and yellow blue buttons within #top-menu?
http://jsfiddle.net/qhoc/qKXD2/
My problem is I want #top-menu to stay on the right side and not overlapping the whole screen width. ...
0
votes
1answer
90 views
CSS not applying to body tag
I have the most basic PHP code with just these 13 lines:
<!DOCTYPE html>
<html>
<head>
<link href="design/faq.css" media="display" rel="stylesheet" type="text/css" />
...
0
votes
3answers
131 views
Dynamic Height Element in a sidebar under a Fixed Height Element
I have a fluid CSS layout for a user application. The goal is that the large content area (white) and the dark blue #notiarea will expand to fill the client desktop. The goal would be to have the ...
2
votes
1answer
194 views
Hidden button behind div showing just a tip
In a website I have a list of items. Each one of those items has a picture or a name which i'm adding inside an <article> tag like this:
<article class="client-card">
<p><img ...
-1
votes
1answer
79 views
Is it valid to nest CSS rules?
Is this valid CSS syntax?
li:hover{
css rules ...
span {
css rules ...
}
}
It works, but I'm not sure if it's valid.
0
votes
2answers
132 views
Styling definition lists horizontally with term ontop of definition
I have a piece of code, say
<dl>
<dt>term 1</dt>
<dd>My data</dd>
<dt>term 1</dt>
<dd>My data</dd>
<dt>term 1</dt>
...
3
votes
2answers
420 views
position li tag at the middle of ul tag vertically
I have a ul tag with height:300px and some li tags inside it.
<ul>
<li> some text</li>
<li> some other text</li>
</ul>
I want to position this list at the ...
0
votes
2answers
90 views
Is there a way to increment a number using CSS3?
I'm very familiar with JavaScript, and I realise I can do this with JS, but I don't want to -- I'd rather be able to do it in CSS, or not do it at all, since I stick with the rule that CSS is for ...
0
votes
1answer
209 views
Text shadow color hidden in the stylesheet
Please observe this stylesheet: http://jsfiddle.net/VjhJ4/12/
If you hover your mouse over the anchored menu, you will see that there is a grey/white-ish shadow to the text. Where can I change that ...
0
votes
5answers
130 views
css with background-img doesn't load into div
I have CSS with an image
.backgroundImg {
background: url('./path/file.gif');
background-repeat: no repeat;
width: 24px;
height: 24px;
}
.ui-highlight {
border: 2px solid green;
...
0
votes
1answer
838 views
IE8 Scale Filter
i'm using a CSS3 scale technique on my website, it works fine in Chome, IE9 and Firefox, but I can't seem to get it to work on IE8, ive tried looking at filters but I can't seem to get anywhere.
This ...
1
vote
1answer
717 views
How Should CSS3 Media Queries be Managed?
Since there are many ways to implement CSS3 Media Queries into a website, I would like to know which one is recommended by more experienced web designers. I can think of a couple:
1. All in one ...
1
vote
2answers
64 views
Assign all vendor-prefixed variants to style
Modernizr provides a testAllProps() method which conveniently tests all the vendor prefixed styles of the one given to see if the style is supported by the currently running browser.
However I have ...
0
votes
1answer
62 views
making jqm collapsible transperant
I have a jquery mobile collapsible and i want to make it transperant
I tried following style, but was in vain
background-color: rgba(0, 0, 0, 0.6);
Here is the Fiddle
When i use
background: ...
0
votes
3answers
127 views
Not able to change background color if a <li> has a specific id
I have a unordered list where every <li> has a different ID and a white background. Now when the id = me (<li id="me">) it should change the background color to red instead of white.
...
1
vote
4answers
107 views
How to make div work for 100% height and not only for iframe?
I have a layout with a 100% height for the content area. The problem is that it makes an iframe work perfectly for 100% height, but I cannot get it to work for a regular div. Is there a way to make ...
2
votes
1answer
707 views
Styling a checkbox label with CSS3
I have styled a checkbox using CSS3 and this is working (by hiding the checkbox and putting/styling a label over it). Now I have found some CSS3 created icons which I want to use for my checkbox. ...
2
votes
1answer
83 views
dynamic stylesheet languages & browser support
I am playing around with the idea of using a dynamic stylesheet language to add functionality to the traditional CSS. This would come in very handy for a project I am working on. Thus far I have my ...
1
vote
2answers
84 views
Fixed position throwing of my headers centering unless I set width of header to 100% why?
Let's say I have a header:
header {
background-color: $main-background-color;
height: 86px;
#headerContent {
background-color: $main-background-color;
...
0
votes
1answer
179 views
With CSS image positioning and screen resolutions, how can I best position this picture?
I have a mouseover effect that when a client hovers a flag, a picture above it comes with a little icon of their country and a message, "View this website in English", or "Regardez la website en ...
1
vote
2answers
287 views
Vertical align on image and text?
I have an anchor tag setup like below
<a href='' title='' class='video-author-box hoverbox'>
<img style='height:32px;' src='IMAGE_URL' alt='' />
Username
</a>
The trouble ...
0
votes
1answer
444 views
Center div not working in IE8?
Never had problems with centering divs before but I have been trying to get 100% height columns (which I have achieved for most browsers). I believe that the 100% height is messing with the centering ...
0
votes
2answers
256 views
box-shadow only on one side of an element? [duplicate]
Possible Duplicate:
drop shadow only bottom css3
I've been struggling with this for a while and wondered if there is a way to create a box-shadow that has a blur but only appears on one ...
2
votes
1answer
176 views
PrefixFree.js is loading additional “phantom” styles on my page
I've been using the excellent PrefixFree on all my sites recently, and in general it works like a charm. But today I discovered a very, very strange issue - on only a few pages of my site, when the ...
3
votes
2answers
5k views
CSS Print Layout - Printing on a Single Page
I'm badly stuck and the SO archives aren't helping me. Maybe I'm looking in the wrong place. Here's the short story:
I've got a view that I need to get printed on a single full page. I can't have a ...
0
votes
2answers
199 views
White Border Around Fixed Position Header in Firefox
I'm having a really frustrating issue with Firefox. I just rolled out an update to my site at socwall.com, and all of the browsers look great, except for this one issue with Firefox:
Firefox is ...
11
votes
2answers
921 views
Tool for checking unused CSS selectors?
I know there is an extension called Dust-Me Selectors for Firefox and also that it doesn't look at dynamic HTML generated by JavaScript.
I'm looking for tool(s) that can identify all unused selectors ...



