J
John
Whilst looking for an article on some web design info through
Google, I came across a fairly interesting site at
http://www.crankitup.org/newlayout.asp . Initially I thought it had
nothing to do with what I was looking for which was info on iFrames.
But I thought it had a pretty interesting look so I proceeded to
peruse the programming. What I read has me scratching my
follicly-challenged pate.
First :
<td bgcolor="#b7d0e9" style="border: 1px solid #000000; filter:
alpha(opacity=75);">
Yeah I know about alpha filter but frankly I was NOT aware that one
could apply style sheets to individual cells. Is that legit ? Also,
anyone have any idea how to find out what some of these new colors are
that I'm seeing in styles ?
And while that was enough to rouse me from my after-dinner
torpor, the next little tidbit twisted my meager intellect to a rather
peckish state. This resulted after I navigated through a couple links
and found what I think is dynamically targeted iframes which load
right back into the page I'm viewing. I really like this approach !
<iframe FRAMEBORDER="0" BORDER=0 width=300
height=4000 src="http://www.crankitup.org/middle.html"
name=middle style="position:absolute; left:228; top:9"
scrolling=auto></iframe>
<iframe FRAMEBORDER="0" BORDER=0 width=365
height=5000 src="http://www.crankitup.org/right.html"
name=right style="position:absolute; left:535; top:9"
scrolling=auto></iframe>
Can this be done via static HTML + CSS + frames/iframes or does it
require server-side processing ? If it cannot be written into the
pages is there any possibility that PHP could do it ? I just loaded my
entire site to Godaddy onto a non-ASP server. Of course I could just
trash a couple days worth of work !
Regards,
John S. Douglas, Photographer - http://www.puresilver.org
Please remove the "_" when replying via email
Google, I came across a fairly interesting site at
http://www.crankitup.org/newlayout.asp . Initially I thought it had
nothing to do with what I was looking for which was info on iFrames.
But I thought it had a pretty interesting look so I proceeded to
peruse the programming. What I read has me scratching my
follicly-challenged pate.
First :
<td bgcolor="#b7d0e9" style="border: 1px solid #000000; filter:
alpha(opacity=75);">
Yeah I know about alpha filter but frankly I was NOT aware that one
could apply style sheets to individual cells. Is that legit ? Also,
anyone have any idea how to find out what some of these new colors are
that I'm seeing in styles ?
And while that was enough to rouse me from my after-dinner
torpor, the next little tidbit twisted my meager intellect to a rather
peckish state. This resulted after I navigated through a couple links
and found what I think is dynamically targeted iframes which load
right back into the page I'm viewing. I really like this approach !
<iframe FRAMEBORDER="0" BORDER=0 width=300
height=4000 src="http://www.crankitup.org/middle.html"
name=middle style="position:absolute; left:228; top:9"
scrolling=auto></iframe>
<iframe FRAMEBORDER="0" BORDER=0 width=365
height=5000 src="http://www.crankitup.org/right.html"
name=right style="position:absolute; left:535; top:9"
scrolling=auto></iframe>
Can this be done via static HTML + CSS + frames/iframes or does it
require server-side processing ? If it cannot be written into the
pages is there any possibility that PHP could do it ? I just loaded my
entire site to Godaddy onto a non-ASP server. Of course I could just
trash a couple days worth of work !
Regards,
John S. Douglas, Photographer - http://www.puresilver.org
Please remove the "_" when replying via email