html

css popup doesn't work on the last rows of table

HI guys! So I've a table in html. And one of the columns has a popup in the cell to show some information. the table is also quite large so I've added an horizontal scrollbar on the top and bottom of the page with jquery, with the help of @Stanley, see question. The popup always stays at the bottom of the cell. But the scrollbar hides ...

Radio button on/off trigger works only one way

So this is the dumbest thing I've struggled with in awhile. I cannot get the state of a simple radio button set to toggle something on the page. <label for="completeSw"><span>Completed?</span></label> <input type="radio" id="completeSw" name="completeSw" value="1"/>Yes <input type="radio" id="completeSw" name="completeSw" value="0" chec...

why my webpages can't break line in Iphone browser ?

This is my website for mobiles to visit : m.looa.com If you got an Iphone,please visit it and you will find that the words don't break line . This only happens in Iphone's browser, it looks fine for android and almost all browsers for PC,including IE Chrome FireFox and even Safari(you can try that). I know this must have something to...

How to change the title bar icon?

Hi, I need to change the title bar icon of the Internet Explorer. Iam using IE v.6. I tried using Favicon but its changing only the address bar icon and if we add the page to the favorites or bookmark its displaying the icon!!! but its not changing the title bar icon of the IE. Note : I want the icon to be changed programatically not ma...

How to style a list of links with CSS?

any tips on how i can use CSS to style these links in a small side widget to look hot using css? (here is my html code) i would love a clean and simple layout <div id="related_links"> <ul> <li><a alt="SQL Server Performance Tuning" title="SQL Server Performance Tuning" href="/Database.aspx">SQL Services</a></li> <li><a a...

Rendering problem with nested HTML tables (perfomance)

Does anyone have experience with rendering nested HTML tables? I am attempting to render 30 - 40 rows that each have 5 tables in them. This renders very slowly in Internet Explorer 7 and 8. Is there a trick I can use to speed my table rendering up? Is there a different element I can use other than tables? ...

Problem passing variables through html, javascript and php.

I'm using JEditable and trying to populate a select based on a variable. I need a way to pass a variable from my page back through the JQuery to dynamically create the select. JQuery: $(".dblclick_district").editable('miscfreqs.php?mode=save_edit&module=miscfreqs&type=district', { type: 'select', loadurl: 'tools.php?mode=get_d...

Search a select list with jquery

I'm trying to build a search box for a select list, and I'm looking for some suggestions on doing this with jQuery. My goal is to hightlight <option/>'s that contain the search string or hide all <option/>'s that don't. I thought I was on to something with attribute selectors until I realized that I'm searching on the HTML content and no...

how to present the HTML output to the view

i hav an html file which displays table view ,how to load this on the ipad view .. and i want to enter the values to the fields of table view in html o/p.... any ideas .. Thanks in advance... ...

How to develop an IE plugin that will execute within browser with <OBJECT> tags

I'm new to the realm of web/plugin development and I'm not sure what I need to be researching. What I need is to develop a C++ app/dll/control/something that will install as a browser plugin and can be embedded and ran within IE when <object>...</object> tags call it (or any HTML tag that will embed something of the sort). Exactly ho...

Using meta refresh when making a web page

When making homepage, we use <meta> tag. I have a question; I uploaded an image, PictureA to my website and linked it to SiteABC by using an image map. Then when I click a specific part of PictureA, the browser will load the site I linked. I would like it to behave in this way: After 10 seconds, I want SiteABC to redirect to SiteDEF....

Click through transparent floating iframe

Hello, I have a transparent floating iFrame with a lot of empty area. It floats on top of my site (position:fixed). The problem is that if anyone click on the empty area, it does not click below on the real page. Is there a way to perform this? Like a click through in someway. ...

How can I align DIV's next to each other each with a width of 1000px?

I can't seem to float DIV's correctly. What i am trying to achieve is being able to position 4 DIV's next to each other. Each aligned to the top at 0px, and spaced apart by 30 or so pixels, but i cannot use absolute positioning. The size of the DIV's are adjusted according to screen size. So, i need to position the DIV's relatively. When...

Why the frames are not visible with this code?

<html> <link rel="stylesheet" type="text/css" media="screen" href="blogstyle.css"> <title>Welcome to my blog</title> <body> <frameset cols="10%,60%,30%" border="0" framespacing="5" frameborder="0"> <frame src="leftpane.htm" name="left_frame" scrolling="no" /> <frame src="middlepane.htm" name="middle_frame" scro...

Link anchors working only once in iPhone's browser

Hi, I'm making a mobile interface for my web app, and I'm trying to use anchor links to make navigation easier. My code is similar to this: <a href="#section2">Jump to section 2</a> ... lots of stuff here ... <h2 id="section2">Section 2</h2> The problem is that the link works only once. So if a user, using his iPhone, taps that link ...

How can I assign different actions to same html form ?

I am trying to assign different actions to same html form according to different submit buttons. Can I do something like this ? <FORM> ------ <INPUT type="submit" value="DoSomething" action="DoSomething.pl" method="POST"> <INPUT type="submit" value="DoSomethingElse" action="DoSomethingElse.pl" method="PO...

html input file action after file selected

I am in a predicament with input files. The project I am working on has added a jQuery extension that masks all input types and makes them more 'vibrant'. However it has also caused a lot of trouble in the updating of what is listed in these inputs. One such problem is the input with type file. It currently will not change what is being ...

How to disable lonpress in a UIWebview on iPhone?

I am using a UIWebview to display local .html. I want to disable longpress in this view. How would I go about executing this? Right now this: http://yfrog.com/498jxej shows up and I want to avoid that. Here is what fixed it: <style media="screen" type="text/css"> body { -webkit-touch-callout: none; } </style> ...

Textarea maximum in bytes

What's the largest number of bytes textarea can hold? Thanks EDIT I need it in the context of pasting to textarea from the clipboard. So, what's the max of the clipboard object? ...

Remove spacing between CSS3 columns

I'm trying to get an effect where it looks like: C---------------------------------------) | Address 1 | Phone Numbers | | Address 2 | Times place is open | (---------------------------------------) But the spacing with the following makes it (-------------------------------------------) | Address 1 | Phon...