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

What type of girl is Harry Styles looking for?

Harry styles Likes a sweet, kind, cheeky, talented girl who has a great smile and laugh. Looks he likes on a girl: Nice smile, blue or green eyes, shorter than he is,a and someone who can like him for him

Which is not a valid value for the background-position property?

The accepted values for the background-position property are:

left top

left center

left bottom

right top

right center

right bottom

center top

center center

center bottom

x% y% (the first value is the horizontal position in percent and the second value is the vertical position in percent)

xpos ypos (the first value is the horizontal position and can be in pixels or any other CSS unit and the second value is the vertical position and can be in pixels or any other CSS unit)

initial

inherit

Any values outside of the above are considered invalid and will be ignored by the web browser.

What is dogie style?

A sex position where one partner penetrates another parter, who is on his or her knees, from behind. If you have ever seen a dog hump something, it's like that. But seriously? Why ask that here? Just do a google image search, hahahahaha

Can you able to create table using css?

You can style a table in CSS, HTML is what you would use to create it though.

What is the difference between DIV and TABLE?

The TABLE tag is used to store tabular content and as such has child tags such as TR (for table rows), TD (for table cells), TH (for table headers), etc.

The DIV tag is used simply to encompass a block for styling or structural reasons, it is similar to the SPAN tag but it a 'block' element as oppose to an 'inline' element (which SPAN is).

How do you make menu tabs with HTML and CSS?

You will really need a little more horsepower than straight HTML and CSS to pull this off. The easiest way is through the jQuery User Interface toolkit.

This is a free library that allows you to design a complete interface look and feel. You can then download the interface and embed it into your site.

http://jqueryui.com/

It's pretty easy to get nice-looking tabs this way.

I describe the process completely in my book, and I have many examples on my website you can look at whether you use the book or not:

http://www.aharrisbooks.net/jad/chap_13/

The order when combining all of the CSS styles for lists is?

When using the shorthand list property in CSS, the order of the arguments is:

  1. list-style-type
  2. list-style-position
  3. list-style-image
  4. inherit

Giving us a CSS declaration that might read like this:

list-style: circle inside url('lists.png');

In the above case, the circle declaration will be used if images aren't available in the browser for lists.

Can css comments be nested?

No, the CSS specifications explicitly state that CSS comments cannot be nested. If you try to do this, then your nested comments closing delimiter */ will close out the larger comment and anything after it will be rendered by the web browser. When comments are nested, the nested comment's beginning delimiter /* is ignored yet the closing */ is not.

What is the better way to use inline css or css using style tag?

The best method is to use an external style sheet. This allows all pages within a website to access the styles without having to copy/paste the style code into the <head> of each page.

However, if the question simply applies to inline vs internal, the best method would be internal (all styles defined in the <head> of the HTML document) rather than inline. It's cleaner, and easier to update, and Web Spiders prefer clean HTML, meaning the site will be indexed slightly higher using internal vs inline.

How do you link css to a database?

CSS, Cascading Style Sheet, is a formatting tool. It can not connect to a database. You need to use a programming language like C#, JavaScript, or PHP.

How Website designers helps to create Website Designing?

Website designers help to create Website Designing because they are professional to make web designing and they will not consume your time. They will create a website according to your need for your business. But make sure you need to check the portfolio of the company before hiring any web designing how much experience they have. On how much project they worked till now.

How do you change the background color of your website's navigation bar using CSS?

Something like this would work, emphasis on the style attribute. Replace #000000 with any color value of your choice; any color definition that normally works with CSS works here (since it is CSS). ----

---- Profiles belonging to Social Networking Sites (like MySpace and Facebook) may have a specific way of changing the navigation bar's background color -- some may not have that option at all. See your Social Networking Site's FAQ section (or other means) as to whether changing the navigation bar's styles is allowed (and possible).

Name 5 serif fonts and name 5 sans serifs?

Sans Serif: Arial, Geneva, Helvetica, Lucida Sans, Trebuchet and Verdana.

Serif: Garamond, Georgia, New York, Bookman Old Style, Times New Roman

What kind of style sheet can be applied to more than one webpage?

