Showcase your knowledge about Apple's newest OS. Write a how-to or share a tip or trick about Snow Leopard and earn unlimited points!

 

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

 
Top CSS Solutions: 26 - 50 of 715
 
CSS drop down has hidden divs Working demo of navigation is located here; http://www.personalizeddoormats.com/navbar.html The navigation has CSS, 'display' property set to 'none' and ...
I have 5 gifs that are images of a star icon, followed by a short text description. I want: -them to display horizontally, stars, some spacing, the description. -some space between the ...
Hi Experts I develop sites using css, and usually use absolute positioning to get all content to the exact spot I want it in...  The problem is, using this method I am unable to locate the ...
Hi, I'm using code below in order to change select style. all browsers are fine with it. but chrome has an issue on that. it shows that whole area as black and it ignores bg image. it means...
I am trying to "pin" a div to the bottom of my page. I dont want it to allways be visiable(except if the user scrolls all the way to the bottom of the page) This div holds copyright informa...
Dear fellow developers: I am having problems highlighting the current page on the vertical navigation bar.  I am not sure why this is.  I have attached my HTML code, for my main page, the C...
I have a page with one main wrapper div. It will have three divs inside it. One left, one right, and one footer div. I want the main div to be of fixed height. And irrespective of the heigh...
Hi all, I know this has been asked about a lot, but I've gone through all sorts of posts and just can't seem to figure this out. I'm running Ubuntu 8.10 on a server on the other side of ...
I am converting a preexisting site from a Tabled layout to a Div layout.  On the right and left side of the page is a shadow which is a vertically tiled 10x1 .gif image. This is how I have the...
I am trying to vertically center text inside of a div (which happens to be floated left with some other divs).  I have researched some techniques to do this and the best option appears to be t...
Hello,   Im trying to a set a gradient as image to my background and I cant http://srecindia.com/main/   The gradient file is http://srecindia.com/main/srecmainmedia/grad.jpg ...
Hi, does anybody know why this is happening in Firefox 3.5.1??? Here is a link to a screenshot of the prob: http://www.idealogyltd.com/test/screenshot.jpeg Cheers, Paul
Hello, I want to fix my menu in IE7,IE8. And only the first level dropdowns. I will do the sub sub menus in another question. I will worry about IE6 in another question. I can't ed...
Ok, so Internet Explorer 7 is totally ignorant of display:table. Then how can we tell IE7 to reset the display property to normal in a more specific selector? The code below should set displ...
Hi Experts I have a site that I have worked on and tweaked  pretty sucessfully in MSIE 7 and 8. I've fixed some of the most common things that have stumped me in the past. The only misbe...
Hie All, I have a table that retrieve data from mysql. But how do I make the odd rows background with different color?
When I click on a link in firefox, the link gets a dotted border. How can this be removed?
I am creating a print stylesheet in CSS, for some reason, IE7 only prints one page of the content, while Mozilla prints it all. Anyone familiar with this problem? thanks Tom
Hi Experts,                  I am not even sure if this is possible or not. I have table (snapshot attached). Is it possible to increase the height of just one cell (Row 2, cell 1). The cel...
If my input has an alt attribute with the word "Required" in it, why doesnt this css work? If I replace "Content: "*";" with something else like "background: #000;" and remove the :after pseud...
Hi - I would like to change the border color of the fieldset without loosing the rounded corner look. It seems that if I add "border-color: Blue;" to my style in IE 6-7 I loose the rounded ...
The html header text of my client's website diplays perfectly in ie 8 and 6 but in 7, the bottom half of the text is cut off. Look at http://www.jilldevon.com/dev/index.html. Any ideas or s...
I need to apply different text alignment rules to different cells and columns of a table.  what is the best way to refer to the cells as in the CSS sheet? for example, i want to align the l...
I have a google map on my site that shows nearby resteraunts and bars. How do I change the font size for the list of resteraunts that shows up underneath the map?
Hello, I used this code in a solution I provided: http://www.dynamicdrive.com/style/csslibrary/item/css-popup-image-viewer/ but I need to change it, probably I will need some javascript,...