I'm using JQuery to try to select the textboxs on a form that are not disabled. My efforts have been fruitless since I don't know how to select all the input[type="text"] but also are not set to disabled.
result so far:
$('#signature INPUT[type="text"]');
...
I am working on our new corporate website. I took over for someone else. I just resized the IE8 window to make it smaller and the left side of my page is cut off. I get a scroll bar at the bottom of the window, but it won't let me see part of the left side of the page. There's nothing weird about the site. It's html with some javasc...
I am dynamically adding <link> tags to the page using YUI3 and this works properly.
For testing purposes I have two nearly identical css files which include the exact same background images however when I load the second css file, Firebug shows that more http requests are being made for the same images in the first css file.
The JS
Y...
Hello,
How can I have a constant in a Flex application which I could apply at several places in a Flex CSS file? For example I may have a background color which is the same in several UI components and then I would like to have this color set in only one place and reused in all style clauses. Something like ...
public static const myCo...
i have a menu like fllowing code
Home
Sub Item 1
Sub Item 1.1
Sub Item 1.1.1
Sub Item 1.1.2
...
Hi,
I'm trying to layout field labels and values like this:
Name: Bob
Age: 25
Occupation: Code Monkey
The relevant HTML is
<div class="field">
<span class="reset">End Time:</span>
<span>05:00pm</span>
</div>
<div class="field">
<span class="reset">Items:</span>
<span></span>
</div>
<div class="field">
<sp...
The styles:
h2 {
color: #71D0FF;
font-size: 11px;
font-weight: bold;
margin: 0px 0px 5px 0px;
}
a.box {
color: #FFFFFF !important;
cursor: pointer;
display: block;
padding: 10px;
text-align: justify;
}
a.box:hover {
background-color: #0C0C0C;
}
a.box span.down {
display: block;
color: #D04...
How do I use CSS to define a text input area where digits and non-digits are rendered with different formats (bold/italic/color)?
i.e.
345 dollar -> 345 dollar
Are there anything equivalent to Regular Expression Library fo regex for CSS?
Below are edited
I'm using the Seam framework, any alternatives to achieve this is also welco...
I want to have hover styles on a link, but not on a span which is a child of that link. I've never done it before, but I tried this
.properties #content table th a {
color: #fff;
text-decoration: none;
}
.properties #content table th a:hover {
text-decoration: underline;
}
.properties #content table th a:hover span.sort-di...
Suppose I have this HTML code:
<div class="person">
Mike Mulky
</div>
<div class="person">
Jenny Sun
</div>
<div class="person">
Jack Kickle
</div>
This JQuery thingy will actually filter the matching query. For example, when a user types in a textbox.
$('#userInputTextbox').keypress(function(){
$('div.person').hide().filter(':...
RBGA is extremely fun, and so is -webkit-gradient, -moz-gradient, and uh... progid:DXImageTransform.Microsoft.gradient... yeah. :)
Is there a way to combine the two, RBGA and gradients, so that there's gradient of alpha transparency using the current/latest CSS specs.
Thanks.
...
Suppose I have 2 DIVs , one on top of each other.
How do I align the text of the top one to the TOP , and align the text of the bottom one to Bottom?
...
I'm putting together a map of the US which has hover states that I need to trigger somehow. The way I've built it (and have done this before on a smaller scale with no problem) is to imagemap the main image of the USA, give each area an id, then use jQuery to show/hide an absolutely positioned div overtop of the map. Each div contains an...
Hi,
I am facing a very typical problem that I would try to explain:
I have a user control, (built in .NET and that I didn't created it) that has an overlapping textbox (
The textbox has got a css:clip property and absolute-positioning applied to it. This gives an overall effect of a drop down list cum textbox.
The clever (!!) develop...
You can see how the filename field should look at http://www.plifk.com/henvic/114 and how it breaks the layout at http://www.plifk.com/henvic/159
If I used 108574main-neutron-star-and-a-very-bad-overfow-will-happen-here-so-sad.mpg I would not get an overflow, but in the first line "108574main-neutron-star-and-a-very-" and in the second ...
Hi GUys,
Having a problem at the moment that many of my pages load [using GooglePageSpeed] and seem to load a lot of unused CSS.
If I try and split the CSS - then I get the error that "too many CSS files". I am wondering whether there are any jquery plugins [or other] that are able to RENDER only the CSS for the page that is being load...
Elements with css font-size <12px doesn't have effect in Google Chrome - remains font-size 12px.
What should I do?
My Google Chrome browser uses default settings. My version is 4.0.249.89.
I am using Windows XP.
You can paste the following code to your Google Chrome to test it:
<html>
<body>
<p style="font-size:6px;">test 6px</p>
<p ...
Hi there,
I tried to make a navigation inline list.
You can find it here: http://www.luukratief-design.nl/dump/parallax/para.html
For some reason it does not display the width and height of the LI, here is the snippet.
Can you guys tell me what is wrong with this?
.navcontainer-top li {
font-family: "Verdana", sans-serif;
margin: 0...
I have this:
<a>
Stuff stuff stuff
<input type="Submit" onclick="....">
</a>
The problem is...when I click the submit button, it goes to the instead of onclick.
...
Without knowing good X/HTML we can't use css properly optimize way.....
How to give some example and argument in favor of this... to web-design student Who are trying to learn css more but doesn't know how to use all HTML tag wise-full to work with CSS better.
...