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: 51 - 75 of 3065
 
I'm trying to align a checkbox list on the following form: http://milkshake.compasslearning.com/Customersite/RegForm.aspx Here are the styles applied  to the radiobutton list: .primar...
I'm using the following code to attempt to change the CSS font size.  But it always gives a syntax error.  This is from a function in much, much larger web page.  When used in the web page the...
It's amazing how things so simple can turn into a problem when there is this little thing you overlooked... please help! I have this simple file (see code below) and it works fine on IE7, F...
This is a pretty basic straight forward question, I know there's a lot of tricks out there so I'm wondering if anyone has one for what I'm looking to do... I've made a table using div's, th...
Is there any addon for IE 7 which work like Firebug or Web Developer extension in Firefox? One of the features I need is to modify css and see the result on the spot thanks
I have some CSS code that I've used to format a radiobutton and its label.  I have been using this code to ensure that the label for the radio button doesn't wrap under it if it is shown on mu...
Hello, In a HTML page, I need to have a text justified (left/right). CSS parameter "text-align: justify" should do the work, BUT: in my text, each line is a "last line", thus isn't justifie...
I need some simple CSS/Javascript that will pop up a div on the center of the screen. The problem I'm having is that I can't make it happen 1) above everything else without messing up the docu...
I have the div, ContentScroll, which is set to 100% height with overflow-y set to scroll. ContentScroll wraps around 4 collapsed divs of content. When the collapsed divs are expanded I need th...
Anybody know what the minimum and maximum z-index values are? Are there max/min values at all? Any references of where you got the answer would be helpful.
Hello, I'm making a newsletter and I have read thru many discussions on how to implement CSS in html emails.  I think the best, most fail-safe way (using css) is to make them all inline.  I kn...
I need to assign some style sheet settings for all input text and buttons. Input text and buttons have different font-size settings. I use <input type="text" ...> and <input type="button" ....
I am using text-align: -moz-center; to align my text in Firefox, with a conditional <!--[If IE]--> to add text-align: center; for Internet Explorer. Obviously this works fine for FF and IE. ...
Hello. I want a <div> tag to be 30% red, but semi-transparent. How can this be done? Thanks!
Hi, How can I make my text alignment "center" with CSS? I have found that float is used for text alignment but it doesn't include center just right and left and none. Can you help me with thi...
Hi all, Can i set the scrollbar width on a html component. a multiline textbox for example using CSS? I'm doing something like this : http://www.killersites.com/newsletterFiles/scrollin...
It seems as though style=""word-wrap:break-word"" in my <td> tag doesn't work if I have <pre> tags inside that <td> tag such as "<td style=""word-wrap:break-word"" ><pre>" & fieldname & "</pre...
I need help... I'm creating a website for a photographer friend of mine, and I'm trying to create drop down menus that look like the ones created in flash on the homepage http://mjg.moruse...
Hello, mentioned below you find the code for a simple website. I do have a header with a green part of width 400px at the left side and a red part of width 400px at the right side. If I hor...
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; ...
I don't have access to the server-side code that generates the table described below.  I need to have these rows show no height when completely blank in CSS, but I have tried everything resear...
Dear all, Is it even possible to set the border color and drop down arrow of a SELECT box? I have tried every way I know to do this but without success. I also have tried the solution ...
I do use button with an image on the left of the button (See code). When I go over the button the capacity of the button image has to change from gray to a colored button. <!DOCTYPE HTML P...
I am displaying pictures dynamically in a div that is 150x150. If a user uploads a picture that is not square, I maintain the aspect ratio, so there is some black area(bg color) at the bott...
i want to position  "inner"  on top of "outer"  using a specific relative offset to "outer" (top left corners relative to each other) i can't quite get this to happen. +----------------...