Advertisement

635 organizations, including eBay, Ericsson and Lockheed Martin, now work smarter with Corporate Accounts. Save up to 42%

 

Welcome! If you have any general questions about Experts Exchange, feel free to ask me.

 
Time Tested CSS Solutions: 26 - 50 of 3065
 
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 ...
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 recently configured a CSS tabbed navigation system for my website.  In order to bring the current tab into focus, I place: class="active" in the link tag.  However, I'll be using this naviga...
Hey, I'm working on a general stylesheet to be used across an entire website and am having a bit of trouble with lists. I have created a style called bulletPoints to be applied to unordered...
Hi, I am new to CSS and ASP.NET I am using Visual Studio 2005 to create the webpage, and using the defualt button fromt he Visual Studio 2005 which generate the code as below     <asp:But...
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:...
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
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...
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
I'm trying to create a framework for a design that has hidden tabs that will scroll-out on rollover.  I've got the following HTML: <div style="width:600px; height: 400px;background-color: #...
How can i create a rounded-corner textbox in html (or css) ??
hello, consider the code below. It seems that the behaviour in FireFox differs from the behaviour in IE7. In FireFox a scrollbar appears due to the margin-top of 10px of the .webpage. I wou...
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 ...
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...
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...
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...
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...
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 ...
Hi Experts, This question appears a lot here - but I can't work out where I need to add the relevant code! I am only interested in this working in IE7 so I will not need any cross browser ha...
I would like to have my table header fixed.. cos there are eventually lot of table rows... any idea?
I want to generate an HTML page that has a pale green background and a dark orange middle bar, with no padding on top of the orange bar. This sort of works in IE but not in Firefox. How can I ...
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 built a horizontal menu using a spry in Dreamwaver CS3 and I am having trouble figuring out how to make the sub navigation menu items background colors change when moused over. So far I h...
is anyone able to tell me how i resize a background image in css in my style sheet i have this class .image { width: 500px; height: 300px; float: left; clear: both; background-imag...
My website supports multiple languages. On my template I want to allow the user to change the current language. I want to display a picture within my web interface (à la Windows Language ba...