AHHHHHHHH |
![]() ![]() |
AHHHHHHHH |
Oct 28 2005, 03:08 PM
Post
#1
|
|
![]() Senior Member ![]() ![]() ![]() ![]() Group: Member Posts: 232 Joined: Sep 2005 Member No: 227,954 |
okay so i want to get rid of the annoying thing at the bottm that says like "about" and "faq" but when i hide it, it hides all my divtext too...any way to hide the banner but not my text!!??
|
|
|
|
Oct 28 2005, 03:17 PM
Post
#2
|
|
![]() creepy heather ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Official Member Posts: 4,208 Joined: Aug 2004 Member No: 41,580 |
try creating an image that will fit over the links and position it using this code in your css (you'll need to edit the pixels so that it fits directly under your layout)
CODE .image1 {position: absolute; left: #px; top: #px; width: #px; height:#px; } then this code in your html CODE <div class="image1"><img src="http://images.cbimg4.com/myspace/24/5962a.jpg" galleryimg="no"></div>
|
|
|
|
Oct 28 2005, 03:24 PM
Post
#3
|
|
![]() Senior Member ![]() ![]() ![]() ![]() Group: Member Posts: 232 Joined: Sep 2005 Member No: 227,954 |
so you want me to create like an image that is the same as my backround...and then plug that tag into "image1"...and then im confused with the second part
|
|
|
|
Oct 28 2005, 03:40 PM
Post
#4
|
|
![]() creepy heather ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Official Member Posts: 4,208 Joined: Aug 2004 Member No: 41,580 |
you put the first part between you <style></style> tags, creat and image thats the same as your bg and plug the url into this code (which will go at the bottom of all of your coding, or any where afer your style tags)
<div class="image1"><img src="http://images.cbimg4.com/myspace/24/5962a.jpg" galleryimg="no"></div> you position the image with the css code |
|
|
|
Oct 28 2005, 03:48 PM
Post
#5
|
|
![]() Senior Member ![]() ![]() ![]() ![]() Group: Member Posts: 232 Joined: Sep 2005 Member No: 227,954 |
alright great ill do that now!!! you're the best
|
|
|
|
![]() ![]() |