On our website http://www.dimagi.com, the items in the jQuery menu near the top of the screen gain a background-color on hover. The hover background-color of the rightmost list item ("About Us") is cut off at the very right edge of the text, seemingly only in WebKit (tested Safari and Chrome in Windows XP).
Can anybody see what I might...
I am trying to eventually do a overlayed image mouseover, and instead of creating double the images to load, I have a masked overlay image for all 9 images.
I will be using "visibility:(hidden or visible)" to show the image on mouseover.
The problem I'm having is that after the "lock" image is adjusted to be on top of the original ima...
Hi.
Swimwire.com is no longer loading JavaScript properly since I installed an update to its Social module, JomSocial. It's something to do with JomSocial, I'm certain, since on the homepage no JavaScript properly works (there's a blue bar along the top that should be clickable and contain the words 'Open Control Panel', but it doesn't ...
I am trying to save a 1 or 8-bit PNG image that looks nice in IE6.
Do you have any suggestions?
I have used Fireworks before, and that works pretty well, but I'm looking for other options.
Thanks!
...
I am creating a small application where I am displaying some text wrapped in 3 divs so I am actually displaying 1 div at a time also there are prev and next buttons for users to toggle between the div's. Now when javascript is turned off i just want to display 1 div without the prev and next buttons. I have and idea that it can be done w...
Basically I want to have that middle blue body part scroll minus the scrollbar at the bottom. I know I can do this with javascript, i'm looking for more of a CSS solution.
On my actual site I have a div that is about 150px high that contains icons/images to do things and then the rest of the content needs to be scrollable vertically too...
This is code of dropdown
<select id="dropdown">
<option value="">Go to page...</option>
<option value="http://stackoverflow.com">CSS-Tricks</option>
<option value="http://superuser.com">Digging Into WordPress</option>
<option value="http://metastackoverflow.com...
There is a funny issue with how IE is parsing/rendering my css. I have the following style defined "background-image: url(/images/leftArrow.png); DISPLAY: block; cursor: pointer;"
but for some reason, IE 7 & 8 are combining background and display to make it one property (see screenshot)
Any ideas?
...
On this page:
http://www.ntelos.com/wireline/main
In both IE7 and FF, but not Chrome or IE6, the layout of this page is very odd. Everything is fine except that the page width is way off. It doesn't occur anywhere else in the site.
The page uses XHTML Strict, CSS, and jQuery to get the parts to work. Any clues?
Thanks very much fo...
I've searched and seen people write about float:clear, but i think I'm having the opposite problem?
My button background image works with float, but when I remove float, I only see the button value text with 0 margin and the background image behind it-the button image is being cropped. I'm sure this is a very basic thing, but I can't u...
I'm working on a site that has a wrapper element, with a left and right sidebar, each floated within the wrapper. The left sidebar (which contains navigation) is clearing the right sidebar and pushing it to the bottom for some reason. I've tried fixing it in about 50 different ways. I originally thought changing the size and or margin ...
I've been struggling with this on and of for ages now. What I want is:
A div 100% of the window height, 50% of the width, left=0%, red
A div 100% of the window height, 50% of the width, left=50%, green
A div 100% of the window height, 800px wide, horizontally centered,blue
So the first two divs form a 2-tone background, on which the ...
I have an unordered list and I want to have the list items have alternating background colors. I'm using bullets in the list. Is there a way to extend the background of the color horizontally to get under the bullet?
Margin and padding just push the bullet away.
...
I just received this awesome help:
http://stackoverflow.com/questions/2144010/is-there-a-way-to-extend-background-color-of-unordered-list-items-to-go-behind-bu
and then I was dealing with the text-indent property to again line up the wrapped text in this unordered list, but lo and behold it looks like IE and FF are handling the padding ...
<authentication mode="Forms">
<forms loginUrl="Login.aspx"/>
</authentication>
<authorization>
<deny users="?"/>
</authorization>
I am using forms authentication, and when i place the arguments cited above, the css formatting I have done for the whole document is not being implemented, it's vanishing. what should i be doing...
I love the new http://thesixtyone.com design. I am wondering how do they proportionally stretch the image to fit the whole background? Are they using CSS/Javascript or other tricks?
...
Hello, first off I would like to say thanks to those who have helped me out before on here.
Ok the problem is this: I have several images which are placed inside a a div called "Banner"
at the top of my web site. I also have a text link to facebook which is floated to the right. They are each centered using the following css...
...
I have a web page that displays images that I don't know their size in advance. I was trying to use the GD functions to make the script resize and crop the images from me " Just before they are displayed.. I don't need caches" but I failed.
I need a script that I can call like this
<img src="display.php?src=blablabla&height=100&width=20...
I need this because I want to make a menu (which is made from a HTML list) appear horizontally.
*I prefer not to use absolute positioning since it might become messy when I start changing the layout of the page.
Edition 01
I would like also to remove the indenting of the sub-lists, is it possible?
...
I have used input type image to display my custom style buttons, but for some reason IE8 shows border even when I set in CSS border to none. In other browsers it is not showing border at all.
input[type=image] {
margin: 0px;
padding: 0px;
border: none;
border-width: 0px;
border-style: none;
background-color: non...