I made a crude mockup of a site i'm going to build, and I really like the way the drop shadow looks on the page segments. i want to maintain the same style of drop shadow all around the segme...
At the minute I have a site which has its navigation across the top as <ul>'s with sub menus which pop out on hover.
Just below that I have a flash video, which I embedding using swfobject(...
Hello,
The radio button on my site look strange in that the associated text is not aligned correctly. It seems to be sitting in the bottom right corner in relation to the radio button itse...
Hey guys,
Can someone please get the text in this div class to align vertically? Vertical-align:middle; just doesn't seem to do the trick. Is it because I'm declaring the height and it doe...
The websites I have seen till now for designing have a smooth and glossy background even with white color.But if I add the same colors to my website it still looks dull.Also tell me how to cre...
Hi,
I've have disabled links and i've just tried to format them with css, but because the default colour is grey and this clashes with the colour used in the style sheet:
<tr>
<td valig...
The following question
(www.experts-exchange.com/Web/Web_Languages/CSS/Q_21256583.html)
tried to find a way to let a drop-down menu show over a Select form element.
I'm using a Suckerfish...
Hi
I'd like no border for my list box. It is as follows. How can I do that at CSS?
Thanks
<select class="search_item" name="style" size="11" onClick="doDeselect('style')" onChange="do...
I am trying to use 2 background image via CSS in a layout. They appear correctly in IE 6 and 7 (go figure). In Netscape, Safari and Firefox only one appears.
You can see the page at: http:/...
I'm trying use CSS to put a border around multiple all columns in a table row. Neither browser allows use of the 'border' property on TR or TBODY, and while I can use 'outline' in Firefox jus...
Hi
I have a simple vertical navigation system using CSS with list <li> elements. I want to be able to vertical align the entries in the middle of the block that has been created. I tried a...
i've got this:
<button style="background-color: #E8E8E8;width: 45px; height: 20px;font-size: 9;font-face:arial;">Invite</button>
. . .but I'd like to know how to do a gradient fill from ...
On this page: http://www.xylot.net/wwdd/index.php?test
I am testing out a pop-up div login area, with a black partially-opaque div behind it. I managed to get the black div to block out the...
Hello once again
After my last 2 question I finally got the feature working, but after all that I have just tested on IE 6 and it doesn't work!
I am trying to create a photo gallery the ...
I've noticed that IE7 seems to automatically make form buttons 3-dimensional if a background image is applied through CSS (or allows the background color to bleed through if specified). We wou...
I have a selectbox with two values. Onchange I want to update a variable and then recalculate another. I think I have this, how do I change that variables display in the p[age without a reloa...
I have web template that requires an image to aligned to the bottom of the page, the issue i am having is depending on the content of the page the position of the image will need to move to re...
Hi,
I have been struggling with this for a while now.
HOW DO YOU FIX THE WIDTH OF AN HTML LABEL IN IE6x?
The problem I am having is that the CSS width set for a LABEL in Internet Exp...
Hi experts,
I have a site map (Code attached). I just added the bullets in these lists but they are coming up as black color. I saw somewhere on google that, using CSS I can ...
Hi,
How to set up the browser scrollbar to scroll div?
As in all the other div's are fixed except for the one which is to scroll rather having its own scroll bar as in
overflow: scroll;...
I do use button with an image on the left of the button (See code).
When I go over the button the capacity of the button image has to change from gray to a colored button.
<!DOCTYPE HTML P...
i need to center the CSS alert box on screen in any screen size, possible?
<style>
<!--Message box css-->
div#modalContainer { background-color:transparent; position:absolute; width:100...
is anyone able to tell me how i resize a background image in css
in my style sheet i have this class
.image
{
width: 500px;
height: 300px;
float: left;
clear: both;
background-imag...
I need to know if it's possible to dynamically mirror an image with javascript, or any other related way.
I know how to rotate an image, with the following:
style="filter:progid:DXImageT...
I'm looking for a CSS slideshow script similar to this one but with buttons or icons in case people want to skip to a specific image: http://www.jwharrisinc.com/default.asp. The slideshow shou...