Do you have trouble with XHTML/CSS/JS ?

Everything HTML/XHTML/DHTML

Re: Do you have trouble with XHTML/CSS/JS ?

Postby smith21 on Wed Jan 07, 2009 7:01 am

Hello wenkang.its nice to see you in this forum because you have a good thinking about other people.you wanna help someone with your suggestions its really so nice of you.good going man.thanks again.
smith21
 
Posts: 3
Joined: Wed Jan 07, 2009 6:50 am

Re: Do you have trouble with XHTML/CSS/JS ?

Postby Voodoochilli on Sun Feb 15, 2009 1:38 pm

He was a spammer. Been a lot of them recently!
User avatar
Voodoochilli
Site Admin
 
Posts: 77
Joined: Tue Nov 27, 2007 9:52 am
Location: Hereford, UK

Re: Do you have trouble with XHTML/CSS/JS ?

Postby Rozanne Emery on Mon Aug 10, 2009 11:12 am

Pass your creative web design work to us in any of the common formats and we will turn it into pixel-perfect, cross-browser compatible W3C valid XHTML/CSS markup. The formats we accept include PSD, PNG, AI, JPEG and even existing HTML. Your design can be converted to markup within 8 hours from the time of acceptance. Even if your design contains complex dynamic elements, like a spry menu, slider, etc., our professional team can implement them with JS or Flash. With our service, you can always feel free to design web pages with flair.


Social Media Optimization and Marketing Company
Rozanne Emery
 
Posts: 14
Joined: Thu Aug 06, 2009 9:39 am

Re: Do you have trouble with XHTML/CSS/JS ?

Postby Kunegunda on Thu Feb 04, 2010 11:05 am

If you are facing problem to design you site through Xhtml, css, java, Html and other such things. You don't find it. You must go to http://www.w3schools.com. Every thing about site codding is here.
Kunegunda
 
Posts: 2
Joined: Thu Feb 04, 2010 10:59 am

Re: Do you have trouble with XHTML/CSS/JS ?

Postby MaryTodd on Fri Mar 19, 2010 9:43 am

If you are facing problem with XHtML, CSS, JS, JAVA etc. Then you need to see one place. Evey thing about coding available there. such as http://www.w3schools.com
MaryTodd
 
Posts: 2
Joined: Fri Mar 19, 2010 7:38 am

Re: Do you have trouble with XHTML/CSS/JS ?

Postby JamesHarran on Thu Apr 22, 2010 12:01 pm

I want to learn XHTML as well as CSS but after taking three consecutive days lecture i am fed up.So please tell me the easiest way to learn this.
JamesHarran
 
Posts: 3
Joined: Thu Apr 22, 2010 11:56 am

Re: Do you have trouble with XHTML/CSS/JS ?

Postby JamesMonroe on Tue May 25, 2010 10:58 am

To target only webkit, which includes Google and Safari, encompass all the CSS that you want to use just to target Webkit in the following @media block:

@media screen and (-webkit-min-device-pixel-ratio:0) {
.myClass { background-color: #FF0000; }
#myId {color: #0000FF;}
p, a, li {text-shadow: 3px 3px 3px rgba(0, 0, 0, 0.4);}
}

Put the above code anywhere in your CSS file. The other browsers will read the rest, but only webkit reads the -webkit-min-device-pixel-ratio of the declaration, and therefore only Chrome and Safari will abide by the rules in the CSS code block.

The important stuff to learn:

@media screen and (-webkit-min-device-pixel-ratio:0) {
/* put webkit CSS here*/
}
JamesMonroe
 
Posts: 3
Joined: Tue May 25, 2010 10:10 am

Re: Do you have trouble with XHTML/CSS/JS ?

Postby asdfghjkl on Sat May 29, 2010 4:43 pm

I am learn XHTML as well as CSS but after taking three consecutive days lecture i am fed up.So please tell me the easiest way to learn this.
asdfghjkl
 
Posts: 16
Joined: Thu Feb 04, 2010 4:07 am

Re: Do you have trouble with XHTML/CSS/JS ?

Postby Andrew12 on Mon Jun 07, 2010 10:19 am

One of the primary misunderstandings about XHTML is that it is just another version of HTML. This misunderstanding is compounded by the fact that Microsoft® Internet Explorer only supports XHTML if it is served with Mime type text/html rather than the recommended application/xhtml+xml.

When an XHTML page is served with MIME type text/html it is treated by all browsers as if it were nothing more than HTML. However when an XHTML page is served with MIME type text/xml or application/xhtml+xml, then it should be treated as an XML document which must conform to the strict rules for authoring and displaying XML.
Andrew12
 
Posts: 3
Joined: Thu Apr 22, 2010 7:13 am

Re: Do you have trouble with XHTML/CSS/JS ?

Postby Dan8 on Fri Jul 02, 2010 4:47 am

If you have a problem regarding this HTML code I suggest to visit W3School.
Dan8
 
Posts: 5
Joined: Fri Jul 02, 2010 4:40 am
Location: Australia

Next

Return to HTML Forum

Who is online

Users browsing this forum: No registered users and 0 guests

cron