Webmaster Forum

Go Back   Webmaster Forum > Webmaster Design/Layout Help Forum > HTML Forum
Register FAQ Members List Calendar Search Today's Posts Mark Forums Read

HTML Forum Get help from a webmaster in this forum about HTML, or help others.

Reply
 
LinkBack Thread Tools Display Modes
  #1 (permalink)  
Old 04-13-2007, 08:27 PM
fadetoblackmm fadetoblackmm is offline
Junior Member
 
Join Date: Apr 2007
Location: DeFuniak Springs, FL
Posts: 1
fadetoblackmm is an unknown quantity at this point
Send a message via Yahoo to fadetoblackmm
Submit to Clesto Submit to Digg Submit to Reddit Submit to Furl Submit to Del.icio.us Submit to Jeqq Submit to Spurl
Default Colored banner across entire page width?

I'm new to this...I came across this site that has a cool colored bar across the top of the page, engulfing some text.
http://www.donghia.com/furniture/

I can color in a cell but I need this to go beyond the outside edges, no sign of it ending on either side..

I use Frontpage 2003 (yeah, I'm that lazy) but I'm sure its some java code....

Appreciate any help.

Lee
Reply With Quote

This ad is part of our Revenue Sharing program
  #2 (permalink)  
Old 04-14-2007, 03:47 AM
ALL's Avatar
ALL ALL is offline
Senior Member
 
Join Date: Oct 2006
Location: Sturgis, SD
Posts: 145
ALL is on a distinguished road
Submit to Clesto Submit to Digg Submit to Reddit Submit to Furl Submit to Del.icio.us Submit to Jeqq Submit to Spurl
Default

play around with this:

HTML Code:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> <html> <head> <meta http-equiv="Content-Language" content="en-us"> <meta http-equiv="Content-Type" content="text/html; charset=windows-1252"> <title>Color Example</title> <script type="text/javascript"> function changecolor(color){ var table = document.getElementById('colortable'); table.style.backgroundColor='#' + color; } function changetext(color){ var table = document.getElementById('colortable'); table.style.color='#' + color; } </script> </head> <body> <table border="0" width="100%" id="table1" cellspacing="0" cellpadding="0"> <tr> <td height="100">&nbsp;</td> </tr> <tr> <td height="50"> <table border="0" style="background-color: #000000" width="100%" cellspacing="0" cellpadding="0" height="100%" style="color: #FFFFFF" id="colortable"> <tr> <td align="center" width="20%" onmouseover="changecolor('0000FF');changetext('FF0000')" onmouseout="changecolor('000000');changetext('FFFFFF')">Blue</td> <td align="center" width="20%" onmouseover="changecolor('00FF00');changetext('0000FF')" onmouseout="changecolor('000000');changetext('FFFFFF')">Green</td> <td align="center" width="20%" onmouseover="changecolor('FF8800');changetext('FF00FF')" onmouseout="changecolor('000000');changetext('FFFFFF')">Orange</td> <td align="center" width="20%" onmouseover="changecolor('FF0000');changetext('0000FF')" onmouseout="changecolor('000000');changetext('FFFFFF')">Red</td> <td align="center" width="20%" onmouseover="changecolor('FFFF00');changetext('00FF00')" onmouseout="changecolor('000000');changetext('FFFFFF')">Yellow</td> </tr> </table> </td> </tr> </table> </body> </html>
if you want drop down menus try this site:

http://www.dynamicdrive.com/

thay have some good dropdown scripts, as for changing the color of the dropdown too, (if the one you pick doesnt already) respond and i'll help but please post your code.

-ALL
Reply With Quote
Reply


Thread Tools
Display Modes

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

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


Similar Threads
Thread Thread Starter Forum Replies Last Post
Banner request seowebtools Graphics & Colors Forum 2 02-21-2007 09:11 PM


All times are GMT. The time now is 12:58 PM.


Creative Commons License
Powered by vBulletin Version 3.6.2
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.0.0

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