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: 2351 - 2375 of 2904
 
Hello, I'm having an issue with some code and I can't quite figure out what is going on.  I have a main table and I'm relatively positioning content blocks inside so that it will look the same...
I'm working on a <td> element with width and height values with no units <td style="width: 7; height: 86;">.  No units are expressed with the 7 and 86, what are the units?
Living and learning-I've just reworked my entire new website to insure that all the pages displayed properly in IE7, Safari and Mozilla. Voila--I succeeded! But...I then went to test in IE6. W...
Hi, I'm using CSS and trying to place a dropdown over an image and i can get it to work on IE but with Mozilla FireFox the dropdown is displayed behind the image. How can i get the image to...
I'm creating a PDF with domPDF (a php pdf generator) whose output is HTML. It seems it does not like any CSS. Is it a common standard that PDF's created via HTML are all 4.01 Transitional code...
Trying to learn CSS in greater depth. Here is the header file I'm working on: http://www.bodyartforms.com/inc_header_asp.asp On the bottom black bar with the navigation links I've got a fe...
Hi In my follow up comment I will include the url.  I have a large header image that is a background image.  I need to create a link (to go to the home page). What's the best way to do t...
Hi, Do someone know why this css class does not dim the background? if you have an alternative one please provide it.
I have multiple areas of our site that i want to appear innactive until the user clicks on it, then it appears active. To pull this off, i need a code that will make a table or a cell or a...
Are both of these valid? .abc {text-decoration: underline; color: red; !important} .xyz {text-decoration: underline; color: red !important}
<div id="foo"> ..... more markup ..... </div> Assume all CSS rules for the content inside have an id selector of "foo" as the prefix Examples: #foo p{...} #foo #myspan{....} Is ...
What is the code to acheive this, my css is very limited, but this is needed for the design of my site.
I would like my site to be centered when requested. So, regardless of the user's monitor size, the site is always in the center. I tried using the HTML element <center>; it does work; but ...
Here: http://www.cantinho.org/test5.html I have a "underline" on over, defined like this: .linksprincipais#navigation ul li a:hover{ border-bottom: 10px solid black; } What I'd like ...
I have a Div as follows:         <div id="Div1" class="right" style="position: relative; background-color:Black; color: rgb(255, 255, 255); width:100%"> Why can't I see "Div1" in  code? ...
Hello people I'm having a problem with a layout. I've got it working here http://krayonrecordings.kaen.org/fivestoreyprojects/layout.html but once I try to use the php inlucde funct...
Hello all I created a graphic bullet list and adding some padding o the css.   The text moved over but the bullets are still flush right. In my next comment I will give the URL. Thank...
Hey, I have been curious for a long time now. What is the best way to work with CSS and opacity on an element, I have seen:     filter:alpha(opacity=85);     -moz-opacity:0.85;     -kh...
I am trying to set the layout on a menu, and I can't quite get it to work.  I am trying to get the spacing between each menu item the same distance, with an roughly equal gap on the left of th...
I want to superimpose two images in css. That two images stay in <divs> diferent, and are position 'absolute'. What kind of images I have to do to be transparency in the overlap. jpg? png? ...
I am trying to include a background image in my css so that I have a background image behind my text but it is not working.  How do I get it to work?  Below is my code: div.accountlogin { ...
Hello Experts I am posting this question to CSS as I believe its a CSS issue. My CSS skills are not enough to solve this problem as its a brand new issue and I am quite new to Firefox 3 as ...
Experts, We have a gift websites which are only focussing UK customers at the moment, my boss wants to make the US version out of it just by changing the pounds currency to dollars. Which ...
Hi all, I am having a look at creating a navigation CSS section for my site. I searched around on the web and foud the below example(code snippet below) it all looks fine but i need to d...
for some reason margin:auto isn't working on my site in IE it works fine in firefox but not in IE http://tinyurl.com/6cw87t I am sure it's something simple and I just need a new set of eye...