I don't have access to the server-side code that generates the table described below. I need to have these rows show no height when completely blank in CSS, but I have tried everything resear...
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...
Hello,
mentioned below you find the code for a simple website. I do have a header with a green part of width 400px at the left side and a red part of width 400px at the right side. If I hor...
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've been googling around and haven't found anything useful. Is there a way you can change the color of of the selected item in a select list?
It would be the same thing as changing the "h...
Hi,
I am having problems when inserting new text boxes. They display in white with no surrounding. So when background is set to white, you cannot see the tet boxes.
Any idea why this is?...
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...
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. ...
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...
how can I get my footer to stick to the bottom of the page...
I've tried:
#footer {
position: absolute;
height: 10px;
top: 100%;
right: 0;
bottom: 0;
left: ...
Hi All,
I am wanting to implement similar the following JQuery slide down panel but at the moment I can't work out how to make it slide over the top of my content rather than pushing the co...
I have a web app that relies heavily on a table with a scrollable body. The header and footer are stationary. This works perfectly in Firefox. I was able to get the table body to scroll by ...
Below is code of list box
i want to hide this
<TR class="Header">
<TD>Brand </TD>
<TD><Select name="matkl_1" SIZE="4" MULTIPLE STYLE="width: 200px">
<%
if(lub.canViewAllB...
I have a horizontal css based menu that currently floats left and the spacing between items is contolled by padding on the right of each li.
My client wants these menu items to evenly sprea...
I have a problem with IE6 and 7 where the overflow:auto does not seem to work.I see the scroll bar, but the content spills over the Box and the scroll bar not working at all.
It would on al...
How can I write 3 "tabs" by using HTML, Javascript and CSS class but either use tabless div or table?
Hi,
I'm trying to get two Divs to overlap and the top one to be placed over the bottom ones Padded area. Tried the code below but obviously this aligns the top Div to the browser.
How w...
I have a css drop-down menu that is working - I want to make it a drop-up menu. The code is below
Are someone able to help how I can make this a "drop-up" menu instead
/*Drop-down menu*...
I've noticed that IE7 seems to automatically make form buttons 3-dimensional if a background image is applied through CSS (or allows the background color to bleed through if specified). We wou...
I'd like to create a template using only DIV's to manage the layout and content.
I'm having a problem with the main content DIV in the code below (named: copy-content).
I need the height...
Hi,
I'm fairly new to CSS and am having problems - I've searched everywhere and tried all the solutions that are recommended but can't solve the problem. This is it:
I'm making a new webpa...
I have the below code to send the HTML mime mail. In this mail, i have a background image to be attached. It works and mail goes well., When I receive in Gmail Inbox, read the mail, the backg...
Hi again :)
Is there any way to prevent the left padding in a select box ?
For example:
<html>
<head>
<style type="text/css">
<!--
SELECT
{
height: 19px;
}
INPUT.text,
TE...
This problem occurred when I updated my browser to Firefox 3. Originally the there was no problem in IE6-7 or Firefox 2. I have installed a top panel script to reveal additional links for a ...
I have an embedded div with content which is sometimes short and sometime very long. I want to the div to provide word wrap, and increase height to accommodate the long content. the width is a...