Old 16-09-2006, 10:05   #1 (permalink)
Bhushan
Registered User
 
Join Date: Sep 2006
Posts: 12
HTML/CSS need Help

hello,

Iam new to web designing. I have just finish learning HTML and CSS. Can some one please tell me how to place text on a image. I tried doing it but Iam not getting it. Image automatically re-size to small according to the text size.

Here have look at it
http://www.pixentral.com/show.php?p...Klsnm9kvoJwgR88

I have written the text in HTML doucment in a table tag [<table>] and in CSS file i have said to put
the background image.

This is the code I wrote in HTML doucment

<table align="right" class="mainmenu">
<tr>
<td>Our Brand &nbsp;&nbsp; | &nbsp;&nbsp;</td>
<td>Media Kits &nbsp;&nbsp; | &nbsp;&nbsp;</td>
<td>Texcapweb &nbsp;&nbsp; | &nbsp;&nbsp;&nbsp;</td>
<td>Subscribe &nbsp;&nbsp; | &nbsp;&nbsp;&nbsp;</td>
<td>Careers &nbsp;&nbsp;&nbsp;</td>
</tr>
</table>

and I have define the class mainmenu in CSS

This is the code I wrote in CSS file

.mainmenu {
background-image: url(image/topbar.jpg);
font-size: 18px;
color: white;
font-weight: bold;

}

u can see that the grey part is not there. but when I re-size the browser window this is how it appears
http://www.pixentral.com/show.php?p...9Myytt5IlN0VjJ3

Can some one help me out in this so that the image is fixed and i can change the text size as I want.

Bhushan
  Reply With Quote
Old 30-09-2006, 00:50   #2 (permalink)
7am
Resident Slacker
 
7am's Avatar
 
Join Date: Sep 2006
Posts: 31
You could apply the class to the <tr> tag rather than the table and that should fix your issue.

Ie:
Code:
<table align="right"> <tr class="mainmenu"> <td>Our Brand &nbsp;&nbsp; | &nbsp;&nbsp;</td> <td>Media Kits &nbsp;&nbsp; | &nbsp;&nbsp;</td>
-Lee
  Reply With Quote
Old 28-10-2006, 10:11   #3 (permalink)
Suigeneriz
Norwegian Viking™
 
Join Date: Oct 2006
Location: Norway
Posts: 55
It`s not hard to read tutorials..
  Reply With Quote
Reply



Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools Search this Thread
Search this Thread:

Advanced Search


Contact Us - Web Design Forums - Archive - Top
Search Engine Optimization by vBSEO 3.0.0 RC8