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
https://forums.phpfreaks.com/topic/207101-titles-disappear/
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
https://forums.phpfreaks.com/topic/207101-titles-disappear/#findComment-1083216
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • 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.