Jump to content

Err

Members
  • Posts

    1,009
  • Joined

  • Last visited

Everything posted by Err

  1. Err

    I'm in a dilemma.

    Not here in texas, I have to be 21 or over to drink legally. I don't care anyways cuase I don't drink.In mexico you can drink and smoke what would be considered illegal drugs here in US legally at 18.
  2. Err

    I'm in a dilemma.

    hehe, I feel slighty better, thanks!
  3. Err

    I'm in a dilemma.

    http://www.infoplease.com/ipd/A0408047.htmlThat would be the second one on there.
  4. Err

    I'm in a dilemma.

    Thanks! :)aspnetguy is right... I don't want to get older, I was perfect being 18... but that's not nessarly a bad thing, just kind of bothersome I guess for me.
  5. Err

    I'm in a dilemma.

    I'm getting older and there's nothing I can do about it!
  6. Meh, I did say 'may'...
  7. You mean like a 'homepage'? A homepage is the page you get whenever you first open your browser.
  8. Well for me it is, I always crack on older people for being well old... but I don't want the same treatment! *laughs hystarically!* edit: No offenese intended for the older folks here.
  9. Thanks! and happy early brithday to you aswell! I'm sure I'm going somewhere where I'm sure to have LOTS of fun on my birthday ... it's called work.
  10. 18, but gonna be 19... my birthday is coming this thursday. (June, 1st) *sighs*lol, justsomeguy.
  11. Found this awsome site that solves this problem with javascript without those darn annoying 'onmouseover' and 'onmouseout' scripts that you had to add to each element you want to change. You can now use the css :hover element without that a (anchor), best thing about this, is that it works great in IE. Don't know how the heck this guy did it but it's awsome!Ready?...Bang! http://annevankesteren.nl/test/examples/css/htc/hover.htm
  12. Looks good on them I'm guessing...?
  13. Well that would be becuase Firefox doesn't support custom scrollbars. Only IE does that.
  14. Well... stuff like that is annoying, I know. But that's whatthe poster wanted, he/she probably has some reason to do it that way.
  15. Err

    position: absolute

    Oh I see.Did the code I give ya work the way you wanted it too?
  16. Err

    position: absolute

    All you needed were some floats. I added afloat: left to the #leftcontent and #rightcontent css. It works with out the absolute positionings I also added some margins to the top and left side of the #rightcontent to space it out, and it looks okay.I gotta say though, nice site! I really like the style.One question though... what's the html, body { background-color: #929292; background-image: url(images/main_bg.jpg); color: #000000; font: normal 12px "Trebuchet MS", Verdana, sans-serif; height: 100%; margin: 0; padding: 0;}#leftcontent { background-color: #464646; background-image: url(images/left_bg.jpg); border-right: 1px solid #FFCC00; height: 100%; margin: 0; padding: 0; width: 200px; float: left;}#logo { background-image: url(images/logo.jpg); height: 200px; margin: 0; padding: 0; width: 200px;}#rightcontent { background-color: #2c2c2c; border: 1px solid #FFCC00; float: left; margin-left: 14px; margin-top: 20px;/* left: 220px; position: absolute; top: 20px;*/ width: 500px;}p { background-color: #2c2c2c; color: #CCCCCC; padding: 0 10px;}ul#navlist { background: #333333; border-bottom: 1px solid #000000; font: normal 10px Arial,Verdana, sans-serif; padding: 0px; margin: 0; width: 198px; \width: 200px; w\idth: 198px;}ul#navlist li { border-top: 1px solid #000000; list-style: none; margin: 0px;}ul#navlist li a { background: #333333; border: 0px; border-right: 20px solid #333333; display: block; padding: 4px 8px 4px 8px; text-align: left; text-decoration: none; width: 164px; \width: 200px; w\idth: 164px;}ul#navlist li a:link { color: #CCCCCC; }div#navcontainer li a:visited { color: #CCCCCC; }ul#navlist li a:hover { background: #333333; border-color: #FFCC00; color: #ffffff; text-indent: 10px;}
  17. Hmm, after looking at the code more closely, floats are not needed on them images. Here is a good working example here:css: body { font-family: arial; margin-top: 0px; margin-left: 0px; background-color: #c0c6ca; background-image: url(http://www.archivedgaming.com/adrennen/images/bg.gif); background-repeat: no-repeat; background-position: left; }a img { border: 0;}#top { width: 800px; height: 26px; background-image: url(http://www.archivedgaming.com/adrennen/images/top.gif); margin-top: 0px; background-repeat: no-repeat; background-position: left; float: left; display: block;} #mainMenu { margin-left: 53px; margin-top: 12px;} html: <div id="top"> <div id="mainMenu"> <a href="#"><img src="images/mn_bio.gif" alt="" /></a> <a href="#"><img src="images/mn_frn.gif" alt="" /></a> <a href="#"><img src="images/mn_gra.gif" alt="" /></a> <a href="#"><img src="images/mn_wri.gif" alt="" /></a> <a href="#"><img src="images/mn_con.gif" alt="" /></a> </div></div> Also, you don't need the border="0" you can just callyour css to do that with the added a img {border: 0}.Quick Link: http://oneuse.awardspace.com/navigation_menu2.htmlHoped that helped.
  18. #top { display: block; float: left;}#mainMenu img { float: left; display: block;} By displaying the images block and floating them to the left,it removes any padding it might have. Be sure to float the whole blockwhere the image is... in this case #top.(Poster is currently too sleepy to post more info.)
  19. [removed]Try that. Compare your code with mine. I took off those nasty tables.Now I don't get to play with forms that often so I decided to give this ashot, this is also CSS and html strict valid. I didn't see any errors onFirefox, Opera or IE.Hoped that helped.
  20. Is this a browser thing where the cursor is custom in IE (Internet Explorer) but not in Firefox? or a computer system cursor?If it's the first, firefox doesn't support the custom cursors (If I'm not mistaken then I think all browsers don't support it, except for IE). If it's the second, then I have no idea.
  21. Try using "div" instead of "span". See if that helps.<!doctype html public "-//w3c//dtd html 4.0//en"><html> <head> <title>A title here</title> <style type="text/css"> div#editdiscount { text-align: right; border: 1px solid red; } img { vertical-align: middle } </style> </head><body> <table style="width: 100%" border="1"> <tr> <td style="width: 60%"> <div id="lblthirdpartydiscount">third party discount</div> <div id="editdiscount"><img src="editdiscount.gif" alt="">edit discount</div> </td> <td>$123.45</td> </tr> </table></body></html> I would also like to add as a suggestion that yourcss would be better if it didn't use any capital letters.Instead, I would suggest an _ (Underscore) to seperatewords (looks a lot better)
  22. Err

    pseudo classes

    Sure there is. You can call all your div tags to have a certain styling. You can also narrow your call for the div by calling another tag, say like a table or another div. EX: .box div { color: blue;}.box div:hover { color: red;} Where ".box" narrows down the div tags you want to have that styling.Which can save A LOT of time.That's assuming that you have those div's nesting inside a tag like: <div class="box"> <div> </div> <div> </div> <div> </div></div> The :hover pseudo works in all browsers execpt IE, where you HAVE TO have a link for it to work.So this css w/ the :hover will work in IE. <style type="css/text">div a, div a:visited { color: blue;}div a:hover { color: red; font-wieght: bold; letter-spacing: 2px;}</style> Now, this css w/o a link anchor will not work in IE. Don't ask mefor a way around this problem... cuase I have no idea. <style type="css/text">div { color: blue;}div:hover { color: red; font-weight: bold; letter-spacing: 2px;}</style> Hoped that helped.
×
×
  • Create New...