Position relative top:-8%
Hi at all
Please take a look at this little source code
First I have a full screen image
Then immediately after the copyright into a div that must be into the image
like written at the image bottom
It work best with MSIE but with FF copyright is after the image and not on
Why?
Thank in advance
<img src="mypuppies.jpg"><br><a href="#" onclick="dd()"
style="text-decoration:none"><div
style="background:black;color:yellow;position:relative;top:-8%;padding:0.5em;width:25%;">Paul's
puppies copyrihgt</div></a>
.
Relevant Pages
- Re: Web Pages
... the default DIV behavior in their style sheet, ... So now, like Mayayana, I write all HTML by hand, and format it with an external CSS file to keep the pages really clean... ... After one HTML book from your local library you will be able to write clean, fast loading pages with source code that is easy to read and maintain. ... (microsoft.public.vb.general.discussion) - Re: Images cut in half
... div that is not high enough. ... Get some decent tools to help clean up the source code. ... least get the Firefox web developer extension so that you can experiment ... I used Eclipse with the Web Standard Tools to clean up the indentation ... (uk.net.web.authoring) - Re: question about viewstate
... i'm testing ViewState with this page here below: ... the produced source code is the same in both cases. ... that hidden field because of 2) ... (microsoft.public.dotnet.framework.aspnet) - Dynamic Menu Items is not right aligned with Right to Left documen
... The problem is the submenu items or the dynamic menu items are not aligned ... This is the source code of the page: ... <html xmlns="http://www.w3.org/1999/xhtml"</a>;> ... (microsoft.public.dotnet.framework.aspnet) |
|