I've a form with an inline validation message in a span.
<span id="EndTimeErrors">
<label for="EndTime" class="field-validation-error">
Bitte geben Sie eine gültige Uhrzeit ein, zum Beispiel 8:00 oder 14:34
</label>
</span>
Image
Unfortunately the word wrap is really ugly.
I could put the validation message in a div, to bea...
I'm looking for a JavaScript image editor, that allow editing large images. Something like what Google Maps does, the client side only shows a small part of the big image that resides on the server.
I know Pixastic and CanvasPaint, but them only allow editting complete images loaded in the browser side.
Does anyone knows something like...
border-bottom for tr is not working in ie...
...
I have some CSS like this:
#navBar ul
{
list-style-type:none;
margin:0;
padding:0;
}
#navBar ul li
{
border: thin dashed #ffff00;
display:inline;
margin:0;
padding:0;
}
#navbar ul li a
{
border: 1px solid #707070;
text-decoration: none;
padding: 0;
margin: 0;
background-color: #909090;
}...
I have a Web application in maven that follows this structure:
src
`-- main
|-- java
|-- resources
`-- webapp
Is is better to put it in the main folder and then the maven plug in will try to move it or I should put it inside the webapp folder and why?
...
EDIT:Removed the files from the server
http://www.jdxsolutions.com/newsite/index.html
http://www.jdxsolutions.com/newsite/default.css
This is a layout I've been using to try out some stuff. What's got me stumped is that when the browser is resized so a vertical scroll-bar appears, the background doesn't reach the full height of the bro...
I have an image with width/height from the CSS file. I have now added a clip: property to the image, which changes based on the user defining the region.
What I want now is to:
Apply left and top properties so the image is in the right position
Have the width and height adjusted so that the visible clip region of the image is the same...
I'm trying to get the contents of a table cell to clip instead of causing the cell to grow in height. IE8 works nicely, but of course IE6 doesn't behave the same way at all. Is there something else I can add to get IE6 to behave the way I want?
Here is my sample page html:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN...
I have a page with a div in it.
The div contains an image, is 700px wide and 300px tall. It is set to position: relative.
To show some text to the bottom of the DIV, I put a span into it and give it position: absolute; bottom: 8px
This works fine in all browsers, except IE6. IE6 puts the text to the very bottom of the page.
It is as ...
Anybody any ideas how to achieve this
I want this effect
<table>
<tr><td width=100></td><td width=100></td></tr>
</table>
I can do it with float, or position absolute, but can it be done without these two?
...
I am trying to create a "porthole" using CSS. When I say porthole, what I mean is to make a portion of the screen see through so you can see whatever is behind the porthole and thats it.
I was able to get the effect I wanted by setting the background color of the body to the same as the foreground color, then using a porthole image whi...
Is separation of Content, presentation and behavior possible every time ?
Many time through javascript we add classes to html and we use in CSS visibility:hidden inline.
Should we always invest time ti keep all separate?
...
Ok, this is really annoying and I can't understand why this is even happening.
I may have screwed some stuff up when trying to get the CSS Sticky footer to work.
I had one going on, but it seemed at the body wasn't liquid so I thought I'd try this one:
http://ryanfait.com/sticky-footer/
But the results ended up like this:
http://www....
I'm trying to create an automated image slider/carousel using the jQuery cycle plug-in and the pager option to allow for navigation.
Its meant to fade from one image to the next, and provide a series of pager elements that partially cover over the image much like this example here
For all intents and purposes its functioning fine, but ...
What would be the proper way to do this? I have an <h1> tag, and I want to display a <a> that is inline with it.
...
Does inline css and javascript really affects to site SEO?
...
Here's a switch. I used to have problems getting display:none to work in Firefox. Now it's IE6 that's driving me insane.
I am modifying a website for a friend's company, who unfortunately is still running the lion's share of machines on IE6. I have a web form (ASP generated, but that's not where my issue lies) that stores contact inform...
I want to create a dynamic vertical line on the right side of my page.
I would prefer to only do this in CSS.
I want to be able to set the line at a certain height, but when the text expands the line should of course expand, also the position, vertically, should be able to be set.
So:
|
| This is some text, |
| more text |...
Hi all,
I have an .swf file (a flash animation) that is too big and unfortunately we do not have the source code (the .fla file) anymore. I need to display it in a div, and want to hide part of it.
Any idea?
Thank you.
...
Hi,
Is there a simple way to declare CSS classes for Symfony form labels?
This doesn't work:
<?php echo $form['email']->renderLabel('class' => 'my-css') ?>
Found this and it works but it feels counter-intuitive, as it makes the form labels themselves obsolete by requiring the label to be written out in the template:
<?php echo $for...