Search:
Type: Posts; User: kiathau
Search :
Search took 0.01 seconds.
if you are using table for layout, try use percentage for width
Kiat Hau
Let's build your Web Site, http://webidiot.blogspot.com
see whether the following article helps...
http://webidiot.blogspot.com/2005/11/overlapping-div-element-issues.html
Kiat Hau
Let's build your Web Site, http://webidiot.blogspot.com
can set it on the <img> tag as well, <img align="absmiddle"...
Kiat Hau
Let's build your Web Site, http://webidiot.blogspot.com
use <table> element
the last row, <tr valign="bottom">
Kiat Hau,
http://webidiot.blogspot.com, Let's build your web site
learn something new...
thanks.
Kiat Hau,
http://webidiot.blogspot.com, Let's build your web site
Solution found...
http://webidiot.blogspot.com/2005/11/overlapping-div-element-issues.html
Hope this may help
Kiat Hau,
http://webidiot.blogspot.com, Let's build your web site
Um... Not because of Adobe problem... Is because of layering problem.
This too happened if u have a <div> over a text box, the textbox will always cascaded on top of <div>
Let me browse through...
Umm... which border ar?
Kiat Hau,
http://webidiot.blogspot.com, Let's build your web site
U can only resize image from <img> but not CSS.
Kiat Hau,
http://webidiot.blogspot.com, Let's build your web site
Yape, server side script.
XML/XSLT would be a greate choice.
Try this, http://www.sitepoint.com/article/xmlxslt-driven-website-net
Kiat Hau,
http://webidiot.blogspot.com, Let's build your...
Use <object> tag to include sound in web page.
Please refer http://www.w3.org/TR/REC-html40/struct/objects.html
If you want the music to play while navigating thru pages, then u should use...
More spaces between words?
Use
= spacing
Kiat Hau,
http://webidiot.blogspot.com, Let's build your web site
Found this useful web site, on CSS positioning, hope it helps.
http://www.brainjar.com/css/positioning/default.asp
Kiat Hau,
http://webidiot.blogspot.com, Let's build your web site
Nested code may works, but is hard to debug (if something goes wrong)
Kiat Hau,
http://webidiot.blogspot.com, Let's build your web site
http://webidiot.blogspot.com/2005/11/techqie-lets-make-your-hand-dirty.html, the link
Kiat Hau,
http://webidiot.blogspot.com, Let's build your web site
Hey purefan,
Please visit my blog for the solution, i have posted.
Kiat Hau,
http://webidiot.blogspot.com, Let's build your web site
It is easier to use image for shadow effect.
Kiat Hau,
http://webidiot.blogspot.com, Let's build your web site
<form action="page.htm" method="post">
<input type="Submit" value="Submit" />
</form>
When the submit button is clicked, it will be posted to page.htm
Again, it depends what kind of action...
JavaScript...
ASP.NET using editable datagrid.
Kiat Hau,
http://webidiot.blogspot.com, Let's build your web site
CSS related question.
.TextBox
{
height: 10px;
color: #C0C0C0;
background-color: #FFFFFF;
}
Kiat Hau,
Possible cannot you are not allowed to go out to the internet, proxy or firewall?
Kiat Hau,
http://webidiot.blogspot.com, Let's build your web site
With Flds
.Item(cdoSendUsingMethod) = cdoSendUsingPort <== Same Value, change to 2
.Item(cdoSMTPServer) = "mail-fwd"
.Item(cdoSMTPServerPort) = 25 <== Same Value...
May not examine your code, please find info from
http://www.brainjar.com/dhtml/menubar/
Code ready for menu
Kiat Hau,
http://webidiot.blogspot.com, Let's build your web site
Perhaps you will need to add the entry (email address) submited to a database, or just email the address to yourself, by writing some code. Depends on what language u using, ASP, PHP, JSP or ASP.NET?...
ar? a pop up window displaying a page?
<a href="page.htm" target="_blank">Open</a>
Kiat Hau,
http://webidiot.blogspot.com, Let's build your web site