Hello,
I'm trying to set the height of the first row in a table to be less than the subsequent rows in the same table.
I'm using <tr style="height:10px;">, but it's not setting it that s...
Hello,
I've been searching for a way to disable the select box (<SELECT>) border. I succeed to remove input text borders using "border: 0px solid;" but it seems it doesn't work with SELECT BO...
I have nested div where I want the height of the outer div to be fixed, and for the inner divs to be truncated if too tall to fit inside.
The inner div's should also be centered vertically if...
Hi, my code is as below. If you open it in a browser sometimes it aligns to the right of the page perfectly! However - sometimes when you resize the window there is 1 pixel that is still red...
Hi,
Is it somehow possible to change color of small rectangle (where check mark appears when checkbox is checked) and border color of this rectangle? I can't find these attributes in style ...
I have a webpage with a div named "#Block1", containing two divs named "#topLeft" and "#topRight."
Is it possible to put a button in #topLeft that brings up a div named "#descriptionLong...
I have the following divs and stylesheet
my problem is the following:
firefox:
when the current div is clicked, the new one shows as supposed to, but the current one sits underneath the s...
is it possible to rotate an Image using CSS?
my problem:
i use an iframe on my page. i tried to get rid of the border.
what i tried was <iframe .... style="border: none;"> but didnt work.
how can i hide the border ?
I am trying to use css positioning <div> and <span> to relpace table. I am now facing a problem:
div.row {
clear: both;
padding-top: 5px;
padding-bottom:5px;
}
div.row span.l...
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...
Hello experts,
I have a javascript/css combination that does an expand/collapse vertical menu for me as follows;-
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3....
Hello.
I want to use CSS to make it look like I have "cropped" an image.
I have an image that is 192 px wide by 96 high. I want to hide the top 15 px.
<div class="cropme" id="...
Hi,
Is it possible to make the left, middle & right parts of my page extend to the bot <div> tag.
Currently the height is set to 70%, I want it to finish exactly 60px from the bottom regardl...
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...
First, sorry by me english
The Next code
<img src="images/sunface.gif" style="Filter: FlipV">
create a vertical flip effect only in IE browsers
Is posible something like this for Firefo...
I have a div tag that is going to receive more text than it can normally display based on the size limitations I have given to it. In order to compensate for that I have used the "overflow:sc...
I was wondering if cell-spacing is actually available in CSS?
I am currently using the following CSS code to display a table and the spacing between each cell seems to be 2px, not 1px as spec...
Hi,
I need to put in some combo box in my ASP.NET page
<asp:DropDownList ID="DropDownPrefix" runat="server" TabIndex="4">
<asp:ListItem Value="0">Select One...</as...
I'm trying to get a list circle to appear for each li - below is my css, but even adding "list-style-type: circle" to the ul style makes no difference. Any ideas?
Look forward to your comm...
I need to put a bullet between the street address and city/state in a line in html.
street address * city, state, zip
How do I change the * above to a text bullet?
I don't want to use...
Is it possible to set everything to nowrap through css? I can set nowrap=true in firefox, but IE doesn't seem to want to listen. Anyone have a fix for this?
Thanks,
Stank
Using: IE 6.x
Hi,
I have a couple of DIV tags that start out with a visibility of "hidden". The problem is that they are hidden but they are creating unwanted whitespace in the page layo...
I know this may hurt some of your eyes but I've recently been asked to address a site using MM_preloadImages and the other Dreamweaver javascript. I would like to migrate this to CSS, PHP, or ...
Is there a way to center a div using CSS? NOT text-align -- that centers the TEXT inside it, but not the entire div. I do NOT want to center the text.
If I use align=center it works perfec...