Forum: HTML and CSS Dec 26th, 2008 |
| Replies: 6 Views: 942 I'm not sure how that would be done with CSS.
My goal was to preLoad the images so they would be ready for a quick image swap on a mouse roll-over. Perhaps this is an old-fashioned concept that is... |
Forum: HTML and CSS Dec 26th, 2008 |
| Replies: 6 Views: 942 A template is a web page that has editable and non-editable regions. The template isn't actually posted on the web, but it is used to create other pages.
Typically, many pages in a web site will... |
Forum: HTML and CSS Dec 23rd, 2008 |
| Replies: 6 Views: 942 Thanks.
I've been preloading images in the onload opton of the body tag.
How can I use a template - for the basic structure of the web page -and also have the ability to preloadimages? |
Forum: HTML and CSS Dec 22nd, 2008 |
| Replies: 6 Views: 942 Is it posible to have the body tag in an editable region of a template. I want to PreLoad images on some of the pages and not others.
I've tried
<body
<!-- TemplateBeginEditable... |
Forum: HTML and CSS Nov 15th, 2007 |
| Replies: 2 Views: 679 No, the CSS doesn't use the word larger anywhere. All my font sizes are in terms of :large, x-small, small, etc.
I've finally given up on the template - never having solved the problem. Three... |
Forum: HTML and CSS Nov 13th, 2007 |
| Replies: 2 Views: 679 I'm in the process of converting many sections of my web to templates (for use with Contribute) so I can get away from all of that mundane editing. Each page has a header, navbar, and body, with only... |