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: 1751 - 1775 of 3065
 
Hi All, I need a little help with browser capability.  The change I did works in Mozilla but not in IE.... Maybe I am doing it wrong? My Style created -------------------- table.sty...
I am creating a application interface with split windows and I have been tweaking the html for hours now. I finally have something that is very close to what I need. The only problem is I need...
I have a CSS file that sets the styles for my web app.  I can format all the <input> tags by the following entry: input {  style attribs here } However, how would I format all the <input> ...
Ok, this should be simple, but cant figure it out! Ive witten the code below, and Id like the div section to hide on startup, and give the option to show, but cant get it to hide unless I c...
My left div (with the navigation buttons on it) needs to grow to fill the available space... How? http://www.1aardvark.co.uk/clients/crookedinn/
I am having an issue with a relatively-position div element that totally goes off-screen if the text size is increased in nearly any browser.  You can see the problem clearly at http://newsite...
Hi, thanks for looking. I have a problem with IE 6, the onmouseover event on the small thumbnails does not change the background in the main image container, see: http://ef8.ds-server1.c...
Hello I have the following H2 definition: h2 {  text-align: left; word-wrap: break-word; color: #fff !important;  font-size: 1.1em;  font-weight: bold;  line-height: 20px; border:1px solid...
Is there a way to reference an id of an html element that has a space using css? for example, I have: <li id="Professional Services">Professional Services</li> I'd like to reference t...
Hi all, I have the following HTML script that I cannot modify. I need to work with the way it is structured but I can modify the CSS sheet. TABLE width="100%" cellspacing="1"><TR><TD cla...
Hi I'm trying to create a div with overflow:auto and a with a defined top and bottom margin. This div box should fill the entire browser window except the defined margins(see example here: ...
Hi, I am trying to change the default font to = Lucida Sans Unicode I put this line of code in the root div container : font-family:"Lucida Sans Unicode", "Arial";    (defined in base...
This actually is a 2 part question... 1st. I have a repeating background... then I have a layer that is basically a footer graphic for the site that needs to stretch depending on the amount...
I am able to display an image as opaque by assigning the image a class with the following proprties: .grayimage {   opacity: .5;   filter: alpha(opacity=50); } The above class definit...
Hi, I need to place an image, html tag based (<img>), as a background.  For this I can't use the background-image CSS tag. So, I have this html structure: <body>   <table class="shad...
Hi, I am a web designer embarking on the transition from tables to css. So far what I have learnt is that, like tables everything seems to work from top left to bottom right, or am I wro...
I'm having a problem with vertical white spacing in internet explorer on my page. It looks great in firefox and the measurements follow exactly what my css and code tells it to. But in IE, i'm...
I have the following straightforward style definition: a {text-decoration:none; color:red;} <a href="#">Hello world</a> This works fine in IE and Netscape, but in Firefox hyperlinks a...
I have a floating div question and the easiest way to point it out it to use an external example since most of you are probably familiar with the site.  It's easier to discuss that layout than...
Using MSIE.  I have a nested UL tree. <ul>   <li><a href="#">Products</a></li>          <ul>        <li><a href="#">Financial Software</a></li>             <ul>             <li>Simple Start</li>                  <ul>      ...
i found an example of dropdowns that i've been modifying.  they originally worked in IE and Firefox, but now don't work in IE??   the page is at: http://mjg.moruses.com the dropdowns ar...
I am running into a problem drawing a one pixel wide vertical dotted line in IE6+/NS7+.  I use the following CSS: #Rightline {      display: inline;      background-image: url(../images/...
Hi, I got <input> and <select> in <table>. My CSS file description give the <table> opacity=50. My text and my <input> in the table are semi transparent (this is expected) but the <selec...
I have a div that contains 2 other divs and an unordered list, all of which are using 'float'. I want this collection as a whole to be centered horizontally on the page and am having no luc...
I am having issues with IE6 not taking the background image specified in the css style. CSS style and code below.  Works fine in all browser except IE6.  Please assist. --STYLE-- .hea...