Tyssen
Dec 21 2005, 11:51 PM
| | QUOTE(Avalon @ Dec 21 2005, 09:44 PM) CSS has different attributes for different browsers
No, CSS has the same attributes for all browsers. It's how much different browsers adhere to the letter of the W3C standards that affects how your sites display. And to answer your question, yes XHTML does display correctly in all browsers if you code correctly. |
Reply
michaelper22
Dec 22 2005, 12:08 AM
QUOTE(Tyssen @ Dec 3 2005, 08:07 PM) How will people serve up Flash content without the <object> tag? I'm guessing that the <embed> tag still exists (I'll look it up on www.w3schools.com) in XHTML. As far as I know, it's a cross-browser tag. Correct me if I'm wrong.
Reply
Tyssen
Dec 22 2005, 12:15 AM
QUOTE(michaelper22 @ Dec 22 2005, 10:08 AM) I'm guessing that the <embed> tag still exists (I'll look it up on www.w3schools.com) in XHTML. As far as I know, it's a cross-browser tag. Correct me if I'm wrong. Embed became deprecated with HTML 4.01.
Reply
Lozbo
Dec 28 2005, 02:29 AM
QUOTE(Tyssen @ Dec 21 2005, 05:51 PM) No, CSS has the same attributes for all browsers. There are special css for IE and for Mozilla, try google for changing the color of the scroll bar (only for IE). For example: moz-border-radius is a CSS property only for Mozilla. scrollbar-face-color is a CSS property only for IE. I believe there must be more, for other browsers yet i ignore it.
Reply
Tyssen
Dec 28 2005, 04:50 AM
QUOTE(Lozbo @ Dec 28 2005, 12:29 PM) There are special css for IE and for Mozilla, try google for changing the color of the scroll bar (only for IE).
That's CSS properties. The attributes are the things that relate to the properties. I meant that if you have a property common to all browsers, it has the same attributes - it doesn't have different attributes depending on what browser you're using.
Reply
Lozbo
Dec 28 2005, 06:56 AM
If an attribute depends on the property, and there are special properties for different browsers, then obviously you will have special attributes right? I don't really understand what you are trying to say... the fact is that you can not use the scrollbar-face-color propertie to change the color of the scrollbar in firefox, so I think that the point is whether or not CSS will become totally cross browser standard, which I believe it already ALMOST is... So the main issue will be with the browsers, so that they show up things as they were intended to be based on w3c standards...
Reply
Tyssen
Dec 28 2005, 11:23 AM
QUOTE(Lozbo @ Dec 28 2005, 04:56 PM) I don't really understand what you are trying to say.
I can't make it any clearer than I already have.
Reply
mystmag
Jan 3 2006, 11:41 PM
XHTML is something that I hate using, however it's growing to become more popular than HTML...all tags must be lowercase, you must end all tags, even breaks. In short, learn HTML before you learn XHTML. QUOTE(jlhaslip @ Nov 1 2005, 07:10 PM) Xhtml is very similar to html. The biggest differences in terms of using it are : 1) requires a different Document Tpe Declaration at the start of the file. CODE <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/tr/xhtml1/DTD/xhtml-strict.dtd"> 2) all tags need to be closed. Even single tags use a "/" to close the tag. CODE <br /> 3) all tags must be lower case. CODE <TITLE> is not acceptable, but <title> is. 4) less forgiving. It assumes nothing. In html, you can forget an end tag. Not in Xhtml. There are other differences, but these are the main issues you will run into as you adapt to the differences... For a more complete description, look here at the w3schools web site. Good luck with it.... it is easier than it looks if you already have an Html background.
Reply
Recent Queries:--
powered by joomla!. valid xhtml and css - 37.17 hr back. (1)
Similar Topics
Keywords : xhtml
- Html, Xhtml, And Css, Sixth Edition (visual Quickstart Guide) Review
(0)
Xhtml Input Field Problem
(1) Hi, i use XHTML Strict and CSS, making one site. Here's some CSS code : CODE .LoginFromField
{ margin : 9px 3px 0 3px; width : 120px; height : 18px; float : left; color :
#666; background-image : url(./FormFieldDefaultBg.gif); background-repeat : repeat;
font-family : Verdana, Helvetica, sans-serif; font-size : 12px; border : 1px solid #aaa;
} XHTML code: CODE <?xml version="1.0" encoding="windows-1251"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "h....
Opening Hyperlink In New Window Using Xhtml 1.0 Strict
(5) My website (currently under construction) is all going well until I realized that the XHTML 1.0
Strict DTD does not allow the target="_blank" attribute. How would I find a way around this? I'm
used to using XHTML 1.0 Transitional, but I want this website to be Strict for a change. I would
really like it if someone here at trap17 can give me some css that allows them to be opened in a new
window. I have searched on Google and only found ways that include writing my own DTD (which I
don't want to do), use javascript, and use another doctype. All of those things, ....
How Xhtml Is Different From Html?
(2) Recently I went through some tutorials in w3schools.com about XHTML. I got the idea that XHTML is
just the combination of XML and HTML. It is just some changes which has to be done to the
traditional HTML pages to make it XHTML page. Now, my doubt is that is it that the search engines
especially Google rank website page according to the HTML specifications they use in the page.
Like, will a XHTML page have a more edge over the HTML page when it comes to search rankings?
Please reply me. Thank you..! Topic title modified. ....
Xhtml Strict Links Tip
A problem might accure (5) If you try to put a link that has an & in your xHTML strict page, you need to change & to & in
order for the page to be xHTML Strict.. eg.. BAD LINK: CODE
http://jasamza.korisnik.com/forums/viewtopic.php?f=19&t=7&sid=6c2e9120dcff6e0b83698c4aa7be929a
GOOD LINK: CODE
http://jasamza.korisnik.com/forums/viewtopic.php?f=19&t=7&sid=6c2e9120dcff6e0b83698c4aa7
be929a copy pasted &....
Questions About Xml, Xhtml
(3) Hi, I like to know briefly about XML , XHTML and can be they be in replacement of MYSQL/MYSQL for
data storage?....
Create A Xhtml, Css3 Valid Gallery With Javascript ;part 1
(0) What were making In this tutorial, we will be creating a web page that can be used for a gallery, an
easy way of showing your portfolio of works or photography, etc. The page will be coded in XHTML
1.0 Strict and CSS3 valid, our CSS won't even have any warnings on them apart from one. So the
first thing we need to do is set up a base structure for the XHTML. Below is the code for this.
HTML html xmlns =" http://www.w3.org/1999/xhtml "> head > meta http-equiv ="
Content-Type " content=" text/html; charset=iso-8859-1 " /> title >XHTML & CSS Galler....
I Want Valid Xhtml Using Qupis
My site is, but the links you added are not (6) Well i went and validated my site that i am in the progress of putting up on Qupis. I have one on
Trap 17 also, but this is going to be my portfolio site for graphic design. Anyways... I went and
validated my CSS so far, VALID! Went to go validate my XHTML, VALID!, well kind of not
really. The code i have written there is not one error, but there are 3 with the table you have
added below the document. Is there anyway i can keep all of those links, but put them in a div
inside of the HTML document so i can have valid XHTML? Is that a possibiltie? I know of web h....
Wml / Xhtml ?
for wap (6) wml/xhtml who gvs more facilities to make a wap-community site?....
Need Free Help With Upgrading Websites For Church
Must be versed in XHTML and CSS (4) I recently helped a Father Andreas of the Ukrainian Orthodox Church in Denver revamp his
websites. He was happy enough that he passed on the information about my help to a friend. I have
received this e-mail, but I am unable to do much since I am not educated in XHTML and only know
basic CSS (still learning). QUOTE I want to update my websites from HTML with tables to XHTML
with Style Sheets. All of my websites are for my Church, the Hellenic Orthodox Traditional Church.
Would you be able to assist me with this project? In Christ! Symeon of Denver If....
Embed Tag Valid In Xhtml 1.0 Strict?
(2) Is it? If not, could anyone reccommend how to get round it?....
Simple Xhtml Tutorial
Simple tutorial I wrote (17) Updated Version made on 3/5/06 Updates: 1.Made it for JUST XHTML 2.Differences from HTML section
3.XHTML1.1 and 1.0 Welcome to my basic XHTML tutorial. ---DIFFERENCES FROM HTML--- The document must
be well formed: -You can't have overlapping tags, for example: HTML em > p >hello /em > /p
> -That is incorrect HTML em > p >hello /p > /em > -That is correct Tags must be all
lower-case: -Tags are now case-sensitive HTML LI >List Item /LI > -Incorrect HTML li
>List Item /li > -Correct Tags must be closed: -You must close all your tags HTML ....
Xhtml Software
?To use quotes or not? (15) I have gone over to W3C and W3 School to try to bring myself up to date on XHTML. When I use
their on site validator, it just doesn't like all the quotation marks in the body of my work.
/sad.gif' border='0' style='vertical-align:middle' alt='sad.gif' /> I get a tremendous amount of
errors all pointing at quotation marks in the body. I get the impression that using them is
passe'. Is this true? /wub.gif' border='0' style='vertical-align:middle' alt='wub.gif' />
Could somebody please tell me where I can get a HTML software that either doesn't....
Xhtml Strict Method For Submit/reset Buttons As An
(1) What's the proper way to handle submit and reset buttons? Using type submit and reset don't
allow you to replace the default button with an image, using the type image doesn't allow a
button to automatically act like a submit or reset....so far as I know. So How should I do this
when I want to use a custom image as the button? Code will be best way to explain, thanks! ....
Html Or Xhtml
Which one do you prefer (10) I know that XML and XHTML have taken long straids.Which one do you prefer. Is transferring my site
to XHTML from HTML worthy Comment your views /dry.gif' border='0' style='vertical-align:middle'
alt='dry.gif' /> ....
Encoding And Xhtml Requirements
(2) OK, so after reading a lot of contradicting information I decided to ask. How should document
encoding be announced? The W3C validator (or at least links from the same upon a missing encoding)
suggests the server should send the encoding in the content-type header. The problem with this that
I see is that you can't always make a blanket judgment about what encoding pages will be in. Is
it simply suggested to use .htaccess files (or equivalent) for this, then? I am led to believe that
most (all?) browsers will ignore a content-type meta tag. Is there another in-file o....
Send Mail In Strict Xhtml
form elements atribute Name (2) Im using xhtml strict, and trying to send a form to 'mail.php' which actually sends the
data, but it seems that php does not detect the $_POST ; if i do not assign a "name" attribute
in the form, but strict xhtml does not accept the name attribute in my form elements... When i try
to validate, it says... "there is no name attribute" and stuff... and what i say is yeah yeah
whatever you perverse Markup Validation Service, i knew that... but php does not recognize an id
attribute to use with $_POST so i can not send info, or tell me if i'm wrong? Wha....
Modify The Invision Skin Standards
about the xhtml (1) and hi, i just used the ipb1.3final.yeah.my skin is caliskinV6,got that from here ,since the cali3D
won't realease the new skin for IPB1.3 i just wanna to know if this is impossible,--modified the
skin to xhtml 1.0 or 1.1 standards. and you know the default skin of ipb is a comptnet,and the
Adding skin like CaliskinV6 is another comptnent,they are the different system,so i think there
would be the way to make the templates to xhtml stict. thank you,guangdian.....
Strict Xhtml
target atribute (4) I have ran into this issue; Strict XHTML 1.0 does not support target atribute... so what should i
do? How will i use _blank pages with my stuff?....
Xhtml 1.1 Vs Xhtml 1.0
Whats the difference? (13) Is it only one type of xhtml 1.1 versus the three different types of xhtml 1.0 (strict,
transitional-loose, and frameset)? Is it 1.1 only strict? What are the differences or whats this
all about? I have heard something about xhtml 1.1 but have not actually seen one (not that i know at
least)... Thanks!....
Standard Compliant Cms
XHTML, CSS, etc (2) Which CMS are standar compliant? I know it also depends on the template, but not totally. I know
wordpress is, and that joomla is not right now. So which are actually compliant (i would like to
know particularly about mambo, php-nuke and xoops, but if theres another which is also as good as
those...)?....
Xhtml Forms Layout
all within the standars (8) We all remember the good old tables right? When we used them to design or beloved websites. But
nowadays things have change a little bit, strict code format, css, xhtml and no tables. And so
when it comes finally to the design of a form, instead of having two rows (left row with the label
and right row with the input tag) and those rows aligned to look nice (left row= right aligned and
right row=left aligned), how can we keep order with our fancy style sheet? Thanks in advance.....
Xhtml Dtd
can you set it up? (5) Can you set up the document type definition in order to create your own tags in XHTML? (Just as it
happens with XML). I have been learning XML and DTD, and as i actually DO find it useful, i think
its even more useful the fact that a language (like HTML) already strongly accepted, has its own
structures defined. Its just sometimes you need to add a little adjustment here and there. So i
ask if theres a way to define this in XHTML, your structures of tags and attributes and all that. I
already know a coupple of sites which teach xhtml, but just have not found what i wa....
Order With Xhtml And Css
how do i improve (10) hi!, actually i'm working on one site for my grandma's vivarium, i have been researching
all kinds of features about xhtml and css and it rocks, but i have got a lot of problems with the
arrangement, alignement and possitioning, specially when the content of tables differs and i have to
create a new class, and then i have to reorder all the padding, marging, width and heights commands
or even worse, nesting!. I lose the control of the layout. ok the question here is if there is
any way of doing standard tables(with divs) of content or layouts structures,....
Searching For Forum With Xhtml And Css Standards
about the web standards. (2) i just know there is phpbb, it is using the table tag,so it is not using the
webstandards(xhtml,xml,css) but IPB is not using xhtml also, so i wonna ask, is there a forum
project by xhtml or xml with php? and i just wanna this ,it should be opensource or free version.
so that i can limited my bandwidth if i put forum on my webhost. thankyou trap17. guangdian
/wink.gif' border='0' style='vertical-align:middle' alt='wink.gif' /> ....
Free Course: Html And Xhtml For Css
Start NOW: it's on week 1! (3) Current Free Course: HTML and XHTML for CSS QUOTE In HTML and XHTML for CSS we cover the
foundations of standards based markup with HTML or XHTML. At the end of this course you will have
seen all the basic elements and attributes and be able to use them confidently to create valid,
standards based web pages. The course is very hands on: you get to develop a site as you work
through the various aspects of HTML. But all the necessary theory, explanation and illustration is
covered as well, so by the end of the course, you won't just know what to do, you'll al....
What Is The Xhtml 1.1 Code To Embed An Applet?
(2) I've been doing a lot of java stuff recently and some is pretty neat, so I'd like to put it
on the internet. I'm using XHTML 1.1 for all my pages, though, and according to W3Schools
doesn't exist anymore and to use object. It's not working, though. There are a bunch of
attributes ( http://www.w3schools.com/tags/tag_object.asp ) and I have no idea which things I need
to use. Which do I put for an applet?....
My 100% Validate Xhtml Site
finally got the first page up (9) My Webpage i finally finished it my latest design xhtml style took some long hours to fix errors
resize images and do the coloring but now i can start to propery put my images in a good site.
none of the links are working but thats ok a couple of days i will have the image and download
sections up looking for people to advertise my site and to advertise their site. pm if you would
like to do this the infomation is on the page on what you need.....
The Art Of Xhtml, Css And Web Standards - Part 1
The Markup and Style Guidebook (19) Being the XHTML and CSS freak that I am, I have decided to create a guidebook on developing
websites using XHTML, CSS and implementing Web STandards. While this is not a step by step tutorial
on making websites, and nor is it a beginners guide to CSS and XHTML, this is a handbook where you
can learn from other website examples, and grab insight from my own opinions, and then implement it
onto your own website. This guidebook is divided into three chapters, each covering a different
aspect of XHTML, CSS, and Web Standards. With out further ado, here starts Chapte....
Html And Xhtml
serving the right kind (11) Right now I have a site, which I've made XHTML 1.0 Strict. I am sending it as
application/xhtml+xml to browsers that say they can handle it, and as text/html to all other
browsers. Anyway, I started thinking that I'd much rather send proper HTML 4.01 to browsers that
don't understand XHTML instead of XHTML pretending to be HTML 4.01. It's not really a
problem with IE, because it is made to handle badly written sites, but who knows, some browser that
can handle HTML, but not XHTML, may be (correctly) parsing CODE <p> Hello <br />
World....
Looking for xhtml
|
*RANDOM STUFF*
*SIMILAR VIDEOS*
Searching Video's for xhtml
*MORE FROM TRAP17.COM*
|
advertisement
|
|