First  |  Prev |  Next  |  Last
Pages: 1 2 3 4 5 6 7 8 9 10 11 12 13 14
Call for Research Papers
( WE APOLOGIZE IF YOU RECEIVE MULTIPLE COPIES OF THIS MESSAGE ) ========================================================= Journal of Emerging Trends in Computing and Information Sciences Call for Research Papers http://cisjournal.org/ ISSN: 2079-8407 ========================================================= ... 17 Jun 2010 15:37
Does "transitional" and/or "xhtml" hide errors?
My neighbour asked if I could examine his website.. . http://www.glennmiddleton.ca/ ...and initially I found many HTML, CSS warnings and errors. Also " " had been used to excess, imo. Through my neighbour I contacted his host who replied.. "..thank you for bringing this to my attention. ... 17 Jun 2010 18:58
margin-top as a percentage
Is there a way to specify a top margin of an element as a percentage of a height instead of a width (either the element's or the container's)? I suspect that there isn't, and in that case I'd like to follow up with a related question: Why was it decided that a vertical dimension like a top/bottom margin should be... 16 Jun 2010 17:41
Take a number and display it as KiloBytes, MegaBytes, Giga etc....
I have a number in a table and I need to format it (client side, no java script or other) as KiloBytes, MegaBytes, GigaBytes, TeraBytes etc.... So if the entry is: < 2^10 = (entry/1024)KB < 2^20 = (entry/2^20)KB < 2^30... < 2^40... I hoped that with CSS I might format a table cell/column this way. Is it ... 15 Jun 2010 13:08
text-align center and justify
is there a way to have text centered and justified? ... 16 Jun 2010 05:35
International Conference WWW/Internet 2010: 1st call extension until 25 June 2010
** Apologies for cross-postings. Please send to interested colleagues and students ** -- CALL FOR PAPERS - Deadline for submissions (1st call extension): 25 June 2010 -- IADIS INTERNATIONAL CONFERENCE WWW/INTERNET 2010 Timisoara, Romania, 14 - 17 October 2010 ... 15 Jun 2010 08:40
how to do nested lists
How can I create nested lists with each level having different list-style-types. I tried to use different classes for each <ul> but then I get multiple list icons on the line for each nested list item. thanks john ... 14 Jun 2010 04:04
Shrink-to-fit width calculation: preferred width question
Dear fellow comp.infosystems.www.authoring.stylesheets colleagues, In this testpage http://www.gtalbot.org/BrowserBugsSection/css21testsuite/float-non-replaced-width.html I do not understand why the parent container does not include the overflowed content (about 6 "X"es) of its inner child div when evaluatin... 12 Jun 2010 00:42
My CSS Columns keep wrapping
I have a four column display in which the elements inside the columns (images) keep wrapping down to the next line, even tho my master table is set to 995pixels. Below is the css for the columns in question, and the html i have used on my webpage to call them up: <div id="column1"><img src="images/banner.jpg" bor... 9 Jun 2010 19:48
extreme difficulty accessing and modifying css using dom2-style
Jeff Thies wrote: If it works in the stylesheet it should work by using the javascript method: There is no "javascript", and the W3C DOM API is language-independent. <div id="my_element">something</div> .. #my_element{ color: red; } .. document.getElementById('my_element').style.color ... 8 Jun 2010 16:00
First  |  Prev |  Next  |  Last
Pages: 1 2 3 4 5 6 7 8 9 10 11 12 13 14