If you want it to stay as a 1280 x 800 resolution, insert that into your CSS body tag:
body {height:800px; width:1280px;}
Type: Posts; User: A800; Keyword(s):
If you want it to stay as a 1280 x 800 resolution, insert that into your CSS body tag:
body {height:800px; width:1280px;}
I think the first link looks better. And i also see that you have a png problem for IE browsers lower than IE7.
Here is some Javascript for it. (Place in the head tag)
<script...
It is a JavaScript.
This link should help
Type this: (in red)
<div align="center">
<div class="hovermenu">
<ul>
<li><a href="http://www.dynamicdrive.com" class="sizemenu">Dynamic Drive</a></li>
<li><a...
1) Script Title: Lightbox V2
2) Script URL (on DD):
Link:
http://www.dynamicdrive.com/dynamicindex4/lightbox2/index.htm
3) Describe problem:
How would i add a caption to in the white box...
I think its the Tabs bar in FF that makes it scroll.
Where you have
<div id="guest_book" class="slide">
Add the code in blue to it:
Yeah, i've seen that one too lol. There's so many parodies of guitarists, i aint sure on which one's the real thing lol
Herman Li's a Nutcase (The asian dude to Rockonmetal lol), with all those noises and the Holy-hell-that's-friggin'-fast guitar play on their Through The Fire and Flames song. I only like that song of...
I don't really use Firefox, so i wouldn't know if there are any filter related stuff in FF.
Gradient headings, any colour that is able to clearly make the color of your font stand out, like a...
If you're still keeping the gray color, here is a list of them:
#999999;
#888888;
#777777;
#666666;
#555555;
#444444;
#333333;
#222222;
in that case, add this (highlighted in bold):
<style type="text/css">
body {margin:0px; padding:0px;}
</style>
If that does not work, do this (highlighted also):
3 Simple steps:
1.) look at this link for the buttons: http://www.dynamicdrive.com/style/csslibrary/item/dd-color-tabs/
2.) The "Submit" & "FAQ" is apart of DD's search engine.
3.) Yes, in...
You need Javascript to make links out of the select tag using the <option> tags.
<script type="text/javascript">
<!--
function dropdown(mySel)
{
var myWin, myVal;
myVal =...
Akulion, that can be done in two ways that i know of. The first one is by using an image, using the PNG format. The image has its background's transparency changed to 0%. The other is by the <a> tag...
No links/screenshots for everyone too see the problem?
Yeah, i'll have to give my id's and classes easier names to remember, as my memory is bad lol.
This should be it.
<style type="text/css">
.dropmenudiv_a{
position:absolute;
top: 0;
border: 0px solid #980E10; /*THEME CHANGE HERE*/
border-top-width: 8px; /*Top border width. Should...
Stylesheets are a pain. Even though it has its advantage of not having to write the CSS on the page, having to look up what id's and classes you've wrote almost all the time can annoy me like hell lol
In your CSS, add the following to the body CSS:
margin-left:0px;
I Hope this Helps.
Type this between the head tags:
<style type="text/css">
body {margin:0px;}
</style>
I hope this helps.
Thanks boogyman.
In your Stylesheet, add this:
.borders {border-top:2px solid #BBDF2A; border-bottom:2px solid #BBDF2A;
after that, on the 2nd and 3rd row TD tags, add this to them:
class="borders"
In the table coding, add
align="center"
Where you got your table coding. like this:
<table width="800" height="100%" border="0" cellpadding="0" cellspacing="0" align="center">
Try changing
display: table;
to this:
display: block;
I mean the "url name" part like a example.
Thanks, got it working now.