the code below are all height=100%, it works fine in chrome but it displayes very strange in firefox and ie7!it is not exactly the 100% height.anyone knows? thanks a million.
<iframe src ="demoFramesetLeftFrame.jsp" name="treeframe" id="treeframe"
width=200px height=100% frameborder=0>
</iframe>
<iframe src="middle.html" name=...
I had a image which calls add_cart() javascript function when onclick()
<img src="images/add.png" onclick="add_cart()">
I want the user to click the image only one time. When the user clicks it first time, add_cart function should be called. If he clicks second time NO EVENT SHOULD HAPPEN
Plz help, any help will be appreciated
...
Hi,
I'm searching since a few day without real result, maybe someone can help me here.
I've a div on my page (can containt an image, a text area, other), it's draggable and resizable (thanks to jQuery UI), and i want to make it "rotatable", with a handle in a corner to drag and rotate it using css transform (-wekbit-transform, moz-tran...
i have a page with a sort of tag cloud section on it.
the markup for said cloud is something similar to this..
<div class="ContentColumnB">
<div class="tagcloud">
<p>
<span style="font-size: larger;">Office 2010 Issues </span>
<span style="font-size: x-large;">Windows 7 </span>
<span>SharePoint </span...
I've a table on where I need a spacing between two rows of table. I did it in following way.
table.fltrTbl
{
margin:0px;
padding:0px;
border-collapse:separate;
border-spacing:0 11px;
}
table.fltrTbl td
{
vertical-align:middle;
padding-right:14px;
padding-left:0;
padding-top:0;
padding-bottom:0;
...
Splitting my pages into parts (eg. header and content), I can't avoid placing links to external stylesheets within <body> tags.
I don't want to place all styles in one big file or enclose all stylesheets within the <head> tag because page-specific stylesheets shouldn't be loaded unnecessarily.
In this case, is it appropriate to place a...
Hi,
I've used the following in the CSS file of the website. It works on safari but not on Firefox. I'm a newbie so apologies for this if it seems like a simple question. Been trying now for 3 hours.
@font-face {
font-family: handwriting;
src: url(http://example.com/handwriting.ttf);
}
Thank you in advance.
...
I was wondering if position:fixed is working well in Microsoft browsers, before to start to use it.
thanks
...
How can I access the numbers (1 and 2 in the example below) at the end of the paragraph's class string via CSS?
<p class="cooking-step-1">
<!-- Second step ... -->
</p>
<p class="cooking-step-2">
<!-- Second step ... -->
</p>
I can access these paragraphs via the following selector: p[class^="cooking-step-"]
I want to add the ...
Is it possible to make your own background image for input type="button" for IE6?
...
I want to separate the design and implementation of my web pages into a separate HTML and CSS files (for easier maintenance).
I have the following Page defined in a project.
<%@ Page Title="" Language="C#" MasterPageFile="~/STGGeneral.Master" AutoEventWireup="true" CodeBehind="Register.aspx.cs" Inherits="SystemManager.Register" %>
...
I have 6 images that makes a box. (for the borders, and corners), How would I put the images together and make it dynamic and get bigger when I put more content in it?
...
i'm trying to do something like:
--------------------------------------------
| --------- text text text text text text |
| | image | text text text text text text |
| | | text text text text text text |
| | | text text text text text text |
| --------- text text text text text text |
| text text text text text text tex...
I'm planning on doing this, but I can't get my head around to if this is completely possible or not.
I'm trying to follow this design: http://i37.tinypic.com/28hfpzm.jpg
The list on the left is populated by SQL. When clicking on one of these links on the left, the page will change (i.e. something like designers.php?designerID=whatever)...
Here is two spans(in real life a lot of spans) situated at the web page. I would like to set the distance betwwen them. I want to use margin-bottom attribute for this, but I can't see any affect of using it. The spans are still on the previous position. That is wrong.
Here is my code:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transit...
I have some basic CSS on a table and I cannot get a border to display in IE6, IE7, or IE8. The border shows up in Chrome and Firefox. Here's the CSS:
#infoTable { width:500px;
margin-left:auto;
margin-right:auto;
border-collapse:collapse;
border-width:thin !important;
border-style:solid !important; }
#infoTable td { max-w...
Hello,
I am using a submission form input field where the text is appearing about 2-5 pixels too low. This is causing letters like lower-case y, q, j, etc. to bleed below the box in Chrome and only partially appear in IE 8. To solve this problem, I would like the text to appear a few pixels higher in the input field, or make the input...
I don't know how to accomplish the following in html, I would prefer if the solution would be strictly html + css, javascript/jquery is being used on the site, but I don't prefer my layout to be dependant on javascript.
Section A is a list of indeterminate width, it gets populated from data from a database so it could be from 9em-15em w...
How can I get a master page for asp.net with 3 sections using divs to split the window into a left pane for a tree view navigation. The main window to the right will be divided into a banner type top div and a main window div under it for the main content window where I want child pages loaded in the master page implementation.
can some...
For some time now I've been happily using the qTip jQuery plugin. No complaints there.
However, on iPads and iPhones, the tooltips appears to be buggy.
Symptoms:
Before resizing the touch screen everything seems to be working fine.
After resizing etc. -- Inconsistent behavior. Some tooltips are misplaced; no real logic there.
Diagno...