Jump to content

Titles Disappear!


ballouta

Recommended Posts

Hello

i am trying to modify a template on Dreamweaver

the <h5> is in english and i am trying to change the title to another language, when I do this, the title disappears when i open the page on IE.

here's a sample of the HTML code

	<div class="lastbox">
		<div class="title_460px">
			<h5>فائF</h5>
		</div>
		<div class="content460px">
			<p>Fusce aliquet, ante nec dictum accumsan, risus sapien aliquet ipsum, quis congue risus. Pellentesque venenatis egestas lectus a condimentum. Nulla ut erat ut. Pellentesque venenatis egestas lectus. Pellentesque venenatis egestas risus sapien aliquet ipsum. </p>
			<a href="#">LEARN MORE</a>
		</div>
	</div>

 

and here's the CSS code:

 

.box, .lastbox, .homepagebox {
float: left;
margin: 0px 0px 20px 0px;
}
.lastbox {
margin-right: 0px;
}
.homepagebox {
margin-right: 20px;
}
#sidebar {
float: right;
width: 300px;
}
.title, .title_featured,.title_220px, .title_460px, .title_620px, .title_300px, .title_940px, .categorylist li {
background: url(../images/title.jpg) top left repeat-x ;
height: 29px;
padding: 18px 0px 0px 20px;
border-top: #c8c8c8 solid 1px;
border-left: #c8c8c8 solid 1px;
border-right: #c8c8c8 solid 1px;
}

 

Please help, Many thanks

 

[attachment deleted by admin]

Link to comment
Share on other sites

Hi,

 

If you are talking about div with the class value title_460px, then, you are giving it a height of 29px but then giving it padding top 18px so you are pretty much kicking out anything in it.

 

I hope that Helps,

Joe

 

Link to comment
Share on other sites

Sorry didnt work BUT when i first open the index.html page in internet explorer, those titles actaully show up BEFORE i allow the red bar at the top (Allow activeX).

does this give anything?

 

Thank you

 

oh wait, I found this script!

<script type="text/javascript">
    
        Cufon.replace('h1, h2, h5, .footer', { hover: 'true' });
    
    </script>

 

 

when i removed it, the titles showed up!

what isit for?!!!

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.