Jump to content

pic overlaying with text


vmavrou

Recommended Posts

Hi!

i have made this :

http://vmavrou.freetzi.com

 

and i have this problem,when you click one of the buttons at the main page,at the second page if you don't view the page full screen and you start to decrease the size of the window, the home button at the right , is overlaying with the text. Any idea of what css script should i use to stop that?

 

Thanks in advance.

Link to comment
Share on other sites

Looking at your script you will need to do ALOT

 

first i would say put all your content into a div and use the css:

 

margin: auto 0;

or is it margin: 0 auto;

 

im not sure.

 

in yor script you are using css #center to reference to somehing that doesn't exist

 

to reference to a <center> tag you simply use center in your css

 

using  a # is refereing to something like <div id='center'>

 

and using a . is to a class <div class='center'>

 

i would use something like..

 

 

<html>

<head>

</head>

<body>

  <div id='page-wrap>

<!-- Content in here -->

  </div>

 

</body>

</html>

 

 

 

Link to comment
Share on other sites

hi, thanks for your reply

 

first the #center was going to used for a banner with the repeat function...anyway i didn't used that finally so that' why it was there. the name #center doesn't mean it was for adjusting text, but i removed them.

 

also about the margin: auto 0; i have this :

 

<style type="text/css">

 

body {margin: 0px; padding: 0px;}

 

</style>

 

isn't the same for the whole body?

Link to comment
Share on other sites

This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.