What do you think about Windows 7? Write a review or a how-to about Microsoft's newest product and earn unlimited points!

 

Having problems asking a question? Have a general question about Experts Exchange? Let us know!

 
Time Tested CSS Solutions: 51 - 75 of 3230
 
any possibility of making a Mouseover within a <TD> tag styled by a CSS class? i.e., <TD class="styleA" onMouseover="blah='styleB'" onMouseout="blah='styleA'">BLAH</TD> Any help will be ...
Hello, I'm making a newsletter and I have read thru many discussions on how to implement CSS in html emails.  I think the best, most fail-safe way (using css) is to make them all inline.  I kn...
I have the following in my css but in firefox I need the padding-top element to be about -110px instead of what is currently working in IE below.  How do I setup a conditional statement in thi...
Hi All I am trying to design a navigation menu that will be cross browser compatible. So far all is good but I understand that there could be issues with Internet Explorer 6. I currently...
One of the most common things that needs to be done but is the hardest is to vertically align something in the middle of a div. Right now I want to verically align some text in the middle. I c...
It seems as though style=""word-wrap:break-word"" in my <td> tag doesn't work if I have <pre> tags inside that <td> tag such as "<td style=""word-wrap:break-word"" ><pre>" & fieldname & "</pre...
Hey everyone I am creating a css layout for a new website. So far, I am simply laying out the divs in a 800px wide main container. I am noticing that that IE is 1 px off from Firefox on ...
In the code below, I have a table inside of a div.  In the class assigned to the div, the text color is red.  But, when rendered, the text color is green, as it seems to inherit the color from...
I'm changin the design of my web-application & found that there's an effect of Color degradation but the way I'm using it is affecting the entire site this is what I'm using: filter:Alpha(...
Hello experts, I have the following block of code to set the size for each block for my drop down, #nav a {     text-decoration:none;     display:block;     padding: 0.1em;       m...
Hello, I need to vertical align a div layer on the absolute bottom the page. I want it to ride the bottom of the browser window. I tired vertical-align:bottom; to no avail, is this possible...
I have a rather long form that is generated dynamically and one section of it needs to be printed landscape as it is a chart of info.  Id like to make the page print landscape and maybe scale ...
i want to position  "inner"  on top of "outer"  using a specific relative offset to "outer" (top left corners relative to each other) i can't quite get this to happen. +----------------...
I am hoping someone can help me here. I have a large HTML table and would like to freeze the first few rows that are in the THEAD tag. Scrolling down the table using the existing scrollbars in...
Hi All, I have a problem in IE,  i want to position a copyright notice at the bottom of the browser.  IE puts "Position:absolute; bottom:0px;" at th bottom of the window and not the bottom ...
How do I add padding to an image so that it is on 2 sides only so that text is kept away from the right and botton sides of the image. So maybe something like this:- .p2 { padding:0em 3e...
Hello. Could anyone point me in the direction of a CSS tree structure (like a directory tree). I really need to use <UL> and <LI> html elements so that the tree still looks good when sty...
The code is below.  When using IE6 this page displays correctly with the red content block hard against the bottom of the address bar.  When displaying the same page in FireFox 2.0 the page ha...
I have an image map that I am using and would like to allow for a mouseover effect to happen over each link.  Is there a way to make that work using css?  My code is below:
How can I download pictures from Flash like in skysports.com. I used IE 7 Pro but even when I tried to use View Page Info, the link of the pictures are not displayed. Is there any firefox e...
I've put this page as an example, cause this problem is hard to explain. http://ww2.vegetarisme.be/LOCAL%20TEST.HTML This thing ONLY appears in IE6!  What actually happens is that when you...
Hi X-perts I have a 'select' drop down list which I wanted to expand to a longest element width upon clicking on its elements. However, in IE, the drop down list does not expand, but is ...
I have the below code to send the HTML mime mail. In this mail, i have a background image to be attached. It works and mail goes well.,  When I receive in Gmail Inbox, read the mail, the backg...
I've created a Photoshop mockup of a page design for a client, and need a solution for adding a drop shadow effect to the main content box on the page.  See the Photoshop shadow in the attache...
Dear all, Is it even possible to set the border color and drop down arrow of a SELECT box? I have tried every way I know to do this but without success. I also have tried the solution ...