Search Results

Showing results 1 to 40 of 70
Search took 0.02 seconds.
Search: Posts Made By: almostbob ; Forum: HTML and CSS and child forums
Forum: HTML and CSS 18 Days Ago
Replies: 9
Views: 508
Posted By almostbob
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
Posted By almostbob
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
Solved: Submit button
Views: 394
Posted By almostbob
<button type='submit' name='thisorthat' value='whatever you want'>displayed label</button>
Forum: HTML and CSS Oct 23rd, 2009
Replies: 1
Views: 295
Posted By almostbob
<%@ 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
Posted By almostbob
does src="file:///c:\users\sonnydajalexa\desktop\test\smiley.jpg" work
Forum: HTML and CSS Oct 10th, 2009
Replies: 7
Views: 461
Posted By almostbob
they already look poor
Forum: HTML and CSS Oct 9th, 2009
Replies: 7
Views: 461
Posted By almostbob
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
Posted By almostbob
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
Posted By almostbob
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
Posted By almostbob
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
Posted By almostbob
Government department, nuff said, in government mediocre is up
Forum: HTML and CSS Jul 25th, 2009
Replies: 12
Views: 652
Posted By almostbob
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
Posted By almostbob
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
Posted By almostbob
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
Posted By almostbob
nope, the inputs are not special, IDs etc

thinking
back soon
Forum: HTML and CSS Jul 23rd, 2009
Replies: 2
Views: 578
Posted By almostbob
<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
Posted By almostbob
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
Posted By almostbob
Forum: HTML and CSS Jul 23rd, 2009
Replies: 26
Views: 2,224
Posted By almostbob
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
Posted By almostbob
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
Posted By almostbob
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
Posted By almostbob
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
Posted By almostbob
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
Posted By almostbob
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
Posted By almostbob
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
Posted By almostbob
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
Posted By almostbob
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
Posted By almostbob
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
Posted By almostbob
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
Posted By almostbob
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
Posted By almostbob
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
Posted By almostbob
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
Posted By almostbob
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
Posted By almostbob
.textfield_effect { background:url('searchtheweb.jpg'); }
.textfield_effect:focus { background:none; }
Forum: HTML and CSS Jun 18th, 2009
Replies: 6
Solved: PDF Preload
Views: 574
Posted By almostbob
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
Posted By almostbob
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
Posted By almostbob
<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
Solved: PDF Preload
Views: 574
Posted By almostbob
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
Posted By almostbob
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
Posted By almostbob
http://help.godaddy.com/article/788

godaddy : 5-7 days for domain name registraion transfer of nameserver update
Showing results 1 to 40 of 70

 


About Us | Contact Us | Advertise | DaniWeb | Acceptable Use Policy | RSS Feed

©2003 - 2009 DaniWeb® LLC