html

How do I get this page programatically?

Here is the page THE LINK TO LYRICS SITE If I use normal method, all I get is the "http://lyricsvip.com" and not the lyrics. ...

Turning an image in HTML, Javascript

Is it possible to turn an image? (cross browser, and no plugins) For example a rolling ball, in Flash it is easy, there must be a good alternative since HTML5 is coming etc. ...

IN PHP , how to have datagrid or gridview

Hi , How do select row in table ?? suppose table has ID and Name if I select first row and middle row and click on submit button, How to display selected values ? ...

HTML Tables in JasperReports

I wanted to accomplish what was asked in this post, but the question was never fully answered. I am importing statements from a legacy database that contains HTML inside of the entries. I do not have control of the architecture and must work within these boundaries. It renders the formatting (b, i, etc) but the tables are rendered in ...

Firefox 2 float issue?

Hello, I have a site, http://www.denispellerin.ca/ that works fine in almost all browsers except ff2.0 the #content/.entry areas appear UNDER the sidebar, rather then float to the right. I have tried to fix it several times with no luck, can anyone see a reason why it would not be properly floating? I tried messing with the widths and s...

Is line-height variable between browsers

So I've done a bit of googling around and can't seem to find a clear answer. Does the line-height property vary between browsers at all or is it just standard and font-size is all that we need to worry about? ...

strech font in CSS

I am trying to strech text in CSS. For me, font-strech property doesn't work. How can I do it? ...

IE7 content is below container

on this site, http://dncminneapolis2012.com/new2 the content (where it says Minneapolis 2012 Democratic National Convention) is hidden beneath another div in IE7. Can anyone tell me how to fix this? Everything works great in Chrome, Firefox, and Safari ...

Is google adsense breaking my menu displaying ?

Hello, i've noticed a annoying bug. When you navigate on my website, the menu (on top right) acts normally : http://bit.ly/cPcnGA But as soon as you go on a page where is an google adsense ad, the menu appears for 1seconds to 5 seconds, complitely exploded (means that we can see all the subsmenu) Example here : http://bit.ly/971vMl ...

Layout issues in Opera.

In Opera my website logo appears out of place. I have spent the last couple of hours trying to figure out how to fix this. It works just fine in Firefox and Chromium. The ID for the logo is simply 'Logo'. The site it located at http://next.icartrading.com/ If this isn't the best place to post this problem, tell me where else. Thanks! ...

Changing a pages "Title" changes it's name in the menu list...

I have a menu in Sharepoint. In that menu is a list of about 5 pages. When I go to these "sub" pages, I edit their properties and change their title. However, this also changes the link name in the menu which is undesirable since the client wants titles like "About us | Hey hey hey | etc" for SEO reasons. If anyone could help that'd be a...

Is something wrong with wrapping whole Smarty templates in {strip} tags?

I want to keep my templates tidy and nicely intented but would like to deliver only very compact HTML to the browser. Missing a better idea, I was wondering if there is something wrong with wrapping whole Smarty templates in {strip} tags like so? {strip} <div class="albums"> <h2>Alle Foto-Alben</h2> <ul ...

What do I do if I don't want my website to be indexed by search engines?

What's the tag that you have to put in HTML to prevent your pages from being indexed by search engines? ...

Flash loses focus in firefox

On one of the forms in my page i have some input boxes and textareas and also a flash object. When the page loads the flash object is in focus and i can click into the textarea and input boxes and the flash object still has focus, i can tell this because i have a button in the flash that has a roll over effect and when clicking the butt...

Aptana: Can PHP and HTML code assist happen in the same file?

I'm attempting to use Aptana for some web programming. For the most part, I'm impressed! One thing that's driving me crazy is that Aptana won't perform code assist on PHP code in an .html file... and conversely, won't perform HTML code assist in a .php file?! Am I missing something here? Pushing "best practices" aside for a moment... P...

Why Open Redirect URLS?

I've been going through the OWASP top 10 to get a deeper understanding of each specific type of vulnerability. I've made my way to the last item, Unvalidated URL Redirects. I understand the attack; such a phishing scheme seems completely obviously now that I have read about it in OWASP. What I am struggling to understand is why this s...

ImageButtonBean in Firefox

Did anybody use the ImageButtonBean from struts? It works fine in IE, but in Firefox i got an IllegalArgumentException when i tried to set the properties of ImageButtonBean. This error, according to struts Documentation, is caused by a bean or a name of the property null (http://commons.apache.org/beanutils/api/org/apache/commons/beanuti...

CSS Input Type Selectors - Possible to have an "or" or "not" syntax?

Hi Guys (and Gals, if they exist in programming), If i have a HTML form with the following inputs: <input type="text" /> <input type="password" /> <input type="checkbox" /> I want to apply a style to all input's that are either type="text" or type="password". Alternatively i would settle for all input's where type != "checkbox". Se...

jQuery thickbox window resize from click inside window

Question about jQuery thickbox 3.1 When the user opens the thickbox window, I have a button that they can click to show some content that's originally hidden. Right now when you click, the content shows and pushes everything down and the thickbox window gets scrollbars. I'm trying to figure out how to make the thickbox window resize i...

How can I change my CSS so my widgets don't overlap each other when trying to "minimize" them?

I asked a question awhile back about how to properly do my css/html so I could make a rounded widget based on an image I had. The question was answered here and the solution works great. The widgets look just like I want them to: Their basic structure is: <div id="widget3" class="widget"> <div class="widget-top"> ...