ძიება მხარდაჭერაში

ნუ გაებმებით თაღლითების მახეში მხარდაჭერის საიტზე. აქ არასდროს მოგთხოვენ სატელეფონო ნომერზე დარეკვას, შეტყობინების გამოგზავნას ან პირადი მონაცემების გაზიარებას. გთხოვთ, გვაცნობოთ რამე საეჭვოს შემჩნევისას „დარღვევაზე მოხსენების“ მეშვეობით.

ვრცლად

The top of" www.seniornet.se/klubb/Nykoping" is hidden behind the menus- how can I fix it?

  • 1 პასუხი
  • 2 მომხმარებელი წააწყდა მსგავს სიძნელეს
  • ბოლოს გამოეხმაურა cor-el

The top of my html-page www.seniornet.se/klubb/nykoping is hidden behind the Firefox-menu

I cannot explain it better

The top of my html-page www.seniornet.se/klubb/nykoping is hidden behind the Firefox-menu I cannot explain it better

ყველა პასუხი (1)

You need to add a height to the body that shows the background image to make the full image show.
That background image has a height : 120px

<style type="text/css">
<!--body {
 background-image:url(Bilder/rubrik.jpg);
 background-repeat:no-repeat;background-position: center center;
 margin:0px;
 height:120px;
}-->
</style>

That code looks overcomplicated with so many frame sets and frames.


A good place to ask questions and advice about web development is at the mozillaZine Web Development/Standards Evangelism forum.

The helpers at that forum are more knowledgeable about web development issues.

You need to register at the mozillaZine forum site in order to post at that forum.

See http://forums.mozillazine.org/viewforum.php?f=25

ჩასწორების თარიღი: , ავტორი: cor-el