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: 201 - 225 of 3065
 
Hi,  I'm trying to get two Divs to overlap and the top one to be placed over the bottom ones Padded area. Tried the code below but obviously this aligns the top Div to the browser. How w...
The link in the following DIV displays lower on IE than in Firefox Why? and how do I fix it? <html> <body> <style type="text/css"> .mreResult { background: #ffffff; line-height: 14px;...
Hello Experts. I a field set with a form inside a div that I will like to center align. Below is my code. For some reason it aligns correctly on IE but no on Firefox. Any idea why?
I have two divs... <div id="a"></div><div id="b"></div> I want them to display next to each other on the same line but the second div always goes below the first one onto the next line...
I have the below code to send the HTML mime mail. In this mail, i have a background image to be attached. It works and mail goes well.,  When I receive in Gmail Inbox, read the mail, the backg...
HTML <form> tag Question: How to avoid or prevent a line break after and before a <form> tag. As we all know, after a <form> and </form> tag. A line break <br> is automatically created ...
Please look at the codes below. How would I change either the CSS or the HTML (or both) to get: 1) the border to show up on #container 2) the color to show up in the background? Thanks! ...
I'm using the FCKeditor for a project and firefox (1.5beta 1 and 2) is spitting out a bunch of CSS errors and I was hoping there is a way to modify the CSS to remove these errors. 1: "Unkno...
I need to know if it's possible to dynamically mirror an image with javascript, or any other related way. I know how to rotate an image, with the following: style="filter:progid:DXImageT...
Ok, this is the situation I need a PRINT CSS for print a page A4 with always : Same header Variable body (but always full page height, i need also that last page is with header, 1 rows an...
How do I create a drop shadow on the right and left edges of the content area in the web page I am creating.  See similar effect here: http://www2.aacc.nche.edu/fallmeeting/index.html.  It loo...
This should be simple but I've tried a bunch of combinations with no success.  How do I set an inline span or div to cover font-size and color for anchore tags. I've tried this: <span style=...
Greetings, In a sample page here: http://windowsxp.mvps.org/recent.htm IE displays the "Categories" section fine. However in Firefox, the line height setting is not respected and the tex...
Dear Expert, I need to change the hyperlink color in my span tag. How to add the hyperlink css so it can work in the span. Please refer to the code snippet for example Thank you. ...
I have a ul list declared in my external css stylesheet, and for some reason the list image is not showing up. Any ideas? Here is the css list code: ul { margin:0; padding:0; list-style:no...
Hi X-perts, I cannot position the iframe member_menu to the right for IE. It works fine for all other browsers. Any shits i am trying to do (relative positioning with "left" value or just  ...
ok using css if I set the background of a site to a rectangle in the body tag like so body {background-image:url('/images/site/template/contentbg.jpg'); background-repeat:repeat-y; backgr...
Hello, Please see the code below, for whatever reason there is spacing between these images i can't seem to get rid of. Thank you
Below is code of list box i want to hide this <TR class="Header">      <TD>Brand &nbsp;</TD>      <TD><Select name="matkl_1" SIZE="4" MULTIPLE STYLE="width: 200px">           <%           if(lub.canViewAllB...
I have this pure CSS flyout menu at: http://www.local808.com/sitez/default.asp?id=61&p=2&c=0&t=1&action=site it works fine except for one problem. It does not expand or allow for word wrap w...
I am trying to use 2 background image via CSS in a layout. They appear correctly in IE 6 and 7 (go figure). In Netscape, Safari and Firefox only one appears. You can see the page at: http:/...
I do a lot of form building. My standard is to style labels in the left margin, right-justified, and entry fields in the body.  The technique that is getting me closest is to what I need is a ...
Web application issue displaying disabled fields in IE 6. We want fields in which no updating is allowed to be displayed with black text on a grey background. We are using element.disable ...
I have several layers that have images and forms in them.  The CSS is setup to give each layer a background color and border.   When the content, images and forms, is greated than the div i...