Jump to content

aND|e

Members
  • Posts

    32
  • Joined

  • Last visited

Everything posted by aND|e

  1. hi! newbie question again!i've been making a simple site for my boyfriend and me, half the page is his, half is mine. everything's going fine with firefox but when i decided to view it with ie, there's this white border in between the 2 <div> (this doesnt happen in firefox!). what's wrong with it? im still starting to learn html and a little css so im kinda shy to show the site but if it'll help, you can see it at http://www.ryjin.com <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"><html><head><title>and tonight..you revolve around me..</title><style type="text/css"><!--html,body{overflow: scroll;}#left{padding: 5px;color: #c0c0c0;position: absolute;top: 0px;left: 0px;width: 50%;height: 100%;background-color: black;}#right{padding: 5px;color: #5F5A59;position: absolute;top: 0px;right: 0px;width: 50%;height: 100%;background-color: #FAAFBE;}IMG{border: 0px;position: absolute;}--></style></head></html> here's part of the code..hope someone can help me. thanks again!
  2. thanks aspnetguy! the link was very useful. i wont be embedding a whole lot on the page..just a few words here and there..will this still affect my download time a lot? thanks again!
  3. aND|e

    <div>

    hehehe..thanks guys..you're the best!
  4. hi! can anyone help me with this please? i've read in an html/css book that the font needs to be embedded on the page so visitors who doesnt have the font can still view it. does anyone know how to do this? i'd really appreciate it. thanks a lot!
  5. aND|e

    <div>

    i was just wondering if its possible to have a div inside another div
  6. haha..ok i'll give it a try..actually its not the background for the whole page..i just want a paragraph to have a background (instead of using a color, i want to use an image). i'm still a little embarrassed since im just doing basic stuff. i just started learning about a couple of weeks ago as soon as i have everything organized ill start giving the link when i ask for help..haha! so basically i just want a background for my text, not the whole page
  7. Mikika it's for a paragraph's background. do i still need that? will this solve my problem regarding the image, that i only see 1/4 of the image (upper left)?
  8. thanks Jonas! it almost worked except that only the upper left corner of the image was visible on the page. why is that? is the image too large?
  9. hmm..i think it worked but the image was so small i had to check twice if it was the image or just dirt on my screen. haha! what if i just want it on 1 paragraph on my page Jonas? Correct me if I'm wrong but the code you posted will make every paragraph on my page have the same text background image, is that right? and how do i position the image and paragraph on the page? thanks a bunch!
  10. jonas you're a life saver! Let me try that out..thanks again!
  11. Mimika help! I can't understand what the book says on what to do about changing the text's background. its says type background: then type transparent or color, where colors is a color name or hex color. and if i want, i can also use an image by typing url (image.gif) instead. in this case i want to use an image. can you tell me what's the exact css code for this? i'd really appreciate it!
  12. found the answer in my book on css already..thanks Mimika!
  13. I was just wondering if its possible to have a text, lets say a whole paragraph (<p>) on top of an image? so, it'll be like a background for a specific froup of text. hope someone can help me thanks again soooo much!
  14. wow thanks guys! having that border was really annoying..
  15. i've tried to use images to label links and i have one teeny tiny problem..around the image, there's like a thin blue border which turns to purple after you've clicked the image. just like with normal text links. i've scanned thru html and css tutorials but all i found was how to change the colors if i was using text for the links and not images.is there any way for me to change or remove that "border" around the image? thanks!
  16. i've tried to use images to label links and i have one teeny tiny problem..around the image, there's like a thin blue border which turns to purple after you've clicked the image. just like with normal text links. i've scanned thru html and css tutorials but all i found was how to change the colors if i was using text for the links and not images. is there any way for me to change or remove that "border" around the image? thanks!
  17. hi again mani_!i tried searching for body margin but all i can find are the margins for paragraph. ill try searching some more but if you happen to have the code i'd really appreciate it thanks again so much!Jonas gave me this html code and i want it to appear like this but the code you gave me will make it so much easier because of the div left and right. hope you can help me again <html><head><title>Untitled</title><style type="text/css"><!--body {background-color: pink;}div#left {width: 50%; /* will make the div half the total width of your page. */height: 100%;position: absolute;top: 0px;left: 0px; /* sticks your div in the top-left corner of your page. */background-color: black;}--></style></head><body><div id="left"><font color="#2B60DE"> Menu content, or whatever you want...</div></body></html>
  18. hmm..ok..ill try to find the code for that one and give it a try
  19. hi jonas! i kinda need help with something (again!) or anyone's help mani_ gave me this code in css forum and i think it's going to eb easier for me to use this since there's a left and right div but since im really new to css and just know a little html, i want it to come out like jonas's suggestion. this one doesnt fill the whole page. hope you guys can edit the code or somthing or at least tell me what i need to do to fill up the page with the background. thanks!<html><head><style type="text/css">.left{position:relative;float:left;z-index:-10;width:50%;height:600px;background-color:black;}.right{position:relative;float:right;z-index:-10;width:50%;height:600px;background-color:pink;}</style><body><div><div class="left"> </div><div class="right"></div></div></body></html>
  20. i just tried the code and i was wondering if i can make the height 100% and have no white borders around. is there any code to stick the div to the corners of the page? thanks!
  21. hi jonas! just tried what you suggested and it totally worked, just the way i want it! thanks again!
  22. thanks Mimika! I hope I get the hang of it soon..it gets really frustrating sometimes
  23. hi!I was just wondering if it's possible to have your own blog in my personal website. If yes, where can I get one? Thanks!
×
×
  • Create New...