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 ...
Rate the web design
Rate the web design
|
|
Jul 1 2006, 10:27 AM
|
![]() ![]() ![]() ![]() ![]() ![]() ![]()
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 ...
|
|
|
|
|
|
Jul 1 2006, 10:30 AM
|
![]() ![]() ![]() ![]() ![]() ![]() ![]()
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 |
|
|
Jul 1 2006, 10:34 AM
|
![]() ![]() ![]() ![]() ![]() ![]() ![]()
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 |
|
|
Jul 1 2006, 10:51 AM
|
![]() ![]() ![]()
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.. |
|
|
Jul 1 2006, 01:18 PM
|
![]() ![]() ![]() ![]() ![]() ![]() ![]()
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.. for the second...mind telling me in a lil more detail pls >.<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.. |
| Change to: | 0.0138sec
0.41
5 queries
GZIP Disabled
Time is now: 26th November 2025 - 11:55 AM |