A style sheet is made up of style rules that tell a browser how to present a document. Its contains the CSS that is used in HTML file. Questions having the problem related to design will come under this tag.
0
votes
2answers
91 views
Adding HTML to Wordpress CSS Stylesheet
Is is possible to add an html code to a css style sheet? like setting an css code to work with the html to pass through?
0
votes
1answer
21 views
rails3: how to change the <body> color for the views of only one controller?
In rails3, I want to have all the views in a specific controller(groups_controller) to have a different body background color. I have a stylesheet groups.css with this rule:
body { ...
0
votes
0answers
19 views
Global Stylesheet
What's the best way of implementing a global stylesheet that effects all directories of a website? I know it's possible to link to a stylesheet in the above directory via href="../style.css", however ...
0
votes
1answer
30 views
GWT Stockwatcher tutorial - automatic resource including
I'm following the GWT tutorial (GWT Tutorial)
The section regarding automatic resource inclusion says:
For StockWatcher, you'll follow the preferred strategy. Rather than
put links to the style ...
0
votes
4answers
79 views
Center a H2 inside a div element
I want to center h2 inside #top but vertical-align:middle doesn't work... I have no idea what to do!
#top {
display: block;
position: relative;
height: 100px;
background-color: ...
-2
votes
2answers
80 views
Need to develop look & feel of an ASP.NET site another website
I am trying to create masterpage and necessary styles in my asp.net site.
I am trying to replicate the colors, styles from the below website.
www.power-tek.com
I am trying to find which is the ...
0
votes
2answers
136 views
Giving Borders to the dynamically added HTML table
I have a HTML table added dynamically in my Code behind.
I am able to give the entire table a border.
How can I do this for each row? I want to add a border under each row.
How can I add a ...
0
votes
1answer
240 views
How to add a css class and give style in asp.net page or its code behind
I am using a asp.net aspx page which has a master page. There is a custom control and it does not have cssClass attributes or style attribute. It autogenerates div ids and i want to assign a css just ...
2
votes
2answers
215 views
IE8 doesn't apply css display dynamically
I'm trying to develop a table that hides its columns upon a given value. I am using a solution discussed in another SO question. As part of the suggestion there they say that to support IE<8 ...
0
votes
0answers
28 views
Can't get actual size from qss stylized QWidgets
I can´t get the real size of the widgets that i stylized with a StyleSheet in QT 4.7 after adding the contents.
For example, i want to get the size so I set an offset to the widget when shown so it ...
0
votes
1answer
92 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. ...
0
votes
0answers
47 views
page won't load stylesheet and scripts in chrome
I'm building a site with a text editor and this wierd thing happened where the stylesheet won't load, basically it's not showing up at all. There are also some referrals to scripts in the heared and ...
0
votes
3answers
58 views
Jquery code is returning true when is not supposed to
I have this code in jquery to add diferent css styles according to the browser since i can't get stuff in the exact same place.
This is the code that adds the link to the style sheet when the user is ...
0
votes
0answers
30 views
Redirect issue in Fromsauthentication in asp.net 3.5
I have developed a asp.net3.5 website and deployed it on hosting server.Now when i logged into this website, style sheet not working properly.I am using Formsauthentication.
I put the following link ...
0
votes
0answers
20 views
Accessing Provenance of Style Applied to Element in Javascript
I would like to be able to query with Javascript where a particular CSS property was assigned to an element. For instance, if an element's height is 40px, I would like to know if this was assigned via ...
1
vote
1answer
95 views
how to use pseudoclass :before/:after?
hello I'm having problems through using css pseudo classes :before and :adter to echo out different error messages that comes from php on a div layer.
beside the input field i would like to display a ...
0
votes
1answer
74 views
CSS is distorted by php file [closed]
I'm starting up a project webpage to build in my free time, and was working on a php file for a search bar when I came across this problem.
My homepage and php file are both linked to the same css ...
0
votes
1answer
331 views
CSS Print Stylesheet: hide everything except specific image, show that full-page
I'm trying to build a stylesheet that prints only a specific image, and sizes the image to cover the entire page.
In my media="print" stylesheet, I have:
@page {
margin: 0.5in;
}
body {
...
0
votes
1answer
229 views
Wordpress child theme multiple css files
I have a wordpress theme that has more than one style sheet.
I want to use child theme method and I have had success with importing a style sheet.
example:
@ import url ...
1
vote
1answer
65 views
Is it possible to load a local css file to the browser for certain domains?
Using developer tools, I can amend a css file for a site I'm currently viewing in a browser.
I want to, effectively, do the same - but instead of amending the css file, loading a local css file, just ...
0
votes
2answers
134 views
Single Stylesheet Multiple Pages Dreamweaver CS6
I have 2 pages that share the same stylesheet. How do I make changes to one, without affecting the other? I am new to coding, so please be specific as possible.
For Instance: I have a main image on ...
-7
votes
1answer
50 views
How to center a div
#container {
width: 960px;
margin-left: auto;
margin-right: auto;
height: auto; }
#large_box {
text-align: center;
width: 960px;
margin-left: auto;
margin-right: auto;
height: auto; }
#searchbcid {
...
1
vote
2answers
123 views
css - how to place div using z-index?
hello i have a short question on how to place a div class.
i have two error layers with some error messages that i would like to echo out. for each of this error message layer i have a div class:
...
0
votes
4answers
60 views
How to autosize a div?
I have a short question on how to autosize a div class.
I have some error messages that i would like to echo out. for this errormessages i have a div class:
.wrapper form .error {
color: #ccc;
...
1
vote
2answers
75 views
Does Chrome have stylesheets on my computer, too?
For example, an anchor tag, if not explicitly given a style, already has a style. It is blue, it goes purple when visited, and changes the cursor on hover.
Where does Chrome load these styles from?
...
0
votes
1answer
53 views
Ruby on Rails stylesheet rendering files and application.css with common css
I'm wondering what application.css is for? If I'm creating a new file for header and footer so all my pages can just include header and footer page, do I just put all common css syntax in ...
1
vote
1answer
144 views
Change css stylesheet with javascript using cookies
My website has 5 pages. I would like to allow user to change the look and feel by clicking on a hyperlink. I would also like the changed style to be stored in cookies. So when I change the stylesheet ...
-2
votes
3answers
38 views
rails pipeline css file
I am using rails 3.2.12 and created a css file in assets/stylesheets/equipment.css to go along with a controller called equipment_controller.rb. This stylesheet isn't working. What do I need to do to ...
0
votes
1answer
128 views
How to override a website's template's stylesheet by CKEditor 4.0's default one
When I incorporate CKEditor 4.0 with an HTML page without any styles or stylesheet associated, the editor looks fine when it comes to exhibiting bullets and numbers.
However, when I apply the ...
1
vote
4answers
218 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" />
...
0
votes
0answers
120 views
css properties in a pushbutton are not overridden in :checked ? (Qt qss)
I use this in Qt 4.
The code for both:
QPushButton#groupBoxTitleExpand
{
min-height: 25px;
max-height: 25px;
border-style: solid;
border-width: 0px 17px 0px 3px;
border-image: ...
0
votes
1answer
71 views
CSS Rule Set not apply correctly
Alright, heres the css I'm working with.
input{
border: 2px solid #000;
background-color: #808080;
color: #fff;
}
As far as I'm aware, this should effect every input thats on a page that this ...
0
votes
1answer
101 views
How to properly display html encoded Chinese Characters horizontally on web page?
I having trouble to display chinese characters in a horizontal format. I tried a few combinations using this css stylesheets.
My CSS:
.myborder{
border: 2px solid;border-top-left-radius: 50px;
...
4
votes
2answers
183 views
Attempt to add a rule to a CSS stylesheet gives “The operation is insecure” in Firefox
I'm using Greasemonkey and trying to add a rule in a specific domain. But it results in an error saying The operation is insecure.
The code works fine on Chrome.
The script runs on ...
1
vote
4answers
46 views
Css class definiing multiple fonts inside the same style
In my css class, I see this style defined:
.x-window-dlg .ext-mb-textarea {
font:normal 12px tahoma,arial,helvetica,sans-serif;
}
Now tahoma,arial and helvetica are all different fonts. So ...
2
votes
3answers
66 views
Linking a stylesheet to 1 Div and only 1 Div
I am building a html editor for a site.
I need to preview how the HTML just typed by the user will look in the destination site, so I need to load that sites stylesheets, but I only want those ...
0
votes
2answers
50 views
common properties of addStyleName() expressing over setStyleName() or even setStylePrimaryName()!
I am new to GWT and was learning it through some examples running in Eclipse. In one of those programs for a button I added setStyleName(class) (also checked with setStylePrimaryName()) and added one ...
0
votes
0answers
56 views
How could you make a widget float up the border over its parent? (Qt)
It´s a custom QGroupBox.
It has a button on the top, and then a frame under it with the rest of the contents. The button makes the contents hide.
I wan´t to do this (they float over the top. But the ...
0
votes
0answers
55 views
QGroupBox title styles won't work on Mac
Is there any kind of problem stylizing with a QSS sheet a title of a QGroupBox?
I used this style:
QGroupBox#parametersContainer::title
{
background: qlineargradient(x1:0, y1:0, x2:0, y2:1, ...
0
votes
4answers
227 views
Optimizing conditional statements (PHP and JavaScript)
I have been using two types of conditional statements of my own creation on my website. I use these statements to detect browsers and to output different stylesheet. (I know there are better and more ...
1
vote
2answers
72 views
stylesheet link rel and shortcut icon link rel override each other so I cannot use my stylesheet and icon at the same time
Here is my problem, I have 2 link rel tags in my html index header. One tag is for my stylesheet the other is a shortcut icon link rel to use a icon in my browser tab (fyi using FF19).
<link ...
0
votes
1answer
83 views
div moves into another div on windows resize
When I resize window, the right floated div moves into centered Div. How do I stick the right floated div on the right so it doesn't move when window is resized?
<div id="topbar">
<div ...
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
1answer
61 views
Flex CSS does not support align manipulation?
I am using Flex 4.9. I thought that with the newest SDK, they finally made Flex and CSS components tags to work. But they did not.
I tried to set horisontalAlign and verticalAlign of spark HGroup vie ...
1
vote
1answer
121 views
Cookie issue with remembering different stylesheets
I am creating a website which allows the user to change the colour scheme and the text size. I am using cookies so when they change the page it remembers which colour scheme/text size they have ...
0
votes
2answers
108 views
Change dynamically the stylesheet depending on document mode
is there a way to change stylesheet file dynamically depending on if the document is in edit or read mode?
What I would like to do is to add the following code to the "compute value" option of the ...
0
votes
2answers
90 views
Right aligning buttons/ content in a header and footer divs
I am trying to aligns some buttons right on my header and footer. but currently they are just somewhat right aligned. The code is here: http://jsfiddle.net/fXzX2/ and you can see the "demo" here: ...
0
votes
2answers
414 views
Changing width of textbox using css
I have css class like this:
.new-fld input[type="text"]{width:418px !important; margin-bottom:0px !important; height:18px !important; background-color:transparent !important; color:#FFF !important; ...
0
votes
1answer
25 views
Excluding a particular style of element
I have defined a style for input elements in HTML,
e.g.
input { font-family: Cambria; font-size: 13pt; }
So it by default applies to all the input elements I write in the page.
Now I want one ...
2
votes
2answers
412 views
Is the Qt 5 dark Fusion theme available for Windows?
After some research I found out, that Qt 5 now offers a so called Fusion theme which is desribed in one of their blog posts. I really like the theme with the black color configuration you can see in ...



