Welcome Guest ( Log In | Register )

Outline · [ Standard ] · Linear+

 Rate the web design

views
     
minde
post Jul 1 2006, 10:27 AM

dreamt a king, woke up still king
*******
Senior Member
2,911 posts

Joined: Jun 2005
From: KL



is there anyway to make the header as a graphical link to the homepage? and whats the code to open a link in a new windows ...
dopodplaya
post Jul 1 2006, 10:30 AM

Look at all my stars!!
*******
Senior Member
2,280 posts

Joined: Jun 2006
your page is XHTML 1.0 Transitional. It should look great in any browser that supports XHTML. Btw, for greater compatibilty, use HTML 4.01 instead. I don't see a flaw in the Firefox 1.5.0.4. What version of Firefox are you using?

Popup Windows using javascript

window.open(URL, window_name, "toolbar=x,scrollbars=x,location=x,statusbar=x,menubar=x,resizable=x,width=x,height=x,left =x,top=x") where x is a round number...

This post has been edited by dopodplaya: Jul 1 2006, 10:35 AM
minde
post Jul 1 2006, 10:34 AM

dreamt a king, woke up still king
*******
Senior Member
2,911 posts

Joined: Jun 2005
From: KL



QUOTE(dopodplaya @ Jul 1 2006, 10:30 AM)
your page is XHTML 1.0 Transitional. It should look great in any browser that supports XHTML. Btw, for greater compatibilty, use HTML 4.01 instead. I don't see a flaw in the Firefox 1.5.0.4. What version of Firefox are you using?
*
the problem is fixed biggrin.gif ... its my browser problem....
TSikram_zidane
post Jul 1 2006, 10:51 AM

Casual
***
Junior Member
489 posts

Joined: Dec 2004
From: malaysia


add this to the xhtml document... inside the header div..
CODE
<a id="home" href="http://cempakacomms.com/" title="HOME"><span>CEMPAKA 4 COMMERCE</span></a>


and then add to the style...
CODE
span {
display: none;
}
a#home {
margin: 0;
padding: 0;
width: 650px;
height: 259px;
background: transparent url(images/banner.gif) top left no-repeat;
display: block;
}

or you could use text-indent to hide the text..
minde
post Jul 1 2006, 01:18 PM

dreamt a king, woke up still king
*******
Senior Member
2,911 posts

Joined: Jun 2005
From: KL



QUOTE(ikram_zidane @ Jul 1 2006, 10:51 AM)
add this to the xhtml document... inside the header div..
CODE
<a id="home" href="http://cempakacomms.com/" title="HOME"><span>CEMPAKA 4 COMMERCE</span></a>


and then add to the style...
CODE
span {
display: none;
}
a#home {
margin: 0;
padding: 0;
width: 650px;
height: 259px;
background: transparent url(images/banner.gif) top left no-repeat;
display: block;
}

or you could use text-indent to hide the text..
*
for the second...mind telling me in a lil more detail pls >.<

 

Change to:
| Lo-Fi Version
0.0135sec    0.30    5 queries    GZIP Disabled
Time is now: 26th November 2025 - 11:17 AM