HorizonForumsone horizon
Log inSign up

[ms] · Est. May 2002

Music madethis place,we just kept itgoing...

One durable person. One social graph. Many communities—and every way people speak, share, listen, write, gather and remember.

Forums / Computers / Electronics / Games

Code issue.

2 durable postsStarted 2007-06-20Latest 2007-06-22
#43242Post 1 of 2

Take a look at the following code: [code] [SIZE=2][COLOR=#0000ff]<[/COLOR][/SIZE][SIZE=2][COLOR=#800000]html[/COLOR][/SIZE][SIZE=2][COLOR=#0000ff]>[/COLOR][/SIZE] [SIZE=2][COLOR=#0000ff]<[/COLOR][/SIZE][SIZE=2][COLOR=#800000]head[/COLOR][/SIZE][SIZE=2][COLOR=#0000ff]>[/COLOR][/SIZE] [SIZE=2][COLOR=#0000ff]<[/COLOR][/SIZE][SIZE=2][COLOR=#800000]title[/COLOR][/SIZE][SIZE=2][COLOR=#0000ff]>[/COLOR][/SIZE] [SIZE=2]Anthony W.[/SIZE] [SIZE=2][COLOR=#0000ff]</[/COLOR][/SIZE][SIZE=2][COLOR=#800000]title[/COLOR][/SIZE][SIZE=2][COLOR=#0000ff]>[/COLOR][/SIZE] [SIZE=2][COLOR=#0000ff][/COLOR][/SIZE] [SIZE=2][COLOR=#0000ff]<[/COLOR][/SIZE][SIZE=2][COLOR=#800000]link[/COLOR][/SIZE][SIZE=2][COLOR=#ff0000]rel[/COLOR][/SIZE][SIZE=2][COLOR=#0000ff]=[/COLOR][/SIZE][SIZE=2]"[/SIZE][SIZE=2][COLOR=#0000ff]stylesheet[/COLOR][/SIZE][SIZE=2]"[/SIZE][SIZE=2][COLOR=#ff0000]type[/COLOR][/SIZE][SIZE=2][COLOR=#0000ff]=[/COLOR][/SIZE][SIZE=2]"[/SIZE][SIZE=2][COLOR=#0000ff]text/css[/COLOR][/SIZE][SIZE=2]"[/SIZE][SIZE=2][COLOR=#ff0000]href[/COLOR][/SIZE][SIZE=2][COLOR=#0000ff]=[/COLOR][/SIZE][SIZE=2]"[/SIZE][SIZE=2][COLOR=#0000ff]mystyle.css[/COLOR][/SIZE][SIZE=2]"[/SIZE][SIZE=2][COLOR=#0000ff]>[/COLOR][/SIZE] [SIZE=2][COLOR=#0000ff]</[/COLOR][/SIZE][SIZE=2][COLOR=#800000]head[/COLOR][/SIZE][SIZE=2][COLOR=#0000ff]>[/COLOR][/SIZE] [SIZE=2][COLOR=#0000ff]<[/COLOR][/SIZE][SIZE=2][COLOR=#800000]body[/COLOR][/SIZE][SIZE=2][COLOR=#0000ff]>[/COLOR][/SIZE] [SIZE=2][COLOR=#0000ff]<[/COLOR][/SIZE][SIZE=2][COLOR=#800000]span [/COLOR][/SIZE][SIZE=2][COLOR=#ff0000]id[/COLOR][/SIZE][SIZE=2][COLOR=#0000ff]=[/COLOR][/SIZE][SIZE=2]'[/SIZE][SIZE=2][COLOR=#0000ff]button[/COLOR][/SIZE][SIZE=2]'[/SIZE][SIZE=2][COLOR=#0000ff]>[/COLOR][/SIZE] [SIZE=2][COLOR=#0000ff]<[/COLOR][/SIZE][SIZE=2][COLOR=#800000]img[/COLOR][/SIZE][SIZE=2][COLOR=#ff0000]src[/COLOR][/SIZE][SIZE=2][COLOR=#0000ff]=[/COLOR][/SIZE][SIZE=2]'[/SIZE][SIZE=2][COLOR=#0000ff]./images/buttonl.jpg[/COLOR][/SIZE][SIZE=2]'[/SIZE][SIZE=2][COLOR=#0000ff]/>[/COLOR][/SIZE] [SIZE=2][COLOR=#0000ff]<[/COLOR][/SIZE][SIZE=2][COLOR=#800000]span[/COLOR][/SIZE][SIZE=2][COLOR=#ff0000]id[/COLOR][/SIZE][SIZE=2][COLOR=#0000ff]=[/COLOR][/SIZE][SIZE=2]'[/SIZE][SIZE=2][COLOR=#0000ff]buttonm[/COLOR][/SIZE][SIZE=2]'[/SIZE][SIZE=2][COLOR=#ff0000]style[/COLOR][/SIZE][SIZE=2][COLOR=#0000ff]=[/COLOR][/SIZE][SIZE=2]'[/SIZE][SIZE=2][COLOR=#0000ff]padding-bottom: 19px;[/COLOR][/SIZE][SIZE=2]'[/SIZE][SIZE=2][COLOR=#0000ff]>[/COLOR][/SIZE] [SIZE=2][COLOR=#0000ff]<[/COLOR][/SIZE][SIZE=2][COLOR=#800000]a[/COLOR][/SIZE][SIZE=2][COLOR=#ff0000]class[/COLOR][/SIZE][SIZE=2][COLOR=#0000ff]=[/COLOR][/SIZE][SIZE=2]'[/SIZE][SIZE=2][COLOR=#0000ff]button[/COLOR][/SIZE][SIZE=2]'[/SIZE][SIZE=2][COLOR=#ff0000]href[/COLOR][/SIZE][SIZE=2][COLOR=#0000ff]=[/COLOR][/SIZE][SIZE=2]'[/SIZE][SIZE=2][COLOR=#0000ff]./index.php[/COLOR][/SIZE][SIZE=2]'[/SIZE][SIZE=2][COLOR=#0000ff]>[/COLOR][/SIZE][SIZE=2]test[/SIZE][SIZE=2][COLOR=#0000ff]</[/COLOR][/SIZE][SIZE=2][COLOR=#800000]a[/COLOR][/SIZE][SIZE=2][COLOR=#0000ff]>[/COLOR][/SIZE] [SIZE=2][COLOR=#0000ff]</[/COLOR][/SIZE][SIZE=2][COLOR=#800000]span[/COLOR][/SIZE][SIZE=2][COLOR=#0000ff]>[/COLOR][/SIZE] [SIZE=2][COLOR=#0000ff]<[/COLOR][/SIZE][SIZE=2][COLOR=#800000]img[/COLOR][/SIZE][SIZE=2][COLOR=#ff0000]src[/COLOR][/SIZE][SIZE=2][COLOR=#0000ff]=[/COLOR][/SIZE][SIZE=2]'[/SIZE][SIZE=2][COLOR=#0000ff]./images/buttonr.jpg[/COLOR][/SIZE][SIZE=2]'[/SIZE][SIZE=2][COLOR=#0000ff]/></span[/COLOR][/SIZE][SIZE=2][COLOR=#0000ff]> [/COLOR][/SIZE] [SIZE=2][COLOR=#0000ff]</[/COLOR][/SIZE][SIZE=2][COLOR=#800000]body[/COLOR][/SIZE][SIZE=2][COLOR=#0000ff]>[/COLOR][/SIZE] [SIZE=2][COLOR=#0000ff]</[/COLOR][/SIZE][SIZE=2][COLOR=#800000]html[/COLOR][/SIZE][SIZE=2][COLOR=#0000ff]>[/COLOR][/SIZE] [/code]

Now here is the relavant CSS that matches any of the ID tags: [code] [SIZE=2][COLOR=#008000]/************** how we make our buttons on the web page**************/[/COLOR][/SIZE] [SIZE=2][COLOR=#008000]/* each button contains a left, middle, and right so as the text[/COLOR][/SIZE] [SIZE=2][COLOR=#008000]grows horizontally so does the button*/[/COLOR][/SIZE] [SIZE=2][COLOR=#008000]/* this is the main div tag container for a button*/[/COLOR][/SIZE] [SIZE=2][COLOR=#800000]#button[/COLOR][/SIZE][SIZE=2] {[/SIZE] [SIZE=2][COLOR=#ff0000]text-align[/COLOR][/SIZE][SIZE=2]: [/SIZE][SIZE=2][COLOR=#0000ff]center[/COLOR][/SIZE][SIZE=2];[/SIZE] [SIZE=2][COLOR=#ff0000]color[/COLOR][/SIZE][SIZE=2]: [/SIZE][SIZE=2][COLOR=#0000ff]white[/COLOR][/SIZE][SIZE=2];[/SIZE] [SIZE=2][COLOR=#ff0000]height[/COLOR][/SIZE][SIZE=2]: [/SIZE][SIZE=2][COLOR=#0000ff]50px[/COLOR][/SIZE][SIZE=2];[/SIZE] [SIZE=2][COLOR=#ff0000]width[/COLOR][/SIZE][SIZE=2]: [/SIZE][SIZE=2][COLOR=#0000ff]auto[/COLOR][/SIZE][SIZE=2];[/SIZE] [SIZE=2][COLOR=#ff0000]padding[/COLOR][/SIZE][SIZE=2]: [/SIZE][SIZE=2][COLOR=#0000ff]0px[/COLOR][/SIZE][SIZE=2];[/SIZE] [SIZE=2]}[/SIZE] [SIZE=2][COLOR=#008000]/* this is the middle element of the button*/[/COLOR][/SIZE] [SIZE=2][COLOR=#800000]#buttonm[/COLOR][/SIZE][SIZE=2] {[/SIZE] [SIZE=2][COLOR=#ff0000]padding-top[/COLOR][/SIZE][SIZE=2]: [/SIZE][SIZE=2][COLOR=#0000ff]19px[/COLOR][/SIZE][SIZE=2];[/SIZE] [SIZE=2][COLOR=#ff0000]height[/COLOR][/SIZE][SIZE=2]: [/SIZE][SIZE=2][COLOR=#0000ff]50px[/COLOR][/SIZE][SIZE=2];[/SIZE] [SIZE=2][COLOR=#ff0000]width[/COLOR][/SIZE][SIZE=2]: [/SIZE][SIZE=2][COLOR=#0000ff]auto[/COLOR][/SIZE][SIZE=2];[/SIZE] [SIZE=2][COLOR=#ff0000]background-image[/COLOR][/SIZE][SIZE=2]: [/SIZE][SIZE=2][COLOR=#0000ff]url('./images/buttonm.jpg')[/COLOR][/SIZE][SIZE=2];[/SIZE] [SIZE=2][COLOR=#ff0000]background-repeat[/COLOR][/SIZE][SIZE=2]: [/SIZE][SIZE=2][COLOR=#0000ff]repeat-x[/COLOR][/SIZE][SIZE=2];[/SIZE] [SIZE=2]}[/SIZE] [/code]

[SIZE=2]I can't figure out why in IE7 it works but in Firefox it bombs out. Url: [url]www.anthonyw.net/indextest.php[/url][/SIZE]

#880621Post 2 of 2

Re: Code issue.

your codes are whacked...

i'm assuming you're trying to achieve a roll-over button with CSS

try this:

[url]http://www.oreillynet.com/pub/a/javascript/2001/03/23/rollovers.html[/url] [url]http://www.colly.com/scripts/rollover.html[/url]

Log in to reply