Welcome to Tech Support Forum home to more then 136,000 problems solved. Issues have included: Spyware, Malware, Virus Issues, Windows, Microsoft, Linux, Networking, Security, Hardware, and Gaming Getting your problem solved is as easy as:
1. Registering for a free account
2. Asking your question
3. Receiving an answer

Registered members:
* Get free support
* Communicate privately with other members (PM).
* Removal of this message
* See fewer ads.
* And much more..

 



Want to know how to post a question? click here Having problems with spyware and pop-ups? First Steps
Go Back   Tech Support Forum > Design Forum > Web Design & Programming
User Name
Password
Site Map Register Donate Rules Blogs Mark Forums Read


Web Design & Programming Discussion of web design, and server-side & client-side scripting

Reply
 
LinkBack Thread Tools
Old 12-13-2006, 03:49 PM   #1 (permalink)
I helped the forums.
 
JMody's Avatar
 
Join Date: Oct 2006
Location: Saugus, Mass
Posts: 72
OS: Windows Vista Ultimate SP1


Send a message via AIM to JMody
CSS Problem

Ok, so i have been learning CSS. Kinda. A buddy of mine is developing a website for gaming. www.gameflak.com. I had the brilliant idea of making a myspace account for it. So he told me, sure your in charge. Great right? No. Im retarded when it comes to this stuff. But good for me cause ill get to learn some new stuff, and learn i have.

So here is my problem.
This goes in my Interests Section:
Code:
<style type="text/css">
table, tr, td {background:transparent;} table table table table, table.contactTable {display:none;} td.text table{visibility:hidden;}.nametext, .whitetext12, .orangetext15 {display:none;}div table td font {display: visible;}body {background-color:color here;} td.text table table{display:inline;visibility:hidden;}table, td{border-width:0px;}.byebye{display:none;}


.background{
position: absolute;
left: 50%;
top: 125px
margin-left: -512px;
height: 800px;
width: 1024px;
background-color:transparent;
z-index:2;
}

</style>
This goes into my who i'd like to meet section:
Code:


<div class="background"><img src="http://img297.imageshack.us/img297/2432/finishedpageez1.png"></div>


<div class="byebye"><table><tr><td><table><tr><td>

If you go to the myspace page, www.myspace.com/gameflak hit ctrl-a to select all. you can see that the image is about 500 pixels down and to the right. No matter what i say to the .background it does not move. I dont get it.

:(

Anyone got an idea?
JMody is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Reddit!
Reply With Quote
Important Information
Join the #1 Tech Support Forum Today - It's Totally Free!

TechSupportForum.com is a leading support website for your computer needs. We offer free, friendly and personalized computer support. Why pay to have your computer fixed when you can do it for free.

Join TechSupportforum.com Today - Click Here

Old 12-14-2006, 06:23 PM   #2 (permalink)
Henry
 
Spatcher's Avatar
 
Join Date: Apr 2005
Posts: 3,484
OS: Mac OSX


In Opera ( a browser) I don't see anything on your MySpace.

But...... I would remove the table from your div class="byebye" because the purpose of CSS is to remove those horrid tables at least IMHO


How about you try this: replace the .background with #background (because to my knowledge a .something represents a <span class="">), and you would have to allocate a spot for an #aboutme, and then in <div id="aboutme"> (rather than <div class>) you would place the image.
__________________
JohnThePilot: Cenedl heb iaith, cenedl heb galon (a nation without a language is a nation without a heart)
John Butler Trio: Go take a step outside, see what's shakin' in the real world - Good Excuse
Paul Kelly: Just add a dollop of tomato sauce for sweetness and that extra tang - How to Make Gravy

Last edited by Spatcher; 12-14-2006 at 06:25 PM.
Spatcher is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Reddit!
Reply With Quote
Old 12-15-2006, 02:41 AM   #3 (permalink)
I helped the forums.
 
JMody's Avatar
 
Join Date: Oct 2006
Location: Saugus, Mass
Posts: 72
OS: Windows Vista Ultimate SP1


Send a message via AIM to JMody
Thats the problem. it isn't visible in any browser. I'm just learning all this stuff so basically everything you just said is a foreign language. I kind of understand what your saying but I'm not quite sure.
JMody is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Reddit!
Reply With Quote
Old 12-15-2006, 05:15 AM   #4 (permalink)
Henry
 
Spatcher's Avatar
 
Join Date: Apr 2005
Posts: 3,484
OS: Mac OSX


If you didn't know already, http://www.w3schools.com/

There you can learn HTML, CSS, JavaScript etc. It's a great website for beginners like yourself.
__________________
JohnThePilot: Cenedl heb iaith, cenedl heb galon (a nation without a language is a nation without a heart)
John Butler Trio: Go take a step outside, see what's shakin' in the real world - Good Excuse
Paul Kelly: Just add a dollop of tomato sauce for sweetness and that extra tang - How to Make Gravy
Spatcher is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Reddit!
Reply With Quote
Old 12-15-2006, 07:14 AM   #5 (permalink)
I helped the forums.
 
JMody's Avatar
 
Join Date: Oct 2006
Location: Saugus, Mass
Posts: 72
OS: Windows Vista Ultimate SP1


Send a message via AIM to JMody
yeah. ive been all over that. Thats where ive learned everything i already know.
JMody is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Reddit!
Reply With Quote
Old 12-15-2006, 12:45 PM   #6 (permalink)
Henry
 
Spatcher's Avatar
 
Join Date: Apr 2005
Posts: 3,484
OS: Mac OSX


Hmmm... well this won't help but it will show you what CSS looks like:

http://www.csszengarden.com/

(I love this ^ site!!)
__________________
JohnThePilot: Cenedl heb iaith, cenedl heb galon (a nation without a language is a nation without a heart)
John Butler Trio: Go take a step outside, see what's shakin' in the real world - Good Excuse
Paul Kelly: Just add a dollop of tomato sauce for sweetness and that extra tang - How to Make Gravy
Spatcher is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Reddit!
Reply With Quote
Old 12-16-2006, 01:13 PM   #7 (permalink)
I helped the forums.
 
JMody's Avatar
 
Join Date: Oct 2006
Location: Saugus, Mass
Posts: 72
OS: Windows Vista Ultimate SP1


Send a message via AIM to JMody
Awesome. Thanks! Ill get looking into that as well. I also just bought the book CSS for Dummies. Hopefully that will help me out.
JMody is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Reddit!
Reply With Quote
Old 12-20-2006, 07:05 AM   #8 (permalink)
Retired
 
gamerman0203's Avatar
 
Join Date: Oct 2005
Location: Grand Rapids, MI
Posts: 2,144
OS: XP MCE, Ubuntu Gutsy

My System

I'm quite late, but try actually placing the image in the CSS as a background and then set the position.

body{
background: url(http://img297.imageshack.us/img297/2...hedpageez1.png) no-repeat;
background-position: 50% 125px;
}
in background position, the first value is from left, second is from top.
try that if you haven't already got it to work.
gamerman0203 is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Reddit!
Reply With Quote
Reply


Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off




All times are GMT -7. The time now is 01:29 PM.



Copyright 2001 - 2009, Tech Support Forum
Home Tips Plus | Outdoor Basecamp | Automotive Support Forum

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85