Advertisement

Experts Exchange is proud to recognize the top Experts of 2008. Alter egos aside, these Experts are technological superheroes!

 

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

 
Time Tested CSS Solutions: 1 - 25 of 1740
 
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, 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...
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 ...
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 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...
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 ?
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 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 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...
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....
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...
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>...
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...
The snip shows a footer div and associated css that displays a 'pretty' footer with various links. The footer is floating and appears at the bottom center of the browser window and repositions...
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, 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...
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 ...
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 ...
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
In my first stab at a CSS-based site, I've been able to solve most of my problems with a little google action, but this problem's not coming up for me. I have a fixed-width page, and I'm ce...
Hi folks, first off, apology for asking what's probably a dumb question thats already answered here if I knew what to look for and how to apply the answers. I'm a database programmer who proba...
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="...
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...
Hello, I need to vertical align a div layer on the absolute bottom the page. I want it to ride the bottom of the browser window. I tired vertical-align:bottom; to no avail, is this possible...