Advertisement

635 organizations, including eBay, Ericsson and Lockheed Martin, now work smarter with Corporate Accounts. Save up to 42%

 

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

 
Time Tested CSS Solutions: 201 - 225 of 2904
 
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...
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;...
Another positioning question.  If I have a div, is it possible to float 4 images so that 1 image is in each of the four corners of this div and at the same time have text flow around the 4 ima...
The unordered lists on one of the sites I'm developing are not rendering correctly in Internet Explorer 6 & 7.  The bullet is appearing at the bottom of the list item instead of the middle of ...
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=...
hi i have 2 images within div tags on my page - i want both images to be centered.  This i have acheived however i want the the 2nd div tag to be ontop of the first - but still centered ...
I am creating a page that people will also print.  In the code attached I have set the top and bottom margins for @media print to 0.  However iE7 still seems to require a large bottom margin. ...
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?
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...
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...
I have a bunch of <ul>s on my site.  Some of the longer lines wrap to another line like so: * This is a short line. * This is a short list item. * This is a longer list item consisting of...
Hi, is there a way to not have the horizontal buttons (menu_h) here http://www.cadante.com/cadante_css/vini.asp break, having half of it on one line and the other part in the next line?* ...
The following is my code...... <div>     <div style="width:300px;height:36px;vertical-align:top;overflow:hidden;">         <img src="http://www.xxx.com/new_xxa/MainImages/Homepage/feature...
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! ...
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...
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...
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 ...
Hello! Maybe you can help me, this problem doesn't let me use div in the good way. I have a conatiner box of height 400px. The width makes no problem. Inside I want to have a header,...
Would anyone be able to point me in the direction of a plug-in extension for DW MX that will create a CSS, vertical expandable menu as shown here:  http://www.cmalliance.org ? Thanks so muc...
OK, I'm sorry if this is a familiar question, but I have been unable to find a solution to my problem. The right side of my web pages are getting cut off when printed from Windows machines, an...
Hi - I can get the code to work most of the time inline, but not with css. How can I make the attached divs float to the left and the right, as displayed, but align to the top? If they align ...
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...
I have a web app that relies heavily on a table with a scrollable body.  The header and footer are stationary.  This works perfectly in Firefox.  I was able to get the table body to scroll by ...
I have the following html in a file: <div id="main"> <h2 style="text-align:center">Heading</h2> <strong>Item:</strong>Blah blah blah<br /> <strong>Item</strong>: blah blah blah<br /...