Hi I have a dynamic menu where the ul li items change in width depending on the text set in the CMS (Joomla). They want the menu item, on mouse over, to both have 1. a repeated background image and 2. an image placed at the top (http://screencast.com/t/Zjk4YTJmNGQ).
Now, I'm great with doing the repeated background image on a mouse over...
Hi,
i have this page.
login: [email protected]
password: m
As you can see in IE7 the selects for the age, and radio buttons are not well organized. In FF and IE8 no problem.
Any idea?
Regards
Javi
...
I'd like to make a css animation where a div (centered on a screen using top and bottom properties) expands by setting top and bottom to 20px.
Is it possible? When I try to make it happen with:
-webkit-transition-property: top, bottom;
-webkit-transition-duration: 0.5s;
animation is not performed. Am I doing something wrong, or is...
Hi All,
I have a simple test page with a single styled button. I'm using a:hover when you hover over the button. However, when you click the button the a:hover style remains until I click on something else. How would I fix this and why is this happening?
Thanks,
rod.
<asp:Content ID="indexContent" ContentPlaceHolderID="MainContent" ru...
I have jsp page that contains<span class="requiredFieldsMessageAsterix">*</span>
I use a jsp include to include this on another jsp page as here
Date of Birth:<%@include file="/jsps/includes/requiredFieldsLabel.jsp"%>
This works fine. No new line.
However when I nest this include within another span as here :
Date of Birth:<span id...
I currently have an XML document which basically consists of several conversations between people just like an IM conversation.
I have each conversation displaying how I want to so far, except I want each name to be a unique color for readability.
How I have it is that the XML is transformed into HTML with CSS. I'd like to use XPath a...
Maybe all of you saw Apple’s HTML5 showcase. The thing is, they didn’t put anything downloadable online, am I right?
Has anyone found a 360 example like theirs that we can download and use as is, instead of going through the Safari reference book?
Thanks.
...
I have a z-index problem here: http://ratingscorner.com/product_rating.php?alias=Peoples-Education-Society-Institute-of-Technology-%28PESIT%29-100-feet-Ring-Road-Bangalore&product=Colleges
The first level menus go behind the content area. I tried to give the header a higher z-index and it helped, but in IE the slideshow still doesn'...
Check out the following screenshot:
http://www.jesserosenfield.com/beta/descenders.png
My problem is that descending (like the "7" in the screenshot) numbers are vertically aligned with the bottom of the span, while other numbers are vertically aligned more towards the middle. Is there a way to "equalize" the vertical alignment of all n...
Take a look at the following website: http://driz.co.uk/mars/index.html
If you look at the jQuery slider thingy at the bottom right in IE6/IE7 you will notice that the orange arrows appear behind the white gradient overlays even though the z-index of the arrows is set to higher values than that of the overlays.
It works fine in all the...
Hi, my problem is that the gray textbox goes down when im on Internet Explorer 8, i tried with {top: 0px} and other things but I can't get it right...
Preview
http://i265.photobucket.com/albums/ii213/omegakenshin/other/rEdHellCorner.jpg
And here is my code...
<div class="textboxS">
<img src="images/textbox_corner.png" alt="redCorne...
My accordion is working properly, but I'm having a JS issue that are prohibiting it from displaying correctly.
http://jsfiddle.net/frEWQ/4/
The JS is not applying .ui-corners-all to the H3 after the "kwick" div below it has finished collapsing, giving an odd cut-off border after the animation
Any suggestions?
Thanks
// fi...
Is it possible to make it so that a jqGrid will have a width set to 100%? I understand that column widths must be an absolute pixel size, but I've yet to find anything for setting the width of the actual grid to a relative size. For instance, I want to set the width to 100%. Instead of 100% it seems to use an odd size of 450px. There is ...
I have a bunch of 200X120 thumbnails and a bunch of high quality images, Apparently when I just resize the thumbnails with img size the quality suffers, so we are loading two images from the server the image thumbnail and the actual, I am just trying to optimize my site for speed a little saw someone mention embedding thumbs in the image...
I have image in website's header as background. Now, when page is loaded, I'd like to move it slowly from left to right (about 100 pixels) and then stop. Is there any not too complex way to do that?
...
I'm trying out ASP.NET MVC 2 by going through the "NerdDinner" tutorial. But apparently version 2 of MVC doesn't create a Details page the same as in the tutorial, and you get divs with css classes on them to style. However, I want to get the style where each label is followed on the same line with the field, and I can't do it, I get the...
Hi,
I have just normalized the font size with this:
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, labe...
I want to fade in a background of an entry within a div - this is to show the user what the most recent entry is on page load.
I want it to do it on page load, without having to click or hover or anything, just when the page loads.
I have this:
$(document).ready(function() {
$('#box').fadeIn(5000, function() {
// Animation compl...
Simple problem - How do I get these two divs to share the same line:
<div style="width: 200px; padding: 0; background-color: #f00; float: left; display: inline; ">Lorem ipsum dolor sit</div>
<div style="margin-left: 200px; padding: 0; background-color: #0f0; float: right; display: inline; ">Cum sociis natoque penatibus et magnis dis par...
Let me start by saying I am a CSS newb. I am using wordpress and my post heading (h2) is displaying the color of the links on the page. I would like to keep all h2 headings black while all other links would be red. When changing the link color in the css, it also displays the post heading red as well.
How can I override this? I am s...