Jump to content
Forum Roportal
Sign in to follow this  
RHS

Problema CSS

Rate this topic

Recommended Posts

Cu firefox e ok, apare textul acolo sus unde e cablu ala de retea, cand te uiti cu explorer nu se mai vede textul, se ascunde sub imagine.

De ce, ce trebuie sa modfic in css?

 

HTML:

 

<div id="main_container">
<div class="top_illustration"></div>
<div id="header">
<div id="logo">
	<h1><a href="#">Ffgdsfgsd </a></h1>
	<p>gdfgsdfgfdsgf</p>
</div>

</div>

 

 

CSS:

 

#logo h1, #logo p {

margin: 0;

line-height: normal;

text-align: center;

}

 

#logo h1 {

padding-top: 50px;

}

 

#logo h1 a {

text-decoration: none;

text-transform: lowercase;

color: #FFFFFF;

}

 

#logo h1 a:hover {

text-decoration: none;

}

 

#logo p {

margin: 0;

padding: 30px 0 0 10px;

font: italic 10px Georgia, "Times New Roman", Times, serif;

color: #BF7D7F;

}

 

#logo p a {

text-decoration: none;

color: #BF7D7F;

}

 

#logo p a:hover { text-decoration: none; }

post-58733-1239376291_thumb.jpg

post-58733-1239376297_thumb.jpg

Share this post


Link to post
Share on other sites

Am rezolvat problema.

E logo acolo numai ca trebuia modificat mult, m-am uitat mai bine si nu avea rost ca era prea mult de modificat. Iti multumesc oricum.

Share this post


Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
Sign in to follow this  

×