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: 26 - 50 of 3230
 
Hello all, with CSS, 1. could we make a listbox like that : http://nguyenduchai.free.fr/temp/listBox.GIF    I have tried <SELECT name="myCombo1" style="position:absolute;z-index:-1;wi...
I need to put a bullet between the street address and city/state in a line in html. street address * city, state, zip How do I change the * above to a text bullet? I don't want to use...
Is there a way to center a div using CSS? NOT text-align -- that centers the TEXT inside it, but not the entire div. I do NOT want to center the text. If I use align=center it works perfec...
Using: IE 6.x Hi, I have a couple of DIV tags that start out with a visibility of "hidden". The problem is that they are hidden but they are creating unwanted whitespace in the page layo...
Hi all, just wondering is it possible to give my scrollbars color in Mozilla Firefox like I do in Internet Explorer like: BODY {      SCROLLBAR-BASE-COLOR: #FFFFFF;      SCROLLBAR-ARROW-COLOR:...
I am displaying a Unordered List (ul) which gives bullet points for each item.I am wondering how I can manupilate the CSS so as to 1.Remove the Bullet Points 2.Add a side bar instead of the Bu...
I was wondering how do you do a outer glow effect on a Div layer or a <p></p>
hey all, i'm trying to make a <div> not wrap my content. I tried <div nowrap> but that didn't work. anyone have another solution? Thanx dj
In my first stab at a CSS-based site, I've been able to solve most of my problems with a little google action, but this problem's not coming up for me. I have a fixed-width page, and I'm ce...
Folks, I've been struggling to make a simple thing work for all browsers.  Please see: http://www.domainname.com/test/index.html http://www.domainname.com/test/index20.html http://www.do...
I have some CSS code that I've used to format a radiobutton and its label.  I have been using this code to ensure that the label for the radio button doesn't wrap under it if it is shown on mu...
Hi folks, first off, apology for asking what's probably a dumb question thats already answered here if I knew what to look for and how to apply the answers. I'm a database programmer who proba...
I have a gif icon I am using all over my site... is there a way to put the src and/or alt tags into my class for my img? ie: img.my{        src= ???        alt=???? } If it can't...
I have a table with each TD width being set to "100". However if I had something in the cell like a url it will force the cell wider than I want, is there anyway that works in most browsers th...
Dear Expert, Some of my forms have radio buttons with long labels.  When the text is too long, it wraps underneath the button, which looks terrible, instead of just under the text.  In othe...
my web site is working fine until / up to ie7. new IE8 give layout problem. i am using joomla CMS. how can i fix it. i checked the other solution no luck http://luxurycakes.ca thank yo...
can you convert a textbox read only using css?
Hi all, Can i set the scrollbar width on a html component. a multiline textbox for example using CSS? I'm doing something like this : http://www.killersites.com/newsletterFiles/scrollin...
Hi I need to add a horizontal scrollbar to my table as I could have hundred of images in my table. I am using a simple table and I have put the scroll attributes for the table in the css. Bu...
How do I do a hover on a modified input submit button?: See html and CSS file: www.owndesigns.com/listen-newsletter/website/contact.html
The snip shows a footer div and associated css that displays a 'pretty' footer with various links. The footer is floating and appears at the bottom center of the browser window and repositions...
I'm trying to ensure the absence of the horizontal scroll bar within a div for all browsers.  Is there a solution? overflow: -moz-scrollbars-vertical !important;  only works in FF, but this...
We're using Rainbow Portal which automatically imports CSS files for the entire portal.  I've created a new .ASPX page and have it css styled exactly the way i want it within FF and IE using s...
I am displaying pictures dynamically in a div that is 150x150. If a user uploads a picture that is not square, I maintain the aspect ratio, so there is some black area(bg color) at the bott...
I have a 2 frame page. I want to disable the hyperlinks on pages which are loaded into the lower frame. But, I dont want to disable the hyperlinks for the top frame. I dont want to e...