CSS is the abbreviation of Cascading Style Sheets
0
votes
1answer
41 views
if element width is greater than, then execute jQuery code
I have the following javascript right below the relevant html area and it is not seem to be working. I'm pretty sure I have the correct method of getting the width of the relevant div tag but not sure ...
6
votes
1answer
228 views
Dynamic css not applied in my menu (tiles + spring 3.0)
I am using Spring 3.0 + tiles. I have created the common menu with anchor tag for all the pages and applied the css for the same. I am using Jquery for dynamically changing the css class for the menu ...
0
votes
1answer
69 views
resize target div based on clientwidth of other div whose width is set to auto
I'm trying to dynamically resize the width of one DIV (the target) based on the clientWidth of another (the source).
Note: The CSS Style of the source DIV is width:auto;
1st problem: It doesn't ...
0
votes
0answers
191 views
Dynamic css doesn't gets applied in spring 3.0 + Tiles
I am using Spring 3.0 + tiles. I have created the common menu with anchor tag for all the pages and applied the css for the same. I am using Jquery for dynamically changing the css class for the menu ...
0
votes
7answers
319 views
apply css on page load to all DIV elements
Is there a way to format all my tags in a page, on page load, with a css property like this ?
border:1px #000000;
Also, on hover of any of the DIV, the border should change to this :
border : ...
2
votes
1answer
297 views
How do you handle dynamic CSS in WordPress?
I'm in need of some CSS for a WordPress plugin which are dynamic and would like to know what is the best or the most common method. I'm currently using method two but have problems with IE9. So I ...
2
votes
1answer
74 views
using php to serve CSS files
Is this a good idea to serve a css file by php ?
Actually I have a large CSS file which include all media query so I thought to serve only selected section based on the argument passed to the php ...
1
vote
2answers
2k views
Javascript: Change CSS File Dynamically + Cookie
I want to change the used CSS File (<link href="..." />) dynamically using only javascript and to save changes in cookies.
This is a jQuery version that does what I want (ref), but how can I do ...
2
votes
3answers
262 views
How to render a template with dynamic CSS?
I want to create a dynamic CSS file in a view and then render a template which loads that CSS file. Depending on the arguments given to the view, the CSS may have different values at certain places ...
0
votes
5answers
149 views
So the user agent can be faked.. Ok… is there a valid reason why I shouldn't use php to detect the browser?
I have never understood why some people say making custom css for each browser is a bad thing. To keep my page size down and download times fast it makes perfect sense to me to make a custom css for ...
0
votes
3answers
236 views
Dynamically generated css
I am considering replacing a number of static css files with style tags dynamically generated from JavaScript. My purpose is not to build a stylesheet for the whole document, but rather to use it for ...
2
votes
1answer
293 views
Using a database value in a LESS file in Rails
I have installed the less-rails gem as I am keen to use the colour manipulation LESS offers. I need to extract a colour from my database as my themes base colour, and build up from there.
I have the ...
0
votes
1answer
517 views
Changing a style parameter dynamically with Java in GWT
By any chance is there a way to change/alter a style parameter with Java that is used with GWT.
Suppose if i have a component in ui.xml file as ui:field="DivUserNameTop"
and if i want to alter the ...
1
vote
1answer
154 views
CSS concatenation
I have three divs with class widget-area and the below CSS is for the third widget area.
What does below code means?
<div id="supplementary" class="three">
<div class="widget-area" ...
0
votes
3answers
990 views
Change CSS live based on page width
I am trying to add certain styles to the page based on the current page width. I want this to function live. For example, when viewing on a iPhone and rotating the screen while viewing an already ...
-1
votes
2answers
98 views
what type of timer does this site use?
me and my team really working on a site like www.bidrivals.com/us (penny auction site)
i browse it codes
found
<div class="timer online">
<div class="text">00:00:03</div>
...
0
votes
2answers
102 views
Let Textmate set *.php apart from *.css.php files, how?
I am working with dynamic generated CSS files.
To let Apache know, they have to be preprocessed, they have to end with
.php
Now here is the Problem:
Textmate won't discern / differ between ...
3
votes
3answers
535 views
How to get visual studio to recognize a cshtml file as javascript
I am writing a css/js page that has some dynamic parts in it.
To do this i am using a cshtml file containing css/js - i am using mvc.net and returning the css from a controller action.
The trouble is ...
0
votes
2answers
662 views
ASP.net MVC themes changing help
I have a website developed using ASP.Net MVC. Now I want to based on the request(based on the country) I want to change the web site theme.
Ex: for USA - theme 1
for Canada - theme 2
If the ...
1
vote
1answer
533 views
Django dynamic css implementation
I have my little blog app, and I want to be able to change styles (not necessarily all) from admin page. What would be the 'right' way to implement dynamic style loading in django project?
My own ...
1
vote
2answers
858 views
Dynamic CSS based on database info
I'd like to know how to dynamically change my CSS styling based on the number of elements in my database.
Users can choose a certain number of columns, and the number of columns they choose ...
1
vote
5answers
235 views
Why isn't dynamic css more popular?
I normally work on more back-end stuff so I never really thought about it before, but yesterday I was working on a site for a friend and after some frustration it occurred to me that there's no reason ...
2
votes
2answers
8k views
Changing background based on time of day (using javascript)
Okay, I have two different background .jpgs that I want to used as the backgroud depending on what time of day it is. I want the sunny background from 7am to 8pm and the night background from 8pm to ...
4
votes
3answers
1k views
Changing Background for Night & Day using php?
I'm working on a tumblr page. I have two different backgrounds for the html page and I want the DAY background to display from 7am to 8pm and the night background to display from 8pm to 7am.
I ...
1
vote
1answer
555 views
problem treating a jsp like css in firefox, chrome
I am writing a web application for use by multiple organizations which requires custom styling depending on which customer is using my page (the page is "branded" for different companies).
Basically, ...
0
votes
1answer
638 views
Dynamic css on a parent window in Internet Explorer
I like to add a dynamic css file to a Parent window.
I build this code for it:
function LoadJSCSSFile(filePath,fileType,parentBOO){
//-
var fileRef; // Get the file reference
...
4
votes
5answers
3k views
How do I create dynamic CSS in Rails?
what is the best/most efficient way of creating dynamic CSS with Rails. I am developing an admin area on a site, where I would like a user to be able to customize the style of their profiles(Colour ...
3
votes
1answer
527 views
Adding @import statement in a dynamic stylesheet for IE7+
I have a problem with adding a dynamic style element with @import statements for IE. Try this:
var string = '@import url(test.css)';
var style = document.createElement('style');
if ...
0
votes
3answers
664 views
Generating dynamic css using php and javascript
I want to generate tooltip based on a dynamically changing background image in css.
This is my my_css.php file.
<?php
header('content-type: text/css');
$i = $_GET['index'];
if($i == ...
1
vote
3answers
475 views
CSS rule for attribute + sibling in DOM
What I have is a form with one fieldset containing several other fieldsets. For each fieldset, the user can check a box next to the legend and expand that fieldset (in theory, at least). I was ...
2
votes
2answers
1k views
XAMPP Mod_Rewrite & dynamic CSS
I'm running Apache on my local computer (mac) with Mod_Rewite enabled and Allowoveride All set in XAMPP's httpd.conf file.
These are my rules, snippet of httpd.conf file -
RewriteEngine On
...
11
votes
10answers
4k views
Dynamic URLs in CSS/JS
I'm splitting up one of my larger apps and introducing a 'cdn' url to house common objects like CSS, javascript, and images to avoid duplication. What I need to do, though, is have separate URLs for ...
5
votes
3answers
16k views
jQuery css() function changing 'a' property not 'a:hover' property
I'm having a bit of trouble with the jQuery css() function at the moment. It is changing the css value of the anchor element's border-top-color instead of just the anchor element's border-top-color ...
1
vote
1answer
105 views
How would I style the text following a :checked radio button?
I've tried the following:
:checked + *
{
font-weight: bold;
}
With the following html:
<p><input type = "radio" name = "blah" />some text</p>
How would I go about styling ...
2
votes
4answers
4k views
css div overflow and dynamic horizontal size
I have a web page that shows lots of tabular data and each of these tables needs to be placed on one horizontal line. I have mocked up an example below:
<html>
<style>
...
1
vote
2answers
2k views
Question about mouse over and use <ul> <li>
I want to create a drop down menu with submenu, but have problem for one thing, My button appear under the text of main menu. How can I bring it up?
see the source:
<!DOCTYPE HTML PUBLIC ...
0
votes
1answer
1k views
Is it possible to refresh a CSS sheet with an AJAX postback?
I have been learning how to create dynamic images and dynamic stylesheets using ASP.NET 3.5. My reasoning behind this is I have a web page that I want to change the header background image (set with ...
3
votes
3answers
3k views
Facebook like status div
I'm looking for a footer like facebook has but only use CSS to style it no js.
As you can see here http://dl.getdropbox.com/u/5910/Jing/2009-02-03_1256.png it always stays at the bottom even if I ...
18
votes
9answers
2k views
CSS - Separation of Color and Position
I'm just wondering what others do in this respect:
Do you try to keep positional CSS (layout) separate from color/flavor CSS (color, background-color, background-images, font-size and family) ?
Use ...
0
votes
2answers
1k views
ASP.net drop down dynamically styling and then remembering the styles on aborted submit
So, I've got an ASP drop down list (this is .net 2.0). I'm binding it with data. Basically, when the page loads and it's not a post back we'll fetch record data, bind all the drop downs, and set ...
3
votes
2answers
2k views
Using PHP variables in your CSS file in Symfony
I'd love to use PHP variables in my CSS files but I don't want to load up the whole Symfony stack for each file load. Any one have any best practices and/or plugins to manage their CSS files in ...
-1
votes
3answers
2k views
apply CSS dynamically in asp.net 2.0
I have a scrolling div with Three linkbuttons and three differents divs. I need to apply CSS to active linkbutton as soon as button is clicked.The codes used by me are:
protected void ...
3
votes
2answers
8k views
Capturing Print Event via jQuery
I would like to be able to manipulate the DOM just before my page is sent to be printed. Internet Explorer has an event on the window object called "onbeforeprint" but this is proprietary and isn't ...
1
vote
5answers
262 views
Pulling in Dynamiclly Generated (not a static file) CSS in FF?
Is there any way of pulling in a CSS stylesheet into FireFox 2 or 3 that is not a static file?
Bellow is the code we are using to pull in a stylesheet dynamically generated by a CGI script.
...
1
vote
5answers
2k views
Dynamic resizing / repositioning of divs for multi-column viewing
Setup
I have a website that draws RSS feeds and displays them on the page. Currently, I use percentages on the divs that contain each feed, so that multiples can appear next to each other.
However, ...
6
votes
4answers
13k views
How do you dynamically load a CSS file into a Flex application?
I know that you can apply CSS in order to style objects in Flex using the StyleManager:
http://livedocs.adobe.com/flex/3/html/help.html?content=styles_07.html
You can also load compiled CSS files ...
29
votes
8answers
28k views
Wait cursor over entire html page
Is it possible to set the cursor to 'wait' on the entire html page in a simple way? The idea is to show the user that something is going on while an ajax call is being completed. The code below shows ...
10
votes
5answers
6k views
Is there a way to reference an existing CSS style from another CSS style using CSS or javascript?
If I have a style defined
.style1
{
width: 140px;
}
can I reference it from a second style?
.style2
{
ref: .style1;
}
Or is there a way via javascript/jQuery?
--- Edit
To clarify the ...
8
votes
8answers
33k views
How to change CSS class of a HTML page element using ASP.NET?
I have several <li> elements with different id's on ASP.NET page:
<li id="li1" class="class1">
<li id="li2" class="class1">
<li id="li3" class="class1">
and can change their ...
16
votes
8answers
23k views
Reference app relative virtual paths in .css file
Assume I have an "images" folder directory under the root of my application. How can I, from within a .css file, reference an image in this directory using an ASP.NET app relative path.
Example:
...


