We have a CSS for IE6 that is meant to handle PNG transparency. The CSS is included with a conditional.
When testing with IE6 on my local machine (win2003server) the images appear as requir...
Hello.
Could anyone point me in the direction of a CSS tree structure (like a directory tree).
I really need to use <UL> and <LI> html elements so that the tree still looks good when sty...
Hi
What's an easy way to get a very small space (e.g 1 or 2px) between the rows of a table so that i can see the indivudal top and bottom borders of each row
thanks a lot
andrea
In the code below, I have a table inside of a div. In the class assigned to the div, the text color is red. But, when rendered, the text color is green, as it seems to inherit the color from...
How can I display a web page inside of a div like you do with an iframe??
Thanks
Judson
The code is below. When using IE6 this page displays correctly with the red content block hard against the bottom of the address bar. When displaying the same page in FireFox 2.0 the page ha...
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?
Hey guys,
Can someone please get the text in this div class to align vertically? Vertical-align:middle; just doesn't seem to do the trick. Is it because I'm declaring the height and it doe...
This is my website: http://www.computersciencelaboratories.com/
I want to center the NAV Bar and its text also to be centered.
Right now you can see that everything is floating to the l...
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 am creating a page that people will also print. In the code attached I have set the top and bottom margins for @media print to 0. However iE7 still seems to require a large bottom margin. ...
I want to have a page layout that gives me a header section that spands 100% of the width, then a three-column section below the header. The first column is 130px fixed width. The second col...
Hello once again
After my last 2 question I finally got the feature working, but after all that I have just tested on IE 6 and it doesn't work!
I am trying to create a photo gallery the ...
Hello experts!
I have a CSS problem. I have a div containing divs. My outside div is in front of my inside divs and as a result I cannot click on my nav. buttons which are in an inside div....
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 ...
Hi - I have a background image set through CSS that shows up properly in Firefox 2 & IE7, but it doesn't render correctly in IE6.
It's the "Customer Testimonials" section at the bottom righ...
Hello Experts
I have a style used with input button aims to give it minimum width:
.FormButton {
BACKGROUND-COLOR: #E4E4E4;
FONT-FAMILY: Arial;
FONT-SIZE: 8pt;
FONT-WEIGHT: normal;...
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...
Hi - thanks for looking at my question.
I simply would like to change the view of DISABLED elements in my form to make them stand out more.
any suggestions welcome :)
Thanks
PDM
.inputfield {padding:5px; color:#eeeeee !important; border:1px solid #f06422 !important; font-size:1.3em !important; background-color:#000000 !important; font-weight:bold;}
I have the abo...
At the minute I have a site which has its navigation across the top as <ul>'s with sub menus which pop out on hover.
Just below that I have a flash video, which I embedding using swfobject(...
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(...
Attached is the code I have so far.
As you can see I'm making a fairly simple two colum layout. What I need to happen is to have #sidenav and #main always stretch to the bottom, no matter ...
In Dreamweaver CS3, if you insert a horizontal Spry menu bar, the top level menu items are aligned left. If you change them to align:center, the sub menu items (which default to left:auto) app...
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...