Let's say i have some html code like this
<html>
<body>
<div class="container">
<div class="markup-container">
<div class="title">This is a title with some markup</div>
<div class="body">This is the body with some markup and it's longer ^^</div>
</div>
</div>
</body>
</html>
and my css looks like this
...
I'm trying to teach myself Safari 5 extensions and I'm new to web development in general. Looking at the sample code, I see:
<!DOCTYPE HTML>
<script>
...
</script>
I'm just wondering, what language am I looking at? I see functions and code that almost looks C-like. Apple's documentation says it would be helpful to know HTML, javascrip...
Hello guys, i want to put a marquee on my web, i only now to methods to do that:
Html > tab
Flash > a simple actionscript
But, dont you know a better method to do that? with jquery maybe. Thanks for your recomendation.
...
Is there a one-page reference wherein it's listed which browsers support which CSS properties?
...
I have the following HTML:
<!DOCTYPE html>
<html>
<head>
<style>
#nav {
float: left;
width: 10em;
}
#nav ul {
list-style: none;
margin: 0;
padding: 0 20px;
}
#nav li {
...
I have a Flash/Flex object (Flashlight-VNC), which I would like to dynamically resize to fit the entire window after pressing a button in the Flex app. This would preferably happen without restarting the Flex app (and therefore the VNC session). I would just use the built-in Flash fullscreen mode, however Adobe's somewhat silly security ...
Heya, I'm creating a menu and was wondering if how i would add a class of "current" on a menu for the current page e.g. http://emberapp.com/. Any help appreciated!
...
How do all these browser plugins, notifiers, etc. check your gmail unread count?
I'm trying to write a Safari Extension (which happens to be in javascript but I don't think it matters) and I can't figure out how to parse the Gmail atom feed (https://mail.google.com/mail/feed/atom) to get the unread count.
Thanks,
...
This is kind of hard to explain, so I'll do my best:
I want to have text content clamped to the bottom of a div - so that no matter how long the content is, it is always set to the bottom.
So if I had:
HEADER
content 1
content 2
Content 2 would be lined up about 20px from the bottom of the parent div and if I had:
HEADER
content ...
I used a form generator to create a simple for me to work with. I noticed that my radial and checkbox buttons didnt seem to be working. EDIT: This is out of my HTML DOC
this is what i have for my buttons:
<tr><td><label><input type='radio' name='gender' value='male'>Male</label></td></tr>
<tr><td><label><input type='radio' name='gende...
I have a file uploader module. The UI is created using simple HTML and Javascript.
Server side I am using Java code. I want to check the type of the uploaded file.
...
I'm working on a web project where I would like to clear text from the right and left side of a div, but give other divs the ability to float along side it. I figured the float attribute was the best way to do this, but the "clear" attribute of CSS only affects other floats, not text.
The result would look something like this (hope you...
Possible Duplicate:
<blink> tag in Internet Explorer
Hai
I have used blink tag to blink a word. It's displays in mozilla. But IE it's not blinking.
How I do this?
I have used
<blink>* New </blink>
Does any one know this?
...
Hi,
I have observed that many sites have left some spaces on both sides of the page. What is the reason behind it? Is it a part of web design standards?
...
I found some interesting URL http://cubiq.org/rotating-wheel-for-your-iphone-webapps which has rotational menu. Its good. It has html file along with images, css files etc.
In iPhone app, I copied (to root folder) all the files and imported to project. I'm using UIWebView's load request to load the html. But I'm not getting the rotatable...
I am using below code to delete HTML Table row using javascript but its giving me error.
using below code i am creating a column at run time using javascript which contains delete Anchor tag.
var tbody = document.getElementById("<%= tblcriteria.ClientID %>").getElementsByTagName("TBODY")[0];
var row = document.createElemen...
I have the following css that works within Firefox but not i.e.? Obviously the fonts are within the directory... Any suggestions?
@font-face {
font-family: "Futura";
src: url("../fonts/Futura_Medium_BT.eot"); /* IE */
src: local("Futura"), url( "../fonts/Futura_Medium_BT.ttf" ) format("truetype"); /* non-I...
I have wierd CSS displaying problem with IE7 and IE6.
http://www.photopoint.ee there are three UL LI list-menus which doesn't have CSS style in IE7.
With IE8, Chrome, FF, Opera everything works as expected.
I validated CSS and HTML with w3.org validator, there were no "critical errors" which could be the source of the problem.
I'm ou...
Please take a look at this website using IE 7.
On the right side there is a small set of li elements inside a box.
The "website:........." line is not inside the white box. I want it to be inside the box like the email content.
Can someone help me in this regard by checking the source code. IE gives me a lot of pain :(
Thanks in adva...
I have an input asking the submitter how long an event took. Right now it's a normal textbox that should error out if anything but an integer is submitted. I tell the submitter to input the length in whole minutes.
However, thinking in minutes isn't the brains best ability... Neither is following instructions, so I often get "support-re...