Go Back   Novahq.net Forum > Computers > Web design and Programming
FAQ Community Calendar Today's Posts Search

Web design and Programming Discuss website creation and other programming topics.

Reply
 
Thread Tools Search this Thread Display Modes
  #21  
Old 02-27-2009, 05:50 PM
Acid is offline Acid

Join Date: Apr 2002
Posts: 853

Send a message via ICQ to Acid
Quote:
Originally posted by .Simon.
template looks hot!
I agree!!!!

Its like 20times better than the last one!!
__________________
Reply With Quote
  #22  
Old 02-27-2009, 05:54 PM
.Simon. is offline .Simon.

Join Date: Nov 2003
Location: Wales
Posts: 4,801

although.. it looks like you've forgoten to cut the left hand side of that picture? i can it goes past the edge
__________________

Quote:
Originally Posted by Steve View Post
next person to post half naked gets banned
Reply With Quote
  #23  
Old 02-27-2009, 06:00 PM
Acid is offline Acid

Join Date: Apr 2002
Posts: 853

Send a message via ICQ to Acid
Where are you seeing this?

here?

__________________
Reply With Quote
  #24  
Old 02-27-2009, 06:21 PM
.Simon. is offline .Simon.

Join Date: Nov 2003
Location: Wales
Posts: 4,801

yes ;P
__________________

Quote:
Originally Posted by Steve View Post
next person to post half naked gets banned
Reply With Quote
  #25  
Old 02-27-2009, 06:32 PM
Acid is offline Acid

Join Date: Apr 2002
Posts: 853

Send a message via ICQ to Acid
Quote:
Originally posted by .Simon.
yes ;P
good effin catch Simon!!!!!!!!!!!!!!!!!
__________________
Reply With Quote
  #26  
Old 02-27-2009, 06:36 PM
Acid is offline Acid

Join Date: Apr 2002
Posts: 853

Send a message via ICQ to Acid
Fixed ;-) TY again Simon.
__________________
Reply With Quote
  #27  
Old 02-27-2009, 06:38 PM
.Simon. is offline .Simon.

Join Date: Nov 2003
Location: Wales
Posts: 4,801

No problem.


NOW WHERE'S MA MUNEH!?
__________________

Quote:
Originally Posted by Steve View Post
next person to post half naked gets banned
Reply With Quote
  #28  
Old 02-27-2009, 06:41 PM
Acid is offline Acid

Join Date: Apr 2002
Posts: 853

Send a message via ICQ to Acid
Quote:
Originally posted by .Simon.
No problem.


NOW WHERE'S MA MUNEH!?
LOL, I could hear a voice, maybe one from Southpark.
__________________
Reply With Quote
  #29  
Old 02-27-2009, 06:42 PM
Acid is offline Acid

Join Date: Apr 2002
Posts: 853

Send a message via ICQ to Acid
Quote:
Originally posted by .Simon.
No problem.


NOW WHERE'S MA MUNEH!?
Thats just the first part of the job!!!! LOL

I'll be here beggin for help on this for the next week or 2

Run a tab?
__________________
Reply With Quote
  #30  
Old 02-27-2009, 06:44 PM
atholon is offline atholon
"ath-hole"

Join Date: Jan 2003
Location: Failville.
Posts: 11,357

Send a message via MSN to atholon
lolz
__________________
Reply With Quote
  #31  
Old 02-28-2009, 10:44 AM
Acid is offline Acid

Join Date: Apr 2002
Posts: 853

Send a message via ICQ to Acid
Peace,

Ok, here is my next problem.

I did a slice job on the template and started adding in the content.

I got the mouseovers working. The tv commercial button and the top links are looking the way I want. The gray box is done as well. I even got the site looking the same across different browsers (used a css hack)

But the footer is not working like I want. In the style sheet I set it to position relative. Just like the top links, the tv and the gray box content. But it will not hold its position!!! If you resize the window smaller, it moves with it, instead of staying in its place.

I am very new to using css to define content. So I need help :-)

Here is my css code, which I also need to know how to set it up nice a clean, so anyone can easily look at it, and edit it. I don't want someone coming behind me and saying how horrible my code is. :-)

Thank you!!!!!





PHP Code:
#top-nav p {padding: 0; margin: 0;}
#top-nav p.copy {margin: 0; font-size:14px; color: #999; text-align: right; position:relative; top: 50px; right: 30px; word-spacing: 5pt;}
#top-nav a {color: #999;}
#top-nav a:hover { color: #CCCCCC; }



#bottom-nav p {padding: 0; margin: 0;}
#bottom-nav p.copy {margin: 0; font-size:14px; color: #999; text-align: right; position:relative; top: -52px; right: 215px;}
#bottom-nav a {color: #999;}
#bottom-nav a:hover { color: #CCCCCC; } 


#tv {position:relative; top: -131px; left: 4px;} 


#home-box-header p {padding: 0; margin: 0;}
#home-box-header p.copy {margin: 0; font-size:22px; font-weight: bold; color: #FFFFFF; text-align: right; position:relative; bottom: 2px; right: 167px;}

#home-box-copy {margin: 0; font-size:15px; color: #888888; font-weight: bold; text-align: left; line-height: 30px; position:relative; bottom: -7px; right: 11px;}

/*end*/
/*\*/


html*#home-box-header p {padding: 0; margin: 0;}
html*#home-box-header p.copy {margin: 0; font-size:22px; font-weight: bold; color: #FFFFFF; text-align: right; position:relative; bottom: 2px; right: 167px; wrap: no;}

