
n000bie
Members-
Posts
81 -
Joined
-
Last visited
Never
Everything posted by n000bie
-
I'm not quite sure what your question is....but all the pictures are lined up in the white box. You have given padding:3px in the style sheet (_style2.css line 284). For me both sites look same (only difference is position of image container). I checked in FF 3.0 and IE 6
-
You can add display:inline for the p tag or use span instead of p. Don't know how your layout should look like (it is so confusing). You have used same style for LI (inside first ul) and P (inside second ul). I think it will be better to use table for this kind of data.
-
You need to decrease the width of the div if you use padding. You can use padding in % also. So, if you use padding 2% then width of the div will be 96%.
-
Your menu bar is giving problem, you need to fix that. or add overflow:hidden in this #menu-con
-
Add width to this div <div style="vertical-align: middle; height: 100px; width:200px" align="center"> I agree<input type="checkbox" name="agree" value="agree" />
-
Since your contents are tabular data so go on with tables.
-
You can check the list on http://php.opensourcecms.com/ Personally, I like MyBB
-
You have to adjust the width for navbar and content.
-
I don't think you can, print command is controlled by the browser.
-
I have done all the stuff but it is still not displaying This is inside head tag <!--[if IE]><script type="text/javascript" src="excanvas.js"></script><![endif]--> <script type="text/javascript" src="coolclock.js"></script> <script type="text/javascript" src="moreskins.js"></script> and inside body <canvas id="c1" class="CoolClock:classic" width="170" height="170" style="width: 170px; height: 170px; border:1px solid red;"/> I don't see the clock in the browser only a border and when I right click I see View image, save image options. I can't figure out why the clock is not displaying. Anyway thanks for reply...
-
Well, I am trying to add this cool clock to my site http://randomibis.com/coolclock/ It looks simple but nomatter what I try I am not able to display it in my page. I am using FF 3.5.9. Can anyone help me please. Thanks
-
Use width with float .navbar { width:200px; float:left; margin-left:0px; background-color:blue; } .content { width:710px; float:left; background-color:red; } hope this works...
-
http://www.digitaldruid.net/php-residence/en/ Php-residence is an open source program for hotel management developed by DigitalDruid.Net.
-
my page is not showing up right in internet explorer 6
n000bie replied to silverglade's topic in CSS Help
I checked it in IE6, IE7 and FF 3.5.9, it looks same. -
my page is not showing up right in internet explorer 6
n000bie replied to silverglade's topic in CSS Help
I think it will be better if you combine samothrace_right.png and samothrace_left.png as a single background image for the content div. -
my page is not showing up right in internet explorer 6
n000bie replied to silverglade's topic in CSS Help
It looks same on IE6 and FF 3.0.19 -
http://swffit.millermedeiros.com/
-
You can check this http://www.positioniseverything.net/articles/onetruelayout/equalheight
-
That will be really nice
-
http://djdesignerlab.com/2010/03/16/25-most-popular-free-flash-xml-photo-galleries/ http://www.webresourcesdepot.com/free-flash-xml-image-gallery-with-source/ http://webdeveloperplus.com/flash/25-amazing-free-flash-based-image-galleries/
-
http://www.noupe.com/css/multilevel-drop-down-navigation-menus-examples-and-tutorials.html http://www.htmlgoodies.com/beyond/dhtml/article.php/3470571
-
Adding width to ol works ( i think) #NewsTopInsertForm ol{ width :100%; padding : 5px 5px 0px 5px; list-style : none; }
-
#navlist td:hover { background-color:red;} but doesn't work in IE6
-
quick fix from firebug #footer_above { clear:both; /* added this*/ margin: 0; padding: 0; border: none; text-align: center; background: url(./images/main-bg-footer-repeat.png) repeat-x bottom; width: 100%; vertical-align:bottom; } #footer_above-wrap { width: 1000px; padding-top: 20px; margin:0 auto; /* and this*/ }