Missing Header
#1
Posted 21 November 2005 - 10:29 AM
Can i anyone tell me why my header is missing from this link?
http://www.retrodesigner.co.uk/
also can you tell me why i have th egaps between each menu button, i followed a tutorial and at one point they worked fine then they suddenly had the gaps, would like to know how to remove them although i like the way they look.
Any help would ge great thanks
#2
Posted 21 November 2005 - 01:56 PM
background-image: url(images\header.jpg);You put the slash round the wrong way! Correct code looks like this:
background-image: url(images/header.jpg);
As for the menu buttons.. I'll look into them now.
#3
Posted 21 November 2005 - 03:24 PM
#4
Posted 21 November 2005 - 06:14 PM
<ul id="menu" ><li id="active"><a href="index.html" id="current">About RD</a></li ><li><a href="Gallery.html">Gallery</a></li ><li><a href="RDnews.html">RD News</a></li ><li><a href="ContactRD.html">Contact RD</a></li ><li><a href="Links">Links</a></li ></ul>
oh and btw, your site is looking aweful in firefox.
#5
Posted 22 November 2005 - 04:27 AM
Thanks for correcting that for me
#6
Posted 22 November 2005 - 04:33 AM
coolaid, on Nov 21 2005, 11:14 PM, said:
<ul id="menu" ><li id="active"><a href="index.html" id="current">About RD</a></li ><li><a href="Gallery.html">Gallery</a></li ><li><a href="RDnews.html">RD News</a></li ><li><a href="ContactRD.html">Contact RD</a></li ><li><a href="Links">Links</a></li ></ul>
oh and btw, your site is looking aweful in firefox.
Just checked my code for the menu, compared to your suggestion and it looks identical, not sure what changes are there. can you advise me on them please?
Yeah i have noticed it looks shocking in Firfox and Safari but not sure how to solve those issues, its still my first attempt and althought many wont be able to view the site correctly i am happy to get it running correctly in IE.
But if you have any advice on how i can improve its viewing in Firefox that would be a great help.
Cheers.
#7
Posted 22 November 2005 - 06:11 PM
just compare.
<ul> <li>text</li> </ul>
with
<ul ><li>text</li ></ul>i placed the "greater than" sign next the the start of the following tag which removes empty space.
#8
Posted 22 November 2005 - 06:13 PM
why dies that make such a difference? cos still the same code in theory?
#9
Posted 23 November 2005 - 12:48 PM
<li> <ul> blah </ul> <ul> blah </ul> </li>
in some browsers (i.e), the white space gets rendered and created a space in the webpage too. so if you connect all the tags so theirs no empy spaces, the white space wont exist on the webpage either.
so i just place the end tag "greater than" sign next to the first tag because you still want each <li> tag on a seperate line, but it still elimates any white space between the tags.
#10
Posted 23 November 2005 - 01:38 PM
i would presume to remove the left hand side border but this would then leave the button on the far left without out a left border.
#11
Posted 23 November 2005 - 03:04 PM
but then in the html file, inside the last <li> tag, add:
style="border-left:1px solid #00;"
#12
Posted 23 November 2005 - 05:49 PM
Edited by donkeymusic, 24 November 2005 - 11:01 AM.
#13
Posted 24 November 2005 - 12:23 PM
><li style="border-left:1px solid #00;"><a href="Links">Links</a></li
#14
Posted 25 November 2005 - 04:32 AM
1 user(s) are reading this topic
0 members, 1 guests, 0 anonymous users
