Search:
Type: Posts; User: jadhav.soma
Search :
Search took 0.01 seconds.
check this one, hope this helful to you..
http://web.archive.org/web/20091017204329/http://www.zann-marketing.com/developer/20050518/vertically-centering-text-using-css.html
use <div> insted of <span> for the text purpose example is here...
<div style="font-size:0.9em" class="ifcontentstyleStyle-PIfText"><font size="2" face="Verdana" color="#66a7ca"><a...
The code is here.....
<style type="text/css">
html, body {
height: 100%;
}
div.header, div.foo { display:block; text-align: center; }
Good post ..it's helpfull to me..
you can do it using css style easily,
#menu ul li a:hover{text-decoration:underline;}
OR
#menu ul li a:hover{border-bottom:solid 1px #000;}
Using javascript,
...
hi DeepthiIcon,
just move this this div ("rg-thumbs") after div ("rg-image-wrapper")
Hope this will be helpfull.........
it can be possible sing parallex effect..
check link below...
http://www.richardshepherd.com/smashing/parallax/background.html
hope it will help full... :)
you can do it using javascript easily, give id to body like this
<body id="changecolor">
then handle id using
document.getElementByid('changecolor').style.background-color:#ff0000;
hope it...
can you try to put this code after a last div and then external script etc...
<script type='text/javascript'>
$.pop();
$("#slider").easySlider();
</script>
not understanding the problem explain please?
check this code... hope it will be help full..
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<title>Untitled Document</title>
<meta http-equiv="Content-Type"...
you can give width for each <li> item as depends on text length... hope it will help full to u...
please check updated code.....................
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN"
"http://www.w3.org/TR/html4/strict.dtd">
<HTML>
<head>
<meta http-equiv="content-type"...
Hi,
it's an width issue please check
div that is scrolling going on...(Thanks for visiting camp-hunt-shoot.com.......)
current width is width: 990px;its need to change width: 978px;...reason...
just replace the line for firefox...
<div id="slideshow" style="position: relative;"> to <div id="slideshow" style="position: absolute;">
check attached upated code....hope it will be help full to you.... :)
ok, please check the below code ........and se the difference between your current code and this one.....
<div id="footer">
<a href="index.html">Home</a>|
<a...
remove the padding as you last did....
Line no. 694
http://abettorcommunity.com/gzip_loader.php?file=bx_templ_css_9fd2ead2965b0b6481f4fc9697a9eced.css
.lcont_other {
padding-left: 0;
}
...
here is the css file..
http://abettorcommunity.com/gzip_loader.php?file=bx_templ_css_d623442363c23f8abb6aa2bbfa3afaa4.css
line no. 610
.lcont_top {
padding-left: 5px;
}
ohh bit mistake here is ....
add this code <div style="clear:both;"></div> in last of container tag .... before close the container tag just up the you currently did...(as reference to current...
Hey,
Just remove the img tags in your code... then chnage below code in your css
.lcont_top {
padding-left: 5px;
}
Hope it will helpfull for you....
#contents {
background-image: url("images/sbg.jpg");
background-position: right top;
background-repeat: repeat-y;
}
replce above code to this...............
...