Basically on GunChester my project I have an few pixel wide gap between #login_top (top image holder) and the 3 CSS col's below, #login_left, #login_centre and #login_right so that my first question why? and how can I fix this, this is in FF, Chrome and IE. Secondly the BG image seems to be overlaying twice as in its stretched at the top...
Hello guys,
I have a website which has so many sub folders in it. I have following paths references to my js and css files.
<link rel="stylesheet" type="text/css" href="css/styles.css" />
<script type="text/javascript" src="js/jquery.js"></script>
the above code is working fine on my local machine. the JS file is not loading whe...
I want to display meta tags in newline means when i open a site and seeing the viewsource of the site the all meta tags is displayed in oneline.
i want to display each and every meta tag in one newline.
for ex:
required output:
<meta name="description" content="vvvv sdhgf dbngfsdj">
<meta name="keywords" content="dgd, sfdg, sdjgj">
...
I would like to code an HTML table with messages like this:
The table will contain messages that will spread over first N columns (N may change).
Lets call these N columns, the message area.
Each message is located on X contiguous cells in the message area. X may also change.
Each message has a name that contains words separated with...
I have an HTML select list which, when an item is selected, must show different information beneath it. The onclick or JQuery change events are triggered when a select list item is selected by being clicked on (mouse), but not when the user uses key presses (keyboard).
Any idea what event to watch in order to determine when the selected...
Hi There
I am using the .NET WebBrowser control to as a WYSIWYG html editor. I've been using the ExecCommand to do the formatting function fine so far, however I now want to add a table inserter. The problem is I can only seem to Append the table to the document, not insert it half way through. Below is some basic test code, if anyo...
Hi,
I'm trying to animate a canvas on three different layers on the onmousedown and ontouchstart. The three canvas go from left to right at a different speed to give a perspective effect as long as the onmouseup or ontouchend are not fired.
I am using @-webkit-keyframes css to do my animations:
@-webkit-keyframes aCarsRight
{
from{ba...
A client has asked me to add some polish text to their website, not having much experience in this area, can anyone tell me which of the two 'lang' solutions below is correct (or offer an alternative):-
Tag everything:-
<div lang="pl">
<h2 lang="pl">Najlepszy ruch jaki zrobisz!</h2>
<p lang="pl">Do przyszłych najemców:</p>
<p lang="...
Which is the better practice?
Add CSS during web designing you can see the result (or close) as early as possible and make required changes. You also know how many divs or spans you might need (eg to make curved cross-browser hover background). But as you add more and more components to the page sometimes things get hack-ish as you need...
I would like to set the background of a cell in HTML table to be like this.
What are my options besides using an image as background ?
Are there any predefined backgrounds like this ? Maybe dotted, or diagonal lines backgrounds ?
In case of image background, if I don't know in advance what would be the size of the cell, what image size...
I have a form (greatly simplified):
<form action='http://example.com/' method='post' name='event_form'>
<input type='text' name='foo' value='3'/>
<input type='submit' name='event_submit' value='Edit'/>
</form>
And I have a class "EventForm" to process the form. The main method, process() looks like this:
public function process($...
often i want to email some code without attaching a file, are there any gmail/google wave/gdocs plugins for code sharing?
gmail would obviously be most useful!
...
Trying to load an external php file into another onClick. Iframes will not work as the size of the content changes with collapsible panels. That leaves AJAX. I was given a piece of code
HTML
<a href="#" id="getData">Get data</a>
<div id="myContainer"></div>
JS
$('#getData').click(function(){
$.get('data.php', { section: 'mySection...
Hi, i've started to use sIFR3.
I don't know how to turn on smoothing of font. Do i need to change it in my font.swf file?
In FF3 it work perfect, everything is okay, but when i turn on my IE8, nothing changes. Even live example doesn't work (http://work.likeaninja.co.uk/sifr/demo/). What's going on?
My Flash Player is "WIN 10,1,51,95"...
hey guys
i looking for a way to preview the text while im typing in a textarea in jquery
exactly what u are using for Stackoverflow ,
...
I've created a form to update my websites homepage with content but I wanted to know how I could set it up so that a posts title links to a specific post ID. I'd also like to add a Read More link that directs anybody reading the blog to the correct post.
Here is my PHP code:
<html>
<head>
<title>Blog Name</title>
</head>
<body>
<...
Hi, I would like to simply ask if it is possible to embed a javafx application inside an html file. And if it is possible then I would like to know how to do this. I am open to using javascript etc. if it is required. Thanks.
...
Hello,
I am trying to create the following layout:
an HTML file with a body, that has a certain width, and a frame, that fills the rest, so, more or less like this:
<frameset cols="150px,*">
<body></body>
<frame src="source.html" />
</frameset>
The thing is, I need the body to have a certain width, not wider, but I also need its ele...
Hi All,
I'm looking for an open source utility that will allow me to generate .pdfs from fairly simple xml or html. There may be linked images as well as plain text. There will not be css or javascript. Ideally I'd like the generated pdf to be parsable, i.e. so that the content is not an image. Googling around I see there's IText and Pd...
I'm fairly new to Ruby on Rails, and I'm attempting to create some fancy CSS buttons using the "sliding doors" technique. I have it almost working, but I feel like there has to be a better way to handle the tags for a link.
The way I'm currently doing it:
<%= link_to '<span>New car</span>', {:action => "new"}, :class=>"button" %>
...