Astahost.com   Mar 20, 2010
Open Discussion & Free Web Hosting > Computers & Tech > Designing > Web Design and HTML

Are There Imageless, Xml Compatable Css Corners Scripts?

free web hosting
Open Discussion & Free Web Hosting > Computers & Tech > Designing > Web Design and HTML

Are There Imageless, Xml Compatable Css Corners Scripts?

toby
I am looking for a CSS Rounded Corners script that works with application/xml+html (I believe this means not document.write), no images, javascript script that works in the main three or so browsers.

I've tried a lot, things like Curvey corners jump around a bit and need extra settings in the head. I havn't seen many using bullet points, none through js.

Comment/Reply (w/o sign-up)

toby
I was looking at that topic when I made this one, they both use images.

Document write writes where its called, but the xml compatable way, don't you have to append it to somewhere?

Comment/Reply (w/o sign-up)

FirefoxRocks
Yes, because the XML parser cannot allow you to generate contents on the fly, you must use DOM things to do it. So something like this should be necessary:

CODE
newElement = document.createElement("img");
newElement.alt = "Some alternate text";
newElement.src = "urlOfYourImage.png";

document.getElementById('yourdiv').appendChild(newElement);


A bit much, eh?
And by the way, the correct MIME type is application/xhtml+xml, not application/xml+html.

Comment/Reply (w/o sign-up)


Got an Opinion! Express your Views! (no registration):-
Add your Reply/ Opinion/ Views/ Comments/ Suggestion/ Questions/ Queries etc.
Posts with decent grammar & English will be accepted and please refrain from profanities.
For asking a Question, We recommend you to sign-up (for free) so that you can track the topic easily.

Nature of your Post*: Opinion/ Reply/ Comments
Question/Query
Feedback to us.
       
Name   Email
Title/Question*

This textarea will convert to Rich-Text automatically (IE, Firefox, Chrome)

Similar Topics

Keywords : imageless, xml, compatable, css, corners, scripts,

  1. Css Rounded Corners
    (5)
  2. Scripts And Html
    (13)
    Hey /smile.gif" style="vertical-align:middle" emoid=":)" border="0" alt="smile.gif" />, In the
    note pad, I put the proper code for php ?> and save the file as name.php But i can't put
    that file in html. This is a big problem since Iam trying to make an online text based game. Whats
    the code to put a script inside a web page. And do i need any special software for it? If so
    where can i download it? Thanks for reading /biggrin.gif" style="vertical-align:middle" emoid=":D"
    border="0" alt="biggrin.gif" />.....
  3. Two Cool Web-Design Scripts
    (1)
    hi all, While wandering in internet for getting an idea about the design of my website. I came
    across a very nice script for website title. Here i am sharing it with you guys: QUOTE var
    message = new Array(); message = ":: Sandeep Bhandari ::" var reps = 5; var speed = 100; var p =
    message.length; var T = ""; var C = 0; var mC = 0; var s = 0; var sT = null; if (reps function
    doTheThing() { T = message ; A(); } function A() { s++; if (s > 8) { s = 1;} if (s == 1) {
    document.title = '.¸.·´¯`·.¸.·´¯`· '+T+' ¸.·´¯`·.¸.·´¯`·.'; } if (s == 2) { documen....
  4. java scripts
    (2)
    If u need any kind of help in C++ java HTML perl just reply This .. I'll try my best to solve
    U.......
  5. Language files for PHP scripts
    PHPBB 2.x (2)
    Hi I wondering if there is any who might have an Swedish and an Danish language file translated for
    PHPBB ver. 2.x If you have it and would like to share it for free (With adds ofcause) the please
    add the URL to this forum. Brgds Jens....
  6. Protect images from Right-click
    No scripts - just a small trick (5)
    Offen happens to see your images used in someone's website. Here is a little trick how protect
    them, from the right-click 'Save Image As..' If you use tables, you can use the
    'real' picture as backgroung in a cell and use a 1x1 tranparent GIF to cover it. See the
    code to understand. CODE ....

    1. Looking for imageless, xml, compatable, css, corners, scripts,



See Also,

*SIMILAR VIDEOS*
Searching Video's for imageless, xml, compatable, css, corners, scripts,
advertisement




Are There Imageless, Xml Compatable Css Corners Scripts?

Affordable Web Hosting, Low cost Web Hosting - ComputingHost.com



Creative Commons License