Forum: JavaScript / DHTML / AJAX Aug 26th, 2007 |
| Replies: 13 Views: 39,175 Another solution is changing z-index on divs, with z-index you could locate an image over another and build a custom header layout too. Higher values put the image on the top.
This is the trick:
... |
Forum: JavaScript / DHTML / AJAX Aug 26th, 2007 |
| Replies: 13 Views: 39,175 Suggestions (maybe one will be enough)
- <div> with more width
- getElementById(id).height with lower value in the condition
- <div> with auto margins or without width property in CSS. |
Forum: JavaScript / DHTML / AJAX Aug 26th, 2007 |
| Replies: 13 Views: 39,175 You can pass the image id as parameter in functions:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html... |