I have a page but I am not able to determine it\'\'s font style. I checked the view source but nothing is visible. Some lines are commented. Please let me know how to determine the font name:
So I have a background image for my content on a site and was wondering if there was a way to make the background repeat on the y axis when content starts to overflow. Here is what it looks like: http
see Name and Email开发者_Go百科 input boxes in header see hereThis seems to be a CSS problem.in IE 6 and 7, the text boxes appear lower in the page than you intended.In IE 8, the text is appearing ab
I know W3C Validator can do this but i need any free offline editor. I would like to see live error in IDE if i\'m not closing any tag mistakenly like this http://livevalidation.com/ not after coding
It seems my browsers has a default margin set on the <body> element and thus if some element E ( declared inside the body element ) has a margin of 10px, E will be removed from the edges of brow
Jquery.com provide 2 version of jquery library. I always use Minified version because i never edit anything in jquery base file. but what is the use and purpose of another Uncompressed Code version? D
In XHTML 1.0, using the xml:space attribute in atag is valid, but in XHTML 1.1 it is not valid (using the same markup).
everyone knows that we are restricted to use the windows native fonts like arial, verdana etc.. in websites.
I\'m working on \'timeline\' project, where I have content inside of list items, in a horizontal unordered list. This is contained in a div, so you can scroll left to right through the content.
I am using the following in my jsp page <% response.setContentType(\"application/xhtml+xml\"); %>