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: 2426 - 2450 of 2904
 
hi i have this... body {      margin: 0 auto;      width: 48.750em;      padding:0;      font: 0.7em Tahoma, sans-serif;      line-height: 1.5em;      background: #fff;      color: #454545; } html>body {...
i cant get my page to center in firefox. <body class="default-body">         <div class="body-center"> .default-body {      margin: 0px 0px 0px 0px;      text-align: center;      vertical-ali...
I suspect this is an easy fix, but Ihave been struggling with it for a while. I have a DIV on the following page that is gettign cut off at the bottom if the content in it is too long. I am no...
I'm having a Firefox / IE div display issue. Refer to this test page: http://www.keithhopkin.com/test/divtest.htm Each one of these examples uses a floating image inside of a div conta...
I  have a frustrating html table.   This particular cell wants to take up half the screen.    (Only in MSIE)           <td class="menu" width="150" valign="top"> I've tried to constrain...
mac safari compatible menu using javascript...... Actually i am developing site in which i have main menu ,submenu   do you know any javascript for menu which will work or compatible with ma...
Hi Experts, I'm trying to float an image and link in the bottom right of a container but can't seem to get it, you can see what i've done so far at http://217.174.253.106/headzup/artwork/pa...
I have this style code: /* Sub level menu links style .horizontalcssmenu ul li ul li a{width: 205px; /*width of sub menu levels */ padding: 2px; border-width: 1; background: #FFFFF; /**/...
Here's what I have, but its not working... its a little off.. im looking for an exact 3 column layout. the content_container is the main container, with the 3 columns inside it. there is a...
I'm trying to turn a graphic into a pure css solution without images. Here is the button I'm basing it on: http://www.dreamsdiscovered.com/images/editYourProfile.gif Here's my html to rep...
i have a set of radio buttons on the brower screen they look perfect, but when the printing of the is awful.  They are not  in  aligned. they are in a td = td.width_200 {           width: 25%;      ...
i have a .classname:hover for a div which changes the bg color. it does not work in IE thou, is there an easy fix?
my list is being rendered in reverse order. I CANNOT just reverse the order of the list in the markup to make up for the float:right reversing it.  DOES anyone know of a workaround for this...
Hi I'm wanting to get my Wimpy Player code to validate (Transitional). It comes up with the following errors. Can anyone advise me on how to change it so that there are no errors? Much appr...
HI, does css3 work in any browsers at this time. I tried to do some examples fromthe article,   alistapart.com/articles/boom where it uses css2 and 3 to format for printing specially ...
hey all, i want to use a small image for the borders of a table. how do i do this? For instance, the dotted lines are too long, so i want to create a 1x2 image that i could use for the borders...
My page is here: http://stage3.epangea.com/illuminatinginteriors/productlines.htm In IE it looks great but in firefox the content flows over the footer, it doesn't expand its containing DI...
I basically have one div tag that is going to over lap another div tag... <div> <div id='inner'> Some dynamic content, can be any size..... </div> </div> I need to have the outer div t...
I'm designing a generic eForm asp app.  The fields are meant to be displayed within a div as sub divs with absolute positioning.  The fields have their x & y co-ords specified in a database, a...
I would like to convert the code below to use the sytle sheet border-spacing property instead of html cellspacing. In the example below I have the first table which does not use CSS. In the se...
hey all, i have a <td> with a link in it. i was wondering if there was a way that i could make the whole <td> clickable. so.... instead of doing this <a href="viewWinnerDetail.asp?winner...
is their a way take a div that has a solid background color and only show a certain percentage of the visabilty? IE if the back ground is red then i only want the visability to be 50 percnt.
I wish to shading a sentence in my website. to give a shadow to the letter. how can I do it? thanks.
In a dynamic menu, i want all my links to appear non-underlined. heres a snippet from the code .current_main {     FONT-SIZE: 18px;     TEXT-TRANSFORM: lowercase;     COLOR: #B5DAF9; ...
Hi,  I tried the solution for the same question asked here before I tried that div.page class and writing mode:tb-rl When I have a normal text in the <div> It works absolutely fine H...