Advertisement

Over 40 Experts attended the first Annual Core Conference! Take a look at what happened throughout the week...

2008 Core Conference

 

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

 
Time Tested CSS Solutions: 1 - 25 of 1759
 
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...
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...
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...
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...
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...
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....
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 rotate an Image using CSS?
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...
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...
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 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
Hey everyone I am creating a css layout for a new website. So far, I am simply laying out the divs in a 800px wide main container. I am noticing that that IE is 1 px off from Firefox on ...
I have a rather long form that is generated dynamically and one section of it needs to be printed landscape as it is a chart of info.  Id like to make the page print landscape and maybe scale ...
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...
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...
I built a horizontal menu using a spry in Dreamwaver CS3 and I am having trouble figuring out how to make the sub navigation menu items background colors change when moused over. So far I h...
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...