html*#home-box-copy {margin: 0; font-size:15px; color: #888888; font-weight: bold; text-align: left; line-height: 30px; position:relative; bottom: 1px; right: 10px;}
/*end*/
.dummyend[id]{clear:both;}


/*\*/
home-box-header p {padding0margin0;}
home-box-header p.copy {margin0font-size:22pxfont-weightboldcolor#FFFFFF; text-align: right; position:absolute; bottom: 2px; right: 167px;}

home-box-copy {margin0font-size:15pxcolor#888888; font-weight: bold; text-align: left; line-height: 5px; position:absolute; bottom: 70px; right: 200px;}
/*end*/

ul.orangedot {
  list-
style-imageurl('../images/orangedot.gif'); } 
__________________
Reply With Quote
  #32  
Old 02-28-2009, 01:16 PM
Acid is offline Acid

Join Date: Apr 2002
Posts: 853

Send a message via ICQ to Acid
I fixed it!!!!! :-)

I moved the location of the code in the index file. And it worked.
__________________
Reply With Quote
  #33  
Old 02-28-2009, 04:10 PM
Acid is offline Acid

Join Date: Apr 2002
Posts: 853

Send a message via ICQ to Acid
Peace,

Ok, I'm done.

Total work hours 8.

I also did some research and found out I should group the code in the style sheet, in a way that makes sense.

So I came up with this although I am still thinking about how I want to "present" my code

PHP Code:
/* ===Main Content area Start=== */

#main p {padding: 0; margin: 0;}
#main p.header {margin: 0; font-size:24px; font-family: Arial; color: #3D94FE; text-align: left; position:relative; top: 5px;}
#main p.content {margin: 0; font-size:17px; font-family: Verdana; color: #888888; text-align: left; position:relative; top: 35px}
#home-dots {margin: 0; font-size:17px;  font-family: Verdana; color: #E07A0C; text-align: left; line-height: 22px; position:relative; bottom: -40px; left: -19px;}

/* ===Main Content area End=== */




/* ===Top Links Start=== */


#top-nav p {padding: 0; margin: 0;}
#top-nav p.copy {margin: 0; font-size:14px; color: #999; text-align: right; position:relative; top: 50px; right: 30px; word-spacing: 5pt;}
#top-nav a {color: #999;}
#top-nav a:hover { color: #CCCCCC; }

/* ===Top Links End=== */




/* ===Footer Start=== */


#bottom-nav p {padding: 0; margin: 0;}
#bottom-nav p.copy {margin: 0; font-size:14px; color: #999; text-align: right; position:relative; bottom: -10px; right: 15px;}
#bottom-nav a {color: #999;}
#bottom-nav a:hover { color: #CCCCCC; } 


/* ===Footer End=== */




/* ===TV link Start=== */


#tv {position:relative; top: -131px; left: 13px;} 

/* ===TV link End=== */





/* ===Box Content for Firefox and Safari Start=== */


#home-box-header p {padding: 0; margin: 0;}
#home-box-header p.copy {margin: 0; font-size:22px; font-family: Arial; font-weight: bold; color: #FFFFFF; text-align: right; position:relative; bottom: 14px; right: 162px;}

#home-box-copy {margin: 0; font-size:13px; color: #888888; font-family: Verdana; font-weight: bold; text-align: left; line-height: 26px; position:relative; bottom: -7px; right: 8px;}

/*end*/
/*\*/


/* ===Box Content for Firefox and Safari End=== */





/* ===Box Content for IE7 Start=== */


html*#home-box-header p {padding: 0; margin: 0;}
html*#home-box-header p.copy {margin: 0; font-size:22px; font-family: Arial; font-weight: bold; color: #FFFFFF; text-align: left; position:relative; bottom: 6px; right: -15px; wrap: no;}
html*#home-dots {margin: 0; font-size:17px;  font-family: Verdana; color: #E07A0C; text-align: left; line-height: 24px; position:relative; bottom: -40px; left: -24px;}

html*#home-box-copy {margin: 0; font-size:13px; color: #888888; font-family: Verdana; font-weight: bold; text-align: left; line-height: 26px; position:relative; bottom: 1px; right: 10px;}
/*end*/
.dummyend[id]{clear:both;}

/* ===Box Content for IE7 End=== */






/* ===Box Content for IE 5 and down Start=== */


/*\*/
home-box-header p {padding0margin0;}
home-box-header p.copy {margin0font-size:22pxfont-familyArialfont-weightboldcolor#FFFFFF; text-align: right; position:absolute; bottom: 2px; right: 167px;}

home-box-copy {margin0font-size:14pxcolor#888888; font-family: Verdana; font-weight: bold; text-align: left; line-height: 5px; position:absolute; bottom: 70px; right: 200px;}
/*end*/

/* ===Box Content for IE 5 and down End=== */






/* ===Orange UL Dot Start=== */


ul.orangedot {
  list-
style-imageurl('../images/orangedot.gif'); }


/* ===Orange UL Dot End=== */ 
__________________
Reply With Quote
Reply


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 

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

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Broken links.. General Nuisance Feedback / Novahq.net Support 3 06-22-2005 10:12 AM
Dead and Broken Spazz Sigs and Graphics 22 03-05-2005 12:07 PM
broken glass RiGhTuShOoK Sigs and Graphics 7 06-17-2004 01:55 AM
broken theme sp0n9e Feedback / Novahq.net Support 16 04-09-2004 11:13 AM


All times are GMT -5. The time now is 05:01 PM.




Powered by vBulletin®