Jump to content

Felipe Ramalho

Members
  • Posts

    27
  • Joined

  • Last visited

Previous Fields

  • Languages
    Português, English

Profile Information

  • Location
    São Paulo / Brasil
  • Interests
    Html, Css, JavaScript

Contact Methods

  • Skype
    Felipe.Ramalho

Felipe Ramalho's Achievements

Newbie

Newbie (1/7)

1

Reputation

  1. There needs to be Excited David! Need a common Banner! Link to the imgage
  2. This need not be the example! Need of any Free!
  3. Need Banner on my Index.html As in Example Below! http://geedmo.com/?item=LushSlider I can make my site responsive! But I can not do anything to use Jquery = /
  4. I need a Jquery Banner I wonder where I can see the code of a Banner responsive, I'm designing and I have no idea how to make a Banner in JavaScript! Send link could complete the Code!
  5. This Ja on World Wide Web Follow the links http://markabpropaganda.com.br/lab/index.html http://markabpropaganda.com.br/lab/style.css http://markabpropaganda.com.br/lab/loja.html http://markabpropaganda.com.br/lab/loja.css I need to fix the Div are getting on top of another! Mediascreen need to use max-width and etcs ... Help ae Friends
  6. Below Link for Download Image Project'','' file.html Image within the model #, this coming out of it when the screen and reduizada. exists several problem with decreased screen he is a Multi responsive, but he is crooked etcs ... About Power help or tell me what I should enter or change etcs ... https://mega.co.nz/#%21Jx1AlLbJ%21ADHIJSq4xp7c7sJEYn3syAQW3foPZI16wy8akgDwlHI
  7. Html Source <!-- Div container--> <div id="container"> <div id="model"> <a href="#"><img src="foto.jpg" alt="1"></a> </div> <div id="model"> <a href="#"><img src="foto.jpg" alt="1"></a> </div> <div id="model"> <a href="#"><img src="foto.jpg" alt="1"></a> </div> <div id="model"> <a href="#"><img src="foto.jpg" alt="1"></a> </div> Css Source #container { background-color:#C2D1F0;} #model{ width:35%; height:80%; text-align:center; padding-top:10% 2% 2% 2%; border-style:groove; border-width:medium; border-color:#0066CC;/* 0066CC - 0066FF*/ float: left; } Please Send Source, If Possible send link to document
  8. In truth there. You helped me in Ultimo Topic, and he answers some of this Topic! / * To Align Image in Menu Mode * / # menu {text-align: center;} dsonesuk You said to do so! HTML '' Source '' <ul> <li> <a href=""> <img src="Photo1.png" width="80%";> </ a> </ li> <li> <a href=""> <img src="Photo2.png" width="80%";> </ a> </ li> <li> <a href=""> <img src="Photo3.png" width="80%";> </ a> </ li> <li> <a href=""> <img src="Photo4.png" width="80%";> </ a> </ li> </ ul> Css '' Source '' ul{ margin:0 auto; text-align: center;} That would be a Friend? Article About Z-index would Below this? http://www.w3schools.com/cssref/pr_pos_z-index.asp But the layout and all Created with% Z-index Method Works Well in Responsive Layout? ------------------------------------ Friend another problem I've been having and Foot. How do I let him in the Final of the page. CSS Soruce Foot # foot {width: 100%; height: 15%; background-color: # 4A766E; border: 2px solid; position: absolute, top: 80%; left: 0%;} If I put Border: 2px; it does not get stuck in the bottom of the page it rises and leaves blank space at the bottom of the page. Can I use border: 2%? or that element should be used cm pixel? I am not able to leave the foot stuck in the Final of the page. Thanks for the Help Friends, I am awaiting =)
  9. hanks so much and helped me lot. Even so I needed! Thanks for the trouble
  10. Use a Div Container! And I do the other Div within this DIV Container! Soruce of the Code is all in the First Post.
  11. Html <html><head> <link rel="stylesheet" href="style.css"></head><body><div class="img"> <img src="logo.png" width="100%" height="100%"></div> Css div.img{margin:2px;border:1px solid #0000ff;height:20%;width:10%;float:left;text-align:center;} So I'm doing it is centralized, easier method would? Making this CSS Way div { margin: 2px; border: 1px solid # 0000ff; height: 20%; width: 10%; float: left; text-align: center; } This was not to be centered also because of the content DIV in html css has this as herença. So the img inside the DIV html should inherit Style Send me the Code the way you use.
  12. Example Below. ------------------------------- Within Div Menu Put a <ul> within each <li> put a picture. But The images are not centered within DIV MENU I need the images in Centralized Mid DIV menu. HTML <ul> <li><a href=""><img src="Photo1.png" width="80%";></a></li> <li><a href=""><img src="Photo2.png" width="80%";></a></li> <li><a href=""><img src="Photo3.png" width="80%";></a></li> <li><a href=""><img src="Photo4.png" width="80%";></a></li> </ul> CSS #container{ width:97%; max-width:960px; min-width:800px; margin:1em auto; background-color:#EBC79E;} #menu{ width:10%; height:50%; background-color:#238E68; border:2px solid; border-radius:5px; position:absolute; top:20%; left:0%;}ul {list-style-type:none;} I need this picture in the middle of Centralized <div id = "MENU">
×
×
  • Create New...