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...
Hello.
I want a <div> tag to be 30% red, but semi-transparent.
How can this be done?
Thanks!
Anybody know what the minimum and maximum z-index values are? Are there max/min values at all? Any references of where you got the answer would be helpful.
It seems as though style=""word-wrap:break-word"" in my <td> tag doesn't work if I have <pre> tags inside that <td> tag such as "<td style=""word-wrap:break-word"" ><pre>" & fieldname & "</pre...
Hi,
How can I make my text alignment "center" with CSS? I have found that float is used for text alignment but it doesn't include center just right and left and none. Can you help me with thi...
This is a pretty basic straight forward question, I know there's a lot of tricks out there so I'm wondering if anyone has one for what I'm looking to do...
I've made a table using div's, th...
I'm using the following code to attempt to change the CSS font size. But it always gives a syntax error. This is from a function in much, much larger web page. When used in the web page the...
Hello, I'm making a newsletter and I have read thru many discussions on how to implement CSS in html emails. I think the best, most fail-safe way (using css) is to make them all inline. I kn...
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...
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...
I do use button with an image on the left of the button (See code).
When I go over the button the capacity of the button image has to change from gray to a colored button.
<!DOCTYPE HTML P...
I need help...
I'm creating a website for a photographer friend of mine, and I'm trying to create drop down menus that look like the ones created in flash on the homepage
http://mjg.moruse...
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...
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...
Is there any addon for IE 7 which work like Firebug or Web Developer extension in Firefox?
One of the features I need is to modify css and see the result on the spot
thanks
Hello,
In a HTML page, I need to have a text justified (left/right). CSS parameter "text-align: justify" should do the work, BUT: in my text, each line is a "last line", thus isn't justifie...
I need to assign some style sheet settings for all input text and buttons. Input text and buttons have different font-size settings.
I use <input type="text" ...> and <input type="button" ....
I am using text-align: -moz-center; to align my text in Firefox, with a conditional <!--[If IE]--> to add text-align: center; for Internet Explorer. Obviously this works fine for FF and IE.
...
I have the div, ContentScroll, which is set to 100% height with overflow-y set to scroll. ContentScroll wraps around 4 collapsed divs of content. When the collapsed divs are expanded I need th...
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 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...
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 want to position "inner" on top of "outer" using a specific relative offset to "outer"
(top left corners relative to each other)
i can't quite get this to happen.
+----------------...
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...
Dear all,
Is it even possible to set the border color and drop down arrow of a SELECT box?
I have tried every way I know to do this but without success. I also have tried the solution ...