2000 organizations, including eBay, Ericsson, and Lockheed Martin, now work smarter with Corporate Accounts. Save over 36%!

 

Having problems asking a question? Have a general question about Experts Exchange? Let us know!

 
Time Tested CSS Solutions: 1 - 25 of 3205
 
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...
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...
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...
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, 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 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 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...
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 ?
is it possible to rotate an Image using CSS?
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...
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....
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="...
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...
Hi, I am new to CSS and ASP.NET I am using Visual Studio 2005 to create the webpage, and using the defualt button fromt he Visual Studio 2005 which generate the code as below     <asp:But...
First, sorry by me english The Next code <img src="images/sunface.gif" style="Filter: FlipV"> create a vertical flip effect only in IE browsers Is posible something like this for Firefo...
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...
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...
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...
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...
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
How can i create a rounded-corner textbox in html (or css) ??
I know this may hurt some of your eyes but I've recently been asked to address a site using MM_preloadImages and the other Dreamweaver javascript. I would like to migrate this to CSS, PHP, or ...
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 want to specify the size of a text area that displays text but with only CSS, is this possible? Example : <textarea name="Data" id="Data"></textarea> #Data {      max-height : 400px; ...