|
Posted by WD10 on 10/24/14 11:26
On Fri, 09 Sep 2005 09:59:57 +0000, The Eclectic Electric wrote:
> Does anyone know of a good starting point for learning the difference
> between all the different kinds of HTML and PHP/ASP etc? I have a lot of
> programming experience, albeit in an obscure specialist language, and can
> usually cut, paste and alter bits of webpages to get the effects that I
> want, but I'd like to be more confident about what I'm mixing and matching
> and how compatible it all is. I'd also like to conform to standards as far
> as possible, although the people who sold me my domain name failed the W3
> check!
http://www.w3.org (the standards)
http://www.w3schools.org (introductions to many things, but not
standards-oriented)
Your server is Apache so you should look into learning PHP
instead of ASP.
> What I'd REALLY like is to be able to stretch/compress these slices so that
> they resize with the width of the window, otherwise I'm going to have to go
> with the 800x600 design that I'd (sort of) used on the splash page, which
> doesn't look so great at full resolution. Is this at all possible?
I don't think you can make images stretch and compress. You can make the
background of the image slice transparent or the same color/pattern as the
background color of that section of the page, and then have the area with
the background color/pattern expand and compress.
The best thing to do
would be to find a web site that does the effect you want, and then print
out all the HTML and CSS and try to figure out how they did it. The Web
Developer Toolbar for Firefox is useful because you can show all CSS class
& ID information on a page, and look at the CSS in the sidebar at the same
time:
http://tips.webdesign10.com/web-developer-toolbar.htm
Navigation:
[Reply to this message]
|