Web Wiz - Green Windows Web Hosting

  New Posts New Posts RSS Feed - Floating Text
  FAQ FAQ  Forum Search   Events   Register Register  Login Login

Topic ClosedFloating Text

 Post Reply Post Reply
Author
MortiOli View Drop Down
Senior Member
Senior Member
Avatar

Joined: 26 May 2002
Location: United Kingdom
Status: Offline
Points: 514
Direct Link To This Post Topic: Floating Text
    Posted: 13 August 2007 at 9:59pm
I wonder if someone could enlighten me on how I can float text over the following image, under the neck of the guitar;



I've been trying allsorts, but can't seem to get it Ouch

Help please!
Back to Top
Mart View Drop Down
Senior Member
Senior Member
Avatar

Joined: 30 November 2002
Status: Offline
Points: 2304
Direct Link To This Post Posted: 13 August 2007 at 10:16pm
Try something like this (may need tweaking):


<div style="width:320px;height:112px;background: url('url')">
<div style="position:relative;left:150px; top:25px">
Text
</div>
</div>


That's untested though, basically what i'm saying is make a div with position set to relative, you can then use the left and top properties to modify the offset of the text in pixels
Back to Top
MortiOli View Drop Down
Senior Member
Senior Member
Avatar

Joined: 26 May 2002
Location: United Kingdom
Status: Offline
Points: 514
Direct Link To This Post Posted: 14 August 2007 at 6:24pm
Brilliant!  Cheers!

And with some jiggery pokery, I've managed to get the background image to be clickable;


<div style="background: url('<% = strTitleImage %>')" id="logo">
<a href="<% = strWebsiteURL %>" title="<% = strWebsiteName %> <% = strTxtHomepage %>"><span>CKY Alliance UK</span></a>
<div style="position:relative;left:125px; top:85px">
Text
</div>
</div>



#logo
{
width: 340px;
height: 112px;
position: relative;
}
#logo a
{
position: absolute;
top: 0;
left: 0;
width: 340px;
height: 112px;
}
#logo a span
{
display: none;
}


Thanks Mart!


Back to Top
 Post Reply Post Reply

Forum Jump Forum Permissions View Drop Down

Forum Software by Web Wiz Forums® version 12.08
Copyright ©2001-2026 Web Wiz Ltd.


Become a Fan on Facebook Follow us on X Connect with us on LinkedIn Web Wiz Blogs
About Web Wiz | Contact Web Wiz | Terms & Conditions | Cookies | Privacy Notice

Web Wiz is the trading name of Web Wiz Ltd. Company registration No. 05977755. Registered in England and Wales.
Registered office: Web Wiz Ltd, Unit 18, The Glenmore Centre, Fancy Road, Poole, Dorset, BH12 4FB, UK.

Prices exclude VAT at 20% unless otherwise stated. VAT No. GB988999105 - $, € prices shown as a guideline only.

Copyright ©2001-2026 Web Wiz Ltd. All rights reserved.