Advertisement

Experts have come up with some helpful tips for getting a solution to your problem fast.

 

Welcome! If you have any general questions about Experts Exchange, feel free to ask me.

 
Time Tested CSS Solutions: 226 - 250 of 2904
 
i have a website layout that is both horizontal and vertical centered. I know how create it, but when i add my footer to the site, there is scrolling on the website but not on the footer. I n...
I would like to place links inside a div element so that all of the content in the links will be contained in the div. If the text content is too large for the current line, i would like it to...
I have several layers that have images and forms in them.  The CSS is setup to give each layer a background color and border.   When the content, images and forms, is greated than the div i...
Dear Expert, I need to change the hyperlink color in my span tag. How to add the hyperlink css so it can work in the span. Please refer to the code snippet for example Thank you. ...
Hi, I have a problem with a background image in IE. No matter what I try, IE seems to put a little padding at the bottom of my menu. You can see the menu here; www.aqto.com.au It ...
i have a div where i can give shadow 3d effects using css and javascript. it works in ie. it doesnt work in firefox. pl help.
How do I set the parameters on an html text box? I want the <input type="text" value="Data> change the type of box displayed.  The input properties I wanted to set for the text was the box ...
I have a problem very similar to this one posted in EE: http://www.experts-exchange.com/Web_Development/Web_Languages-Standards/CSS/Q_21898314.html?sfQueryTermInfo=1+between+css+how+item+list+...
Hello, I wondered if anyone would be-able to advise, I trying to build a horizontal menu in the header div on my page using the <li> tag. My code below displays the menu as a horizontal...
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:/...
This is a strange problem that occurs only in IE. I have made a simple page to illustrate the problem: http://www.dhtmlgoodies.com/ee/ee1.html This is a simple <div> with a background...
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 ...
Hi, I am having fun and games with the formatting of a table inside nested divs.  The table contents display shopping cart items.  I have gone for a table because I need the table border gr...
Hi, I'm trying to create a scrollable table with a fixed header.  I found this website: http://www.cssplay.co.uk/menu/tablescroll.html  and the first example is the nicest one to try out (y...
What CSS command do I use to change the cursor to the hand pointer when an input submit button is moused over? The current style info is: .subbutton {      color:yellow;      background-color:bl...
Please look at the simple XHTML/CSS document below. When I click on the link in the <content> div the text of the link "disappears" because it takes on the value of the <sidebar> div a:visited...
I have a menu that drops down on my screen from my header.  The problem is when it drops over a select object, the select object shows through.  Is there some way to lower the precedence of th...
Hi Experts, I need some help with CSS applied to html tables.  I've included portions of my CSS within the html code below. How do I fix the following issues (please address all 3, than...
Hi All, I am wanting to implement similar the following JQuery slide down panel but at the moment I can't work out how to make it slide over the top of my content rather than pushing the co...
how can i set such a dropdown box?
I am having an issue with IE with overlapping images on the following page http://www.swlg.net/competition.aspx If you view in IE you notice that when you hover over the pictures they under...
Hello!! Is there any way that i use child selectors in my css and they'll work in internet explorer 6? any .htc file or something that will help??
OS: Vista Browsers: IE7 and FireFox Language: xhtml and css Issue: I floated left a small strip (10px height) which I intend to be underneath three tabs (see doc) I have tried different px...
I have a table where each cell contains a div with varying amounts of information.  What I am trying to do is have the div resize and "pop-up" over the other table cells like a tool-tip when t...
Hi all, I wish each <td> to change background image on mouseover from buttonoff.jpg to buttonon.jpg. The mouseover could be over the link or (better) over the <td>. I have this:       ...