answersLogoWhite

0

CSS Cascading Style Sheets

A widely used style sheet language, the Cascading Style Sheets (CSS) describes the layout of HTML, XHTML, and XML documents. CSS separates the presentation from the content of the document to provide accessibility and flexibility.

423 Questions

How do you create profiles using CSS?

To make a "Profile" out of nothing, you'll need much more than CSS. HTML is a strong and widely accepted language, and can do what you need. CSS is used for decorating, aligning, and placing things from what HTML makes. That means CSS alone is not strong enough to create a webpage. If your talking about editing profiles like facebook or myspace, there are special websites that discuss and tutor how to tweak or trick-out your profile with CSS. If your looking for those websites, google is a good solution. [ http://www.google.com ]

What is Michelangeloesque style?

Michelangeloesque style refers to the artistic techniques and qualities reminiscent of the works of the Renaissance artist Michelangelo Buonarroti. This style is characterized by dynamic poses, dramatic expressions, and a strong emphasis on the human form, often showcasing muscularity and anatomical precision. It also reflects a deep emotional intensity and spiritual depth, evident in both sculpture and painting. Artists influenced by Michelangelo often strive to capture the grandeur and complexity of human experience, blending classical ideals with a personal vision.

What is difference between Delegate and Event in Net?

In .NET, a delegate is a type that represents references to methods with a specific signature, allowing methods to be passed as parameters or assigned to variables. An event, on the other hand, is a specialized delegate that is used to provide notifications to clients when something happens, encapsulating the delegate and allowing for a publisher-subscriber model. While delegates can be invoked directly, events provide a layer of abstraction and encapsulation, ensuring that subscribers can only register or unregister their interest without invoking the event directly. This enhances encapsulation and helps prevent unintended method calls.

How do you create javascript SOAP client for jira?

To create a JavaScript SOAP client for Jira, you can use a library like soap or easy-soap-request. First, install the library using npm. Then, set up your SOAP client by specifying the Jira WSDL URL to create a request, and configure your authentication (basic auth or OAuth) as required. Finally, you can make calls to Jira's SOAP API methods by sending properly structured requests and handling the responses accordingly.

Difference between absolute and relative in css?

Absolute is used to refer to a specific position on the screen. Relative is for refering to a position relative to a another item. If you wanted something 1 inch from the top and 1 inch from the left, that would be an absolute. If you wanted something 1 inch below the position it would be normally displayed, then that would be relative.

<span style="position:absolute; top:1in; left:1in;">This is absolute</span>

<span style="position:relative; top:1in;">This is relative</span>

How do you make something float in CSS?

There are four positioning types of float; static, relative, absolute and fixed. Some will accept the left, right and none values. If you wish to end them and go back to full screen, then you will need to use clear.

One slick trick is to use an element in you sytlesheet that is br.clear with the clear:all attribute and then use <br class="clear"> in the HTML

How do you remove the f-source button from an f-source drop-down menu Is there a code to be removed for this?

You need to purchase the full version of the f-source product in order to get rid of the f-source button. The trial version does not allow the f-source button to be removed.

How can I use the font Liberation Serif on a web page using CSS?

Add the name of the font to the font-family tag. Remember to include other font options for those who do not have Liberation Serif installed on their computer.

Example:




How many basic software should you I know for learning web designing?

Softwares most commonly used:

Basic:

  • Macromedia Dreamweaver (for coding)
  • Adobe Photoshop (for designing)
  • Macromedia Flash (for desiogning flash websites/contents)

Other Softwares (depends on you whether you want to use or not as per your needs) :

  • Corel Draw (for creating logos, etc)
  • Illustrator (for creating vector graphics, collage, etc)
  • And Many More (Depends on you as per your needs in web designing)