notes, references

February 27, 2009

div tag hidden/displays/goes behind flash/applet

Filed under: HTML/CSS/Javascrip/AJAX... — Tags: , — karthik @ 6:14 am

Ran into a problem couple of days ago where a the contents of a div tag (used for a popup menu) was displaying behind a flash movie also on the same page. the are where the div overlaps with the flash movie gets cut off. playing with different values of z-index did not help.

Using ‘wmode’ parameter with the value ‘transparent’ for the <object> and <embed> tags worked perfectly.

<object ...>
   <param name="wmode" value="transparent"/>
   ...
   <embed ... wmode="transparent".../>
</object>

(Found the solution at http://www.webmasterworld.com/css/3468404.htm; thx to the person ‘Achernar’ who gave the solution)

October 2, 2007

CSS – browser page border missing

Filed under: HTML/CSS/Javascrip/AJAX... — Tags: — karthik @ 8:58 pm

this will never be problem for people who use CSS everyday.

The scroll bar on the browsers stopped showing up on the pages I was developing and then I realized my stupid mistake:
overflow:hidden;
for the body tag which I had forgotten to remove after some testing I had done earlier.

July 12, 2007

Aptana – free open-source JavaScript-focussed editor

Filed under: HTML/CSS/Javascrip/AJAX..., tools, utils, api, etc — Tags: — karthik @ 5:44 pm

Aptana Home Page

<<
The Aptana IDE is a free, open-source, cross-platform, JavaScript-focused development environment for building Ajax applications. It features code assist on JavaScript, HTML, and CSS languages, FTP/SFTP support and a JavaScript debugger to troubleshoot your code.
>>

Amaya – open source HTML/CSS editor from W3C

Filed under: HTML/CSS/Javascrip/AJAX..., tools, utils, api, etc — Tags: — karthik @ 5:41 pm

Amaya Home Page

<<

Amaya Amaya is a Web client that acts both as a browser and as an authoring tool. It has been designed by W3C and INRIA with the primary purpose of demonstrating new Web technologies and helping users to generate valid Web pages.With Amaya, you can manipulate rich Web pages containing forms, tables, and the most advanced features from XHTML. You can create and edit complex mathematical expressions within Web pages. You can style your documents using Cascading Style Sheets (CSS).
>>

Theme: Silver is the New Black. Blog at WordPress.com.

Follow

Get every new post delivered to your Inbox.