Any external CSS style sheet can be applied to multiple web pages. That is the beauty and the advantage of CSS, one style sheet containing all of your styling rules can control the presentation of hundreds and millions of pages. If you need to change one rule, with CSS you only have to change it in one place and that new rule and style is now used site wide and you only had to make one change.

What are CSS Jobs Like?

If you've got a knack for developing web content, then CSS jobs just might be right up your alley. CSS jobs are geared specifically towards those who love dabbling in CSS/HTML and creating content for users that they will enjoy and remember. If you've got an inkling that you might enjoy a job in CSS, you can read all about what one would be like to make your final decision!

Generally, people who work in CSS jobs spend a lot of their time in front of the computer. In some cases, they may spend time planning or making wire frames and outlines for web content, but the majority of the work day will be spent on the computer and working with code.

In all cases, a strong knowledge of CSS is required, and knowledge of other areas in web development is probably very helpful as well for matters such as integration and more. For example, employers might prefer that candidates for CSS jobs have strong understandings of Javascript, jQuery, XHTML, and more. In addition to this, the CSS coder must be able to communicate well with coworkers and display a strong understanding of web development terminology. A knack for staying up on the latest software and web tools is also generally strongly preferred.

Not only does a CSS coder need to possess this type of knowledge, he/she also needs to display a certain set of skills. For example, a coder must be very punctual about meeting deadlines and juggling multiple tasks at once. The coder must be creative and original with his/her code, and they must be able to write CSS code from scratch without any sort of help or copying/pasting.

One of the most prominent skills that a CSS coder must possess is strong attention to detail. Because a CSS coder will spend most of their time writing and analyzing code, this will mean that he/she will be sifting through large amounts of text while on the job. The coder must be quick about picking out small details and finding subtle errors.

If you like the idea of working on a team with others in web development, then CSS jobs are probably a good fit for you. Because CSS relies on other code to create a complete web document or application, you will more than likely always be working with other coders.

How do you display a border in a CSS syntax?

In CSS syntax, you can control the display of a border through many different properties depending on your needs. Properties that control the border include: border, border-top, border-right, border-bottom, border-left, border-style, border-color, border-width, border-top-color, border-top-style, border-top-width, border-right-color, border-right-style, border-right-width, border-bottom-color, border-bottom-style, border-bottom-width, border-left-color, border-left-style, and border-left-width. With these numerous properties you can control each side of the border differently. The properties of border, border-width, border-style, border-color, border-top, border-right, border-bottom, and border-left are all shorthand properties in that you can specify multiple declarations in one property as opposed to setting each individual property separately.

Let's say you were wanting to put a 1 pixel, blue topaz, dashed border around all paragraphs. In your style sheet you would do:

p { border: 1px dashed #0198E1; }

That's the shorthand way to do it, which is the more common way. The following would result in the same thing but takes up more space then the above single declaration.

p {

border-top-color: #0198E1;

border-top-width: 1px;

border-top-style: dashed;

border-right-color: #0198E1;

border-right-width: 1px;

border-right-style: dashed;

border-bottom-color: #0198E1;

border-bottom-width: 1px;

border-bottom-style: dashed;

border-left-color: #0198E1;

border-left-width: 1px;

border-left-style: dashed;

}

How do you remove CSS?

This a question can have many contexts; here are some answers to them.

Getting your browser to ignore CSS
Some browsers come equipped with a set of options that allows you to render web pages while ignoring CSS; if they do not, browser extensions may be available to do such a thing -- FireFox is such a browser.
There are browsers that cannot ignore CSS without editing its framework or source -- Internet Explorer is one of these browsers.
Alternatively, you could switch to a text-based browser like Lynx, where you only receive text and uninterpreted code. Getting rid of CSS on a document that you have access to
Remove all CSS source on the document in question, as well as any references to external stylesheets. In (X)HTML, for example, you would remove any tags that link to stylesheet, and any tags that define styles. Getting rid of the primary CSS on a MySpace, ShoutLife, (etc) page
Primarily, you are not allowed to remove the core CSS (or references to them) that makes up a profile page. However, you are sometimes allowed to override certain elements, and to define styles to your own custom elements.

You can remove a personal CSS code that you have added before yourself by editing your page, highlighting the CSS code, and pressing the delete or backspace button.