Forum: HTML and CSS 18 Days Ago |
| Replies: 9 Views: 508 sames as IE6/png, conditional css with eot fonts for IE
or wait till IE supports css3 properly (looks out window, watching for Hell to freeze over)<!--[if IE]>
@font-face { font-family:... |
Forum: HTML and CSS 18 Days Ago |
| Replies: 9 Views: 508 local is the local pc font store, I think, from the web server, even a web server installed locally it requires a url
something like@font-face {
font-family: GraublauWeb;
src: local("Lucida... |
Forum: HTML and CSS 28 Days Ago |
| Replies: 4 Views: 394 <button type='submit' name='thisorthat' value='whatever you want'>displayed label</button> |
Forum: HTML and CSS Oct 23rd, 2009 |
| Replies: 1 Views: 295 <%@ Page Language = "VB" aspcompat=true Explicit="True"%>
<%Dim src As String = " bet "%>you knew to quote values up there , , , but, ,<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"... |
Forum: HTML and CSS Oct 19th, 2009 |
| Replies: 9 Views: 695 does src="file:///c:\users\sonnydajalexa\desktop\test\smiley.jpg" work |
Forum: HTML and CSS Oct 10th, 2009 |
| Replies: 7 Views: 461 |
Forum: HTML and CSS Oct 9th, 2009 |
| Replies: 7 Views: 461 those are the actual sizes of the images, not the desired size <div id="main">
<h1>Pictures</h1>
<img width='594' height='292' alt='alt text is a requirement' src="Pictures/3DIM_poster.jpg" />... |
Forum: HTML and CSS Sep 30th, 2009 |
| Replies: 6 Views: 374 Item1
Item2
Item3
Item3
try styling unordered lists
not sure, but, the default style for lists has a whitespace between li elements
ul {margin:0; padding:0;}
ul li {margin:0;... |
Forum: HTML and CSS Sep 28th, 2009 |
| Replies: 4 Views: 407 cgi scripts are often self documented
if you open them as text there are often instructions in them that show the configuration options
options are often entered as hidden inputs in the form so the... |
Forum: HTML and CSS Sep 24th, 2009 |
| Replies: 4 Views: 407 1 comes before 2
11 (one one) also comes before 2
like the personal information this IS sort by alphabet order of the field name
130 questions number
001 002 003... 009 010 011... 055 056... |
Forum: HTML and CSS Aug 3rd, 2009 |
| Replies: 26 Views: 2,224 Government department, nuff said, in government mediocre is up |
Forum: HTML and CSS Jul 25th, 2009 |
| Replies: 12 Views: 652 Im pretty sure the point at which the images go behind, is the edge of the table cell<td>
example of css to lyout columns<style type='text/css'>
.left { text-align:right;
float:left;
width:25%;... |
Forum: HTML and CSS Jul 25th, 2009 |
| Replies: 12 Views: 652 Your layout problems may be cause by the tables used for positioning, tables are not meant for layout
remove the tables and position the elements with css
the css that does the positioning can set... |
Forum: HTML and CSS Jul 24th, 2009 |
| Replies: 20 Views: 1,626 the php is not being parsed in the form
is the form extension .php so that php in the form will be recognized
or is it still labelled .htm/.html
I have a mental blank on any other reason |
Forum: HTML and CSS Jul 24th, 2009 |
| Replies: 20 Views: 1,626 nope, the inputs are not special, IDs etc
thinking
back soon |
Forum: HTML and CSS Jul 23rd, 2009 |
| Replies: 2 Views: 578 <a href='..'>Go up one level</a>
<a href='.'>reload index on this level</a>
<a href='../adjacentfolder/'>Go across to another folder at the same level (up one then down)</a>
<a href='./folder'>Go... |
Forum: HTML and CSS Jul 23rd, 2009 |
| Replies: 20 Views: 1,626 can you post a few of the other form input fields from <table>
<tr>
<td><input>
<tr><td><input>
<!--bla bla-->the table may matter,
not sure of the format, |
Forum: HTML and CSS Jul 23rd, 2009 |
| Replies: 20 Views: 1,626 |
Forum: HTML and CSS Jul 23rd, 2009 |
| Replies: 26 Views: 2,224 only 1 difficulty
Chinese, Norwegian, or Martians, do not control the path the information takes to get from the server to the pc, very seldom is the path direct, any of the devices in the path... |
Forum: HTML and CSS Jul 23rd, 2009 |
| Replies: 20 Views: 1,626 this<?php
<input id="ip" name="ip" size='25' value='<?php echo $_server["remote_address"]; ?>' type='text'>
<input id="host" name="host" value='<?php echo $_server["remote_host"];... |
Forum: HTML and CSS Jul 22nd, 2009 |
| Replies: 20 Views: 1,626 most godaddy hosting includes php
the php $_server[] array used in the godaddy form already includes this information
its a matter of changing your html form to a php form (by changing the file... |
Forum: HTML and CSS Jul 22nd, 2009 |
| Replies: 3 Views: 397 there is a tutorial http://www.bleepingcomputer.com/forums/topic56091.html
this one makes the list
1 2 3
4 5 6
7 8 9
it may not take much rewriting to have ajax count the total number of return... |
Forum: HTML and CSS Jul 22nd, 2009 |
| Replies: 26 Views: 2,224 I did not write anywhere that the system needs no update
I wrote that the 'system' was written by English speakers, for English speakers.
Until rewritten to accomodate other character sets, that... |
Forum: HTML and CSS Jul 16th, 2009 |
| Replies: 3 Views: 411 An aside, something unrelated to the question
radio buttons,
label tag makes the radio button title/name clickable as well as the checkbox, matches common user interfaces <div>
<p class="... |
Forum: HTML and CSS Jul 15th, 2009 |
| Replies: 2 Views: 542 where javascript is used, it is the initial script trappping the 3 events separately, more currently use css to change appearance on mouseover(css hover), javascsript is often disabled as a security... |
Forum: HTML and CSS Jul 14th, 2009 |
| Replies: 26 Views: 2,224 the system was written by, and for, English speakers,
at the time of the development of the system there was the opportunity for other language speakers to develop part or all of competing,... |
Forum: HTML and CSS Jul 13th, 2009 |
| Replies: 26 Views: 2,224 The system dont really give a flying f___, the software was written in English
the internet, shipping, airtravel, native language is English.
A limited character set for transport protocols is... |
Forum: HTML and CSS Jul 6th, 2009 |
| Replies: 26 Views: 2,224 You can include the font file on your site, and reference it in the html, so that those browsers without native unicode for Kannada can get it from the font file
a list of fonts containing support... |
Forum: HTML and CSS Jul 1st, 2009 |
| Replies: 11 Views: 1,293 a gradient fill is 1 px x huge, or huge x 1px
you repeat the 1px side,
_______________________ << example repeat-y becomes a red rectangle
the attachment is a gradient fill for repeat-y where the... |
Forum: HTML and CSS Jul 1st, 2009 |
| Replies: 11 Views: 1,293 body { font:100% verdana,arial; text-align:left; }
@media all {
.dontall {display:none; }
}
@media print {
body { line-height:100%; font-size:12pt; font-family: verdana, arial; }
.dontprint {... |
Forum: HTML and CSS Jun 30th, 2009 |
| Replies: 11 Views: 1,293 the table is styled directly
table { bla bla }
td { bla blah }
where you want to style elements inside the table
td > p { bla bla ]
td > div { bla bla }these demonstrate the form for a <p> or... |
Forum: HTML and CSS Jun 23rd, 2009 |
| Replies: 4 Views: 853 css
// for a element titles
a[title] { font:bla; background:(url to image with round corners); color:bla; padding: enough to bring the background out; }
// for all element titles
*[title] {... |
Forum: HTML and CSS Jun 21st, 2009 |
| Replies: 2 Views: 755 ignoring proper html that validates, just to show the necessary code
<table>
<tr>
<td align='right'>label :</td>
<td> content</td>
</tr>
<tr>
<td align='right'>long label :</td>
<td>... |
Forum: HTML and CSS Jun 19th, 2009 |
| Replies: 6 Views: 923 .textfield_effect { background:url('searchtheweb.jpg'); }
.textfield_effect:focus { background:none; } |
Forum: HTML and CSS Jun 18th, 2009 |
| Replies: 6 Views: 574 hope it works for you
I use the script to load large images of the inpage thumbnails so the fullsize image changes instalntly on mouseclick
+ have some instructional .pdfs load so they open onclick |
Forum: HTML and CSS Jun 18th, 2009 |
| Replies: 6 Views: 923 my javascript is not perfect, sorry
tryonfocus='this.style.background="none";'
not perfect = not good at all |
Forum: HTML and CSS Jun 17th, 2009 |
| Replies: 6 Views: 923 <form action="blabla google blabla get the url from webmnaster tools blabla" method='get'>
<input type='text' style="background:url('searchtheweb.jpg');" onfocus='style="background:none;";'>
<input... |
Forum: HTML and CSS Jun 17th, 2009 |
| Replies: 6 Views: 574 It is possible, preferable?, to actually preload the .pdf file so that the impression of instant loading is given.
in the page prior to the pdf linked page add a preload script
<script... |
Forum: HTML and CSS Jun 2nd, 2009 |
| Replies: 6 Views: 412 pauses to avoid being sarcastic. . . . . name servers map canonical names to ip
the canonical name for your site is registered at godaddy
mapping the name to the host is propogated from godaddy... |
Forum: HTML and CSS Jun 1st, 2009 |
| Replies: 6 Views: 412 http://help.godaddy.com/article/788
godaddy : 5-7 days for domain name registraion transfer of nameserver update |