CSS problem height from top

CSS problem height from top

here i wrote a code but can you tell me how to increase height from top

<html>

<head>

<style type="text/css"> .hello img {

height : 100px;
width :100px;
margin-top: 84px;
-webkit-transform: scale(1);
-webkit-transition-timing-function: ease-out;
-webkit-transition-duration: 500ms;
-webkit-transform: rotate(7deg);


-moz-transform: scale(1);
-moz-transition-timing-function: ease-out;
-moz-transition-duration: 500ms;
-moz-transform: rotate(7deg);

}

img:hover{

} </style>

</head>

<body> <div> </div>

<a class = "hello" href = " # " id = " anch" >

<img id = "im " src = "http://profile.ak.fbcdn.net/hprofile-ak-snc4/415731963280473531229682_n.jpg" /> </a>

</body>

</html>

View Answers









Related Tutorials/Questions & Answers:
CSS problem height from top
CSS problem height from top  here i wrote a code but can you tell me how to increase height from top <html> <head> <style type="text/css"> .hello img { height : 100px; width :100px; margin-top
paragraph height css
paragraph height css  How can i specify height of a paragraph in CSS?   This is how you can set the Height of Paragraph in CSS .pclass { height:200px; } <p class="pclass"> some text </p>
Advertisements
paragraph height css
paragraph height css  How can i specify height of a paragraph in CSS?   <html> <head> <style type="text/css"> p.p1 {line-height:90%;} p.p2 {line-height:200%;} </style> </head> <body>
JSP & CSS problem - Design concepts & design patterns
:   Hi friend, Your format of getting the css file is correct. There is a problem in css file. Try the following code. step1- JSP code...JSP & CSS problem  i have accessed the css class on my jsp
having problem with menu ans sub menu items css ...plz help!!
having problem with menu ans sub menu items css ...plz help!!  PLZ...', 'height' :'199px', 'top' :'-25px...' :'52px', 'height' :'52px', 'top
retrieving image from mysql db with standard height and width
retrieving image from mysql db with standard height and width  Hi . Here is my code to retrieve an image from mysql db. Its working properly. But i want the image with specified width and height. How to specify it in this code
retrieving image from mysql db with standard height and width
retrieving image from mysql db with standard height and width  Hi . Here is my code to retrieve an image from mysql db. Its working properly. But i want the image with specified width and height. How to specify it in this code
Problem in accessing data from Database
Problem in accessing data from Database  hi..... i'm making a project on servlet and jsp with ms access 2007 at the backend. One field in my database... someone plz help me out with this problem
problem in setting the values from database
problem in setting the values from database  hello friends, can anyone help me?? I am facing this problem for past one week. I could't set the values from database. here is the code: private JTextField getJTextField1
Getting Parameter from a css styled jsp file to a java servlet file...
Getting Parameter from a css styled jsp file to a java servlet file... .../css" media="screen" /> <!--[if IE 6]><link rel="stylesheet" href="style.ie6.css" type="text/css" media="screen" /><![endif]-->
Problem to get connection from DAO class to JDBC
Problem to get connection from DAO class to JDBC  package controller; import java.sql.Connection; import java.sql.DriverManager; public class ConnectionProvider { private static Connection con=null; //static Connection
problem in selecting second arraylist from mysql database
problem in selecting second arraylist from mysql database  Hi..., but i want second list to be dynamic from database. Please, help me out. Thank... = con.createStatement(); ResultSet rs = stmt.executeQuery("Select * from items
UITabbar height
UITabbar height  Hi, What is the height of UITabbar? Thanks   Hi, Size of UITabBar is 320x49. Thanks
How to add tabs in right side of a window from top to bottom in swing s
How to add tabs in right side of a window from top to bottom in swing s  How to add tabs in right side of a window from top to bottom in swings
How to add tabs in right side of a window from top to bottom in swing s
How to add tabs in right side of a window from top to bottom in swing s  How to add tabs in right side of a window from top to bottom in swings
facing problem while retrive value from Post textarea
facing problem while retrive value from Post textarea  Hi this is subha. I face a small problem while retriving value of the textbox in the java...; <td align="left" valign="top" width="20%"><bean:message key
UIScrollView Height
UIScrollView Height  How can i set the height and width of the UIScrollView according to my requirement. Actually i'm creating a login application form iPhone and using UIScrollView. Also i have number of item to add
javascript set scroll height
javascript set scroll height  How to set scroll height in JavaScript?   CSS Scroll Method div { width:150px; height:150px; overflow:scroll; } JavaScript ScrollTo method <script type="text/javascript">
No Max-height Fixed
/css"> textarea.expandText { line-height: 10px... No Max-height Fixed      ... of a Textarea with minimum fixed height but no max height fixed.ADS_TO_REPLACE_1 Steps
Working with CSS(CSS Manipulation)
the outer Height from the first matched element, including padding and border.This... Working with CSS(CSS Manipulation)       Working with CSS(CSS Manipulation
Problem to print from my properties file - Java Server Faces Questions
Problem to print from my properties file  Hi, I am a new user of this site. It is very interesting. So this is my problem: I have a jsp file where i try to print some messages from my properties file but when i execute
problem in sending data from one ip to another ip in JAVA
problem in sending data from one ip to another ip in JAVA  Hi guys . this is naveen kumar...i need a help. i want to connect one ip to another ip (like ping),after that i want send the data with my system(Ip) to another ip
Problem passing a value from one jsp to another using href
Problem passing a value from one jsp to another using href  first page.jsp <a href="common.jsp?param=<%l.get(k).parentname%>"> common.jsp <%String attr=request.getAttribute("param"); out.print(attr
Problem passing a value from one jsp to another using href
Problem passing a value from one jsp to another using href  first page.jsp <a href="common.jsp?param=<%l.get(k).parentname%>"> common.jsp <%String attr=request.getAttribute("param"); out.print(attr
Problem to print from my properties file - Java Server Faces Questions
Problem to print from my properties file  Hi, I am a new user of this site. It is very interesting. So this is my problem: I have a jsp file where i try to print some messages from my properties file but when i execute
passing parameter from Java code to CSS file - Design concepts & design patterns
passing parameter from Java code to CSS file  hi, i have to pass a string variable from by java code to a CSS file so that i can use that variable in my CSS file. Plz help me as soon as possible
CSS
style sheet validates at Note that some warnings may be unavoidable, but your CSS
Resizing Height of UITextView iPhone
Resizing Height of UITextView iPhone  Hi all, Is it possible to resize the height of the UITextField in objective C
problem from registering a data in database with servlet - JSP-Servlet
problem from registering a data in database with servlet  Hi Rose, i created a servlet to validates ten user details in the database, if present...); System.out.println("Connected to the database"); String query1="Select * from user
UIImage width and height
UIImage width and height  Hi, How I can find the width and height of UIImage object. Let's know an example code for finding UIImage width and height. ThanksADS_TO_REPLACE_1
UITextView Change Height dynamically
UITextView Change Height dynamically  dynamically expand the height of UITextView.   - (void) textViewDidEndEditing:(UITextView *)textView { CGRect frame = mTextView.frame; frame.size.height
css
, and link it to (and from) your main page. (d) Write a quote that impressed you
css
, and link it to (and from) your main page. (d) Write a quote that impressed you
css
, and link it to (and from) your main page. (d) Write a quote that impressed you
With Fixed Max-Height
With Fixed Max-Height      ... generate of a Textarea with fixed Max-Height. Step 1:  ADS_TO_REPLACE_2..." content="text/css"> <meta http-equiv="Content-Script-Type" content
jQuery "height" method
;height" method of jQuery. The difference between .css('height') and .height() is that the latter returns a unit-less pixel value (for example...). The .height() method is recommended when an element's height needs
Top 7 Tips to Save You from Latest Google Penguin Update
get into action. Here is our top 7 tips to save you from latest Google... webmaster guideline hardly any tips to save you from Google Penguin update can... of the threat and play safe from this latest SEO algorithm. For the past few
Height for cell in table view - UITableView
Height for cell in table view - UITableView  UITableview height for cell What is the height for cell in table view iPhone mobile application
problem
problem  hi'sir mai niit student hu.mujhe java ka program samaj me nhi aata mai kya karu and mai kaise study karu please help me.   Learn Java from the given link: Java Tutorials
image height width php - PHP
image height width php  I am digging for the PHP Script to set the height and width of Image in my app
align top left corner - Development process
align top left corner  how to align top left corner   Hi friend, This is simple code Active Jump and css body { background: url(image.jpg) top left no-repeat
java programming problem - Java Beginners
java programming problem   Given a deck of ncards unique cards.Cut the deck iCut cards from the top portion of the deck followed by the bottom card... etc. Alternating the remaining cards go on top. The problem is to find
get image height and width html
get image height and width html  How to get image height and width in html?    var img = new Image(); img.src = your_src img.width img.height
Java Swings problem - Swing AWT
window instead of starting from the top and it should divider height also should... that is, it is displaying starting from top of the splitpane window to the bottom. But, I want...Java Swings problem  Sir, I am facing a problem in JSplitPane. I want
i am getting the problem when i am downloading the pdf file from oracle 10g database - Struts
i am getting the problem when i am downloading the pdf file from oracle 10g database  if i created the pdf file from pdf machine,it is storing into datbase and download the pdf file from database. but when i created the pdf file
CSS in Flex
CSS in Flex  Hi...... Please tell me How do you use css styles in flex? Thanks  Ans: @namespace s "library://ns.adobe.com...-weight:bold; button-width:100px; button-height:50px; } .label{ font-family
Top ten web hosting
Top ten web hosting  Hi, What are the features of top ten web hosting providers? I have to find the best to hosting provider from the top ten hosting provider. How to choose best hosting prover from the list of top ten hosting
Pass value of rasio button from jsp page to action class(not conventional problem)
Pass value of rasio button from jsp page to action class(not conventional problem)  Hi, I have a jsp page that has code which goes ike this: <table border="1"> <tbody> <s:iterator value
css click box
css click box  I wanted to create a click box in CSS with a hyperlink... file .. click box Text CSS a { display:inline-block; width:30px; height:30px; background-color:#ccc; border:1px solid #ff0000; }  
HTML5 video height width.
HTML5 video height width. Introduction:The <video> tag use for embedding... will introduce you to about the height and width attribute . They define height... Description height pixel Define height of media. width pixel

Ads