I am developing a website in HTML and PHP. Now I wants to have the look and feel of the combobox like we have it in the iPhone picker control i.e. the selected item will always be at the middle with no vertical scroll bar.
I need to have it like it appears in the iPhone.
Please help me.
Looking for your help
Joy
...
Is it possible to use three images in CSS sprite navigation?
This may be like this
If its possible what will be the result?
...
I want to print the page (div) if there is no horizontal scroll appear for that div.
I have a div (1000px) with dynamic data which having property overflow:auto;. So, i want to print the div only if div's width is not getting crossed.
to achieve this i used following method of a javascript
var curr_width = parseInt(mydiv.style.width);
...
I want to create slide show to display any images to limited space.
And I don't want to use javascript.
How to create slide show with html and css only?
...
This is a dumb problem but I can't seem to set the padding on a submit button properly. No matter what I input for padding, the width and height of the button never changes. Here is the css:
.green_submit {
color: #fff;
background-color: #94c909;
border-right: 1px solid #6d9307;
border-bottom: 1px solid #6d9307;
border-left: none;
bord...
i want to embed video file in my html file and that video file is saved in same folder where my html page is saved?so how can i embed that video?
...
Strange thing happens. Background-image is not displaying in Firefox under some versions of WindowsXP and Windows Vista, but displays in Firefox under Mac OSX. It also displays in IE.
This is CSS:
.cherry_banner {
background: url("library/media/images/cherry_banner_top.png") no-repeat;
width: 276px;
display:block;
min-height:100px;
padd...
Hey everyone,
I am trying to use <xsl:for-each select="@*"> to grab all the attributes of a given element but when i do that my <xsl:choose> statement doesn't execute.
Here is the element that I'm working with:
<textBox id="Airfare" value="" label="text 1"/>
Here is the XSLT template I'm using:
<xsl:template match="textBox">
<div>
...
Hi all,
I have a Silverlight object sitting at the bottom of a scrollable div. This object is submitted to a wcf backend via a javascript button.
The problem is, as the silverlight is at the bottom of the scrollable div it is not viewable until you have scrolled down. This is generating an error when the javascript button is clicked ( ...
I am wondering if there is anyway to grab the html that is generated from an ASP page. I am trying to pull a table from the page, and I foolishly used a static html page so I would not have to be constantly querying the server where this page resides while I tested out my code. The javascript code I wrote to grab to unlabeled table from ...
Hi,
I have following case: I want to use uncompressed js/css files during development (to debug js for example) but on production I want to switch automatically to minified versions of that files.
some simple solution is to put in your template:
<script src="some_js.{% if not debug %}min.{% endif %}js"....
but this require manully p...
Does it require development of two almost separate front-ends for the app, one using Ext JS and the other one with no JS at all?
...
Hi, all,
I made an html page, and only for Atomic Browser (on iPhone) when I put an e-mail in a page like a "contact us", the e-mail appears in light blue (only in atomic). Anyone have a suggestion for this issue?
Regards,
Eduardo
...
I have a webapplication where (as in many other ones out there) you click on an image to do something, for instance, mark an entry, send a mail, flag something...
Short, clicking on the image is supposed to call an action (via javascript, but that's not the point).
I was wondering, what is the "right" way to do this?
<a>-tag? Hmm... ...
I'm new to Lift framework for scala. For some reason, index.html resides in the web-app directory, and when I start up jetty, http://localhost:8080/ will point to that index.html file just fine. However, if I put a login.html file in the same folder as the index.html, and then go http://localhost:8080/login, Lift does not serve the file....
I have the height of this div set to 100% but content keep overflowing out of it.
Here is the page: http://cowgirlsbaking.com/membership
CSS:
#content {
margin-left: auto;
margin-right: auto;
background-color: #FCF6E9;
width:868px;
height:100%;
min-height: 650px;
-moz-border-radius: 15px;
-webkit-border-radius: 15px;
border...
Hi. This question isn't about popping up an iframe inside a Lightbox; rather, it's about an iframe on a page that can launch its own Lightbox-style box in the page that contains that iframe. I'm thinking this can't be possible, because the iframe contains the contents of the other URL and whatever Lightbox that URL launches has to fit wi...
Hello,
Is it possible to color the user entering code (inside a textarea) using jquery.
Specific texts like <h1>, <b> etc should be colored or highlighted.
this helps to distinguish the opening closing tags.
Please help
...
I'd like to use some semantic [X]HTML tags instead of <div>s: <article>, <product>, <footer> etc. Some of them are already presented in the upcoming HTML5, however, it's not fully supported.
Which are the possible cons I might face when Rendering? Using CSS, JS?
The one I remember is: IE6 can't clone tags it doesn't know.
...