Already purchased the new Motorola Droid? We want to hear from you! Tell us what you think about it and Google's Android 2.0 software.

 

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

 
Time Tested CSS Solutions: 176 - 200 of 3230
 
I am having difficulty creating a curved tab menu. I have described the code that i have used to do this. I want tabs to contain a  radio input and a label for that radio. This is all surrond...
I have a problem only occurring in IE8.  I have a background image using as a heading.   It produces a gap after the image.   Testing all other browser so far works, but not IE8.   Works in IE...
Hey there, I have a bunch of DIV's that I'm using as pop ups to show additional content using the visibility property.   Is there a way (say through CSS) that I can get these pop ups to ...
Hello, I have a div that is using the following CSS to ellipsis (...) the text if it becomes too long for its container div. .kgDescription_div {   color: #929292;   float: right;   ...
I need some simple CSS/Javascript that will pop up a div on the center of the screen. The problem I'm having is that I can't make it happen 1) above everything else without messing up the docu...
Not sure if this is a CSS or javascript question so I apologize if I started in the wrong spot. I'd like to move my cursor over an anchor tag on my web page. When I hover over the anchor ta...
I have a page layout consisting of header, footer, left-hand section and two right-hand sections.  The header and footer are fixed height; the left-hand section should fill up the remaining he...
Dear Experts, I am trying to build a simple horizontal navbar. I have the following stylesheet:- body {            background-color: #000000;            color: #ffffff;            font-family: verdana, he...
Hi, I have a div wrapper with coloured background and border. inside this are various other divs with text and image content. Everything was fine until trying on IE8 and the #wrapper does not...
Hello everyone, I have a little but problem with CSS div. I have this scenario in my web page I have 3 div: /--left div--//---center div---//---right--div--/ all should display inl...
Hi, i would want center in my page a <ul> menĂ¹ provided by <?php wp_list_pages (.... )> #PHP code: <div id="pages"> <ul> <?php wp_list_pages('title_li='); ?> </ul> </div>
Hello all, Here's what I want to do: Set a variable to a value in a Javascript sdcript in the header of a web page PAss that value to an inline style in the body. Example: <head> ...
Hello, I have a tiling background image inside of a DIV, and I'd like to have that DIV's height fill the entire page, exactly as if the image were set to body{}, except I can't set it to bo...
HTML <form> tag Question: How to avoid or prevent a line break after and before a <form> tag. As we all know, after a <form> and </form> tag. A line break <br> is automatically created ...
How can I set the width of a textarea to 75%? How can I set the height of a textarea to 75%?
I've created an Interstitial Ad in Javascript that uses CSS layers to display an external web page, enclosed around a border.  But the problem I am having; is that if the underlying webpage is...
I have a div containing another div. the inner div has a fixed width setting, width=814px. I want the out div to hug the inner div. I tried <div id="outer" style="width:auto;">, but it had ...
I've got a web site that currently works fine, but needs a bit of a face-lift. It incudes all sorts of content, tables, images etc., some of which is created by javascripts that I got from els...
Hi folks, I want to have a picture/text 50px above the bottom of a TD. My code: <table width="780" border="0" align="center" cellpadding="0" cellspacing="0" class="mainTable">   <tr>...
Is it possible with no js to create a sliding menu i.e. user clicks heading, the options slide down and vice versa. If not does anyone know of a simple javascript code to do this that isnt ma...
I've gotten quite far getting this to work already but I'm out of fresh ideas and need an elegant way to wrap it up. I'm aiming to create a tree-view with those nice dotted lines but not usin...
The websites I have seen till now for designing have a smooth and glossy background even with white color.But if I add the same colors to my website it still looks dull.Also tell me how to cre...
I have unsuccessfully tried various approaches to centering the Spry Menu Bar in the attached test page (see screen grab). The positioning of the MenuBar is also affected by a stylesheet 'S...
Web application issue displaying disabled fields in IE 6. We want fields in which no updating is allowed to be displayed with black text on a grey background. We are using element.disable ...
trying to get the contents of the page to be centered. how come body {     text-align:         center; } does not work?