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: 1 - 25 of 3065
 
Hello, I've been searching for a way to disable the select box (<SELECT>) border. I succeed to remove input text borders using "border: 0px solid;" but it seems it doesn't work with SELECT BO...
Hello, I'm trying to set the height of the first row in a table to be less than the subsequent rows in the same table. I'm using <tr style="height:10px;">, but it's not setting it that s...
Hi, Is it somehow possible to change color of small rectangle (where check mark appears when checkbox is checked) and border color of this rectangle? I can't find these attributes in style ...
I have nested div where I want the height of the outer div to be fixed, and for the inner divs to be truncated if too tall to fit inside. The inner div's should also be centered vertically if...
Hi, my code is as below.  If you open it in a browser sometimes it aligns to the right of the page perfectly!  However - sometimes when you resize the window there is 1 pixel that is still red...
my problem: i use an iframe on my page. i tried to get rid of the border. what i tried was <iframe .... style="border: none;"> but didnt work. how can i hide the border ?
I have a div tag that is going to receive more text than it can normally display based on the size limitations I have given to it.  In order to compensate for that I have used the "overflow:sc...
Using: IE 6.x Hi, I have a couple of DIV tags that start out with a visibility of "hidden". The problem is that they are hidden but they are creating unwanted whitespace in the page layo...
Is there a way to center a div using CSS? NOT text-align -- that centers the TEXT inside it, but not the entire div. I do NOT want to center the text. If I use align=center it works perfec...
I was wondering if cell-spacing is actually available in CSS? I am currently using the following CSS code to display a table and the spacing between each cell seems to be 2px, not 1px as spec...
Working on this site:  http://www.hoghoneys.com/example1/ - and thanks to George, I have been using the overflow method some :) I am thinking that if I would place the sroll bar on the outside...
I have the following divs and stylesheet my problem is the following: firefox: when the current div is clicked, the new one shows as supposed to, but the current one sits underneath the s...
Hello experts, I have a javascript/css combination that does an expand/collapse vertical menu for me as follows;- <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3....
Hi, Is it possible to make the left, middle & right parts of my page extend to the bot <div> tag. Currently the height is set to 70%, I want it to finish exactly 60px from the bottom regardl...
One of the most common things that needs to be done but is the hardest is to vertically align something in the middle of a div. Right now I want to verically align some text in the middle. I c...
Dear Expert, Some of my forms have radio buttons with long labels.  When the text is too long, it wraps underneath the button, which looks terrible, instead of just under the text.  In othe...
I am trying to use css positioning <div> and <span> to relpace table. I am now facing a problem: div.row {   clear: both;   padding-top: 5px;   padding-bottom:5px;   } div.row span.l...
Hello. I want to use CSS to make it look like I have "cropped" an image. I have an image that is 192 px wide by 96 high.  I want to hide the top 15 px.        <div class="cropme" id="...
is it possible to rotate an Image using CSS?
I have a webpage with a div named "#Block1", containing two divs named "#topLeft" and "#topRight."   Is it possible to put a button in #topLeft that brings up a div named "#descriptionLong...
Hi, I need to put in some combo box in my ASP.NET page <asp:DropDownList ID="DropDownPrefix" runat="server" TabIndex="4">                         <asp:ListItem Value="0">Select One...</as...
Hello, I want the following text:       "This text is running up hill" to be displayed at a 30 degree angle, so that the last letter is higher than the first letter. Can this be done ...
I'm trying to get a list circle to appear for each li - below is my css, but even adding "list-style-type: circle" to the ul style makes no difference.  Any ideas? Look forward to your comm...
This is some test code I'm working on to see the different effects across browsers: <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <title>bob</title>...
Is it possible to set everything to nowrap through css?  I can set nowrap=true in firefox, but IE doesn't seem to want to listen.  Anyone have a fix for this? Thanks, Stank