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.

 
Top CSS Solutions: 301 - 325 of 731
 
Hello I would like to add a preloader to two images.   In my next question I will provide the link to the page. I saw this link regarding using css instead of javascript, which seems lik...
Hello all, This is a follow up to this CSS question: http://www.experts-exchange.com/Web_Development/Web_Languages-Standards/CSS/Q_23708242.html#a22409230 My next step is positioning fo...
I'm trying to style a table's cell, which is entirely encapsulated by another class like this: <div class="outterClass">   <table>     <tr>       <td class="cellClass">text</td>     </t...
http://www.cityplacetower.com.php5-9.websitetestlink.com/login.html If you view this page in both Firefox and IE, .. you'll notice that I'm getting weird left and right margins beside the 2...
how can I use CSS to make a regular ASP.NET button (or any html button) look like regular text. no background no border....
I need to create a CSS rule that will allow the following to happen: * Text * Text * Text     #Text     #Text     #Text How can I make multiple levels of bullets within a list?
I am currently going nuts over a CSS layout problem.  Best way is to explain with an example below. To simplify what i am trying to do, I have 3 main blocks, top, middle and bottom.  Each n...
I was recently getting help with my site to try and make it work on Internet Explorer.  One of the things that I was told to do is put an "overflow: hidden;" attribute to some of my divs. M...
Hi, I've been trying to get a rounded corner textbox working using CSS with a background image. A sample can be found here: http://www.qecomm.com/header.html It works fine in Firefox ...
I have an image that aligns perfectly on ie7 and Firefox but cannot get it to work on ie6.My css skills are rudiementary ..I am really frustrated with ie6 Attached is the code that gives me...
i have a form with two text fields, each with their own labels. in my style sheet, i defined the label element to display as a block, but the labels still act as if they are inline elements. i...
Hi, I want to create a div that has full height, not 100% so that it only fits my srceen size but go as long as the page is. The reason im doing this is that on a button click i want thi...
how do i use an extra image for the body as this example just colors the rounder corner and then add the 4 images to the corners. I like the 4 images and want to add a 5th . I got this from...
In my code snippet below,  I have content aligned to the left and the right of a parent Div. My goal is to have the height of the main "outside" div 34px. But I can't seem to get the content a...
OK,  I am updating our church website and am trying to get the following design to work: http://www.new-lifechurch.co.uk/testimonies/he-will-be-there/ As you can see, the background does...
Arrgghhh.  OK, I'm TRYING to be compliant and tow the CSS 2.0 line al therefore I am trying to use DIVs instead of tables for layout.  But I can't seem to center this navigation in the header....
<div id='ribbon1'>text</div> #ribbon1 {      float: left;      width: 452px;      height: 109px;      background: url(../i/ribbon-middle.gif);      overflow: hidden;      }       #ribbon1:hover {      backgrou...
Is there any way in CSS to display type in an Outline Format, i.e. white type with a black line around it (similar to what I could get in Pagemaker if I specified outer glow). The purpose woul...
Experts: I have a serious issue I havent find the solution, take a look at my website: www.dannyesquivel.com If you see the website in firefox, everything looks cool. However if you t...
I have a CSS sheet with the footer    margin-top: -110px For some reason this is causing text not to be displayed in Internet Explorer (Works in Firefox) Does anyone have a fix for this....
..I want to show pedigree information like on the attached file either with straight css or css styled tables, but am struggling as to the best way to do it.. ..all ideas welcome
Hi, this should be easy, I'd like to have a background like this: http://www.playshakespeare.com/ How do I put my 'main page' over a background color with a shadow ? kind of 3D. Thanks i...
Hi, I'm relatively new to CSS and am trying to get a footer to stay at the bottom of the page when the content above it expands. Here is a sample page: http://www.qecomm.com/template.htm...
The picture below shows the most basic structure of my page. The Container also has some backgroundsettings and stuff wich shouldn't affect the size of the DIVs. There also is a javascr...
Hi Experts, At the moment, in my company's intranet which I have built from the scratch, I have a roll over images where the images are created from photoshop. I know that roll over can...