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: 176 - 200 of 2351
 
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(...
I have a menu that drops down on my screen from my header.  The problem is when it drops over a select object, the select object shows through.  Is there some way to lower the precedence of th...
I have page that I want to display correctly in IE 7.0. My problem is very obvious if you scroll below the visible area in your browser. The page can be found at http://www.dragonswim.dk...
Please look at the simple XHTML/CSS document below. When I click on the link in the <content> div the text of the link "disappears" because it takes on the value of the <sidebar> div a:visited...
Hello, Please see the code below, for whatever reason there is spacing between these images i can't seem to get rid of. Thank you
What CSS command do I use to change the cursor to the hand pointer when an input submit button is moused over? The current style info is: .subbutton {      color:yellow;      background-color:bl...
hi i have 2 images within div tags on my page - i want both images to be centered.  This i have acheived however i want the the 2nd div tag to be ontop of the first - but still centered ...
how can i (with only css, and on all browsers) float a div over all content on the page and keep it at the top of the screen as you scroll?
Hello, I wondered if anyone would be-able to advise, I trying to build a horizontal menu in the header div on my page using the <li> tag. My code below displays the menu as a horizontal...
I have a problem very similar to this one posted in EE: http://www.experts-exchange.com/Web_Development/Web_Languages-Standards/CSS/Q_21898314.html?sfQueryTermInfo=1+between+css+how+item+list+...
I want to place a scrollable div in a parent div which has absolute positioning.  The parent div has content which takes up a variable amount of space before the child div.  When I set height:...
I am having a problem getting the min-height parameter to work correctly in Firefox and Safari I have tried changing the attribute to height and also height: auto but still the when the enc...
I need to know if it's possible to dynamically mirror an image with javascript, or any other related way. I know how to rotate an image, with the following: style="filter:progid:DXImageT...
Hi, is there a way to not have the horizontal buttons (menu_h) here http://www.cadante.com/cadante_css/vini.asp break, having half of it on one line and the other part in the next line?* ...
OK, I'm sorry if this is a familiar question, but I have been unable to find a solution to my problem. The right side of my web pages are getting cut off when printed from Windows machines, an...
how can i set such a dropdown box?
I am trying to position a Flash "movie" on an HTML page, and the issue is how to position the Flash object reliably.  You can see a sample link here: http://www.planetthoughts.org/index_flash....
is there a way to set the td width of a table using css and identify each td by its column index?
I'm having a TON of trouble implementing what appears to be the "common" fix for IE6 when you have a select form box displaying on top of a drop down menu.  No matter what I try, I can't get i...
I'm trying to redo my site using divs instead of using a table.  The problem is, I cant get the menu bar to stretch properly.  What I would like is for the menubar (and its background image) s...
I need to add a couple of things to my style sheet but i havent been able to figure out the css equilavant to the html if someone could show me id appreciate: table properties: border="...
Hi, I'm trying to create a scrollable table with a fixed header.  I found this website: http://www.cssplay.co.uk/menu/tablescroll.html  and the first example is the nicest one to try out (y...
I have a ul list declared in my external css stylesheet, and for some reason the list image is not showing up. Any ideas? Here is the css list code: ul { margin:0; padding:0; list-style:no...
I have used Dreamweaver CS3 to create my first-ever web-site. It can be viewed here: http://www.hillcrestsoccer.org.nz. I used Spry to create the site menu. The menu works well in Firefox b...
I found a nice Horizontal Menu using a simple JavaScript and minimal CSS capable of sub-menu items. It looks nice and works well with one level of drop-down items.  But when I add sub-menus...