I'm building an unordered list and I wanted to use small images for the bullet markers. The images are different but they are all the same size. (60x45) So far so good. Silly me, I was exp...
can you convert a textbox read only using css?
is there a way to use an image as the input text box on an html form? i know how to alter the box, remove the borders, add a background to the inside of the input field, but what about using a...
I have a document in which there are 3 image links; two should be the same color, one should be different, but none should be the default blue/purple. I was told previously that in-line CSS o...
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...
I've been away from coding/scripting for a while and need some assistance.
First:
If you view http://unionpacific.greeninvgroup.com in Internet Explorer there is the "floating map indicato...
I have some CSS and HTML written and it formats perfectly in IE7 but not in Firefox and Safari. This is really bugging me that I can't figure out why because usually it's the other way aroun...
IE, Safari and Google Chrome supports the CSS setting text-overflow:ellipsis which prints three dots at the end of a text if the text does not fit into a text rectangle. Opera supports this, t...
I use the statement below to make the boarder of input fields a little lighter and cleaner.
But this statement seems to create a box around radio buttons and checkboxes; it looks like a b...
I am trying to create a 3-row-table with HEIGHT 100%, where row 1 and 3 should have a FIXED height (25px) !!, and row 2 a VARIABEL height, taking THE REMAINING x% of the page.
It works fin...
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...
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...
How can I most simply center a page with Dreamweaver CS3, preferably using an AP Div Tag container?
Using text align center and margin 0 auto as some suggested didn't seem to do the trick.
I...
Hi,
How can i remove horizontal scroll bar on a div when it's overflow is set to auto or is it possible?
I want to scroll only vertically.
Thanks.
Is there any way to effect a div -- with CSS, JavaScript or any other method -- such that it will remain horizontally centered in a browser window regardless of horizontal scrolling but scroll...
I am trying to layout a website with css. In Firefox 3 the layout is working perfectly, but not in IE7 and Opera 9.51. Did not yet try other browsers.
Maybe you can help. When calling the w...
Hello,
How do i apply css to a textbox in oder to reduce its height and make the input characters smaller? my current code reads:
<input name="textfield3" type="text" size="10" maxlength...
I have DIV that I would like to use a vertical scroll in, but it appears that by default, using "overflow:scroll;" puts in both vertical AND horizontal whether you like it or not. How do I ge...
I am hoping someone can help me here. I have a large HTML table and would like to freeze the first few rows that are in the THEAD tag. Scrolling down the table using the existing scrollbars in...
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've got the following HTML/CSS and the bullet points are appearing at the bottom of the subnav containers instead of at the top in IE. Any ideas?
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML...
I need to fix the transparency for PNGs for IE6. The PNGs are used as background images. I am aware of the normal .htc fix and like this method, but I cannot get it to work in multiple files a...
Hi All,
I have a problem in IE, i want to position a copyright notice at the bottom of the browser. IE puts "Position:absolute; bottom:0px;" at th bottom of the window and not the bottom ...
I can make <div align=center> work, but not div { text-align : center }
what is the proper translation to css>
I am trying to use a style sheet (perhaps errantly) in an asp page using a ref link... compiliing in VS2005. The style sheet reference: <link href="stylesheet1.css" type="text/css" rel="style...