Closed Thread Icon

Preserved Topic: Stupid little CSS question... (Page 1 of 1) Pages that link to <a href="https://ozoneasylum.com/backlink?for=18245" title="Pages that link to Preserved Topic: Stupid little CSS question... (Page 1 of 1)" rel="nofollow" >Preserved Topic: Stupid little CSS question... <span class="small">(Page 1 of 1)</span>\

 
WarMage
Maniac (V) Mad Scientist

From: Rochester, New York, USA
Insane since: May 2000

posted posted 08-18-2001 20:36



The above image depicts what I currently have. One image consecutive to the next in a div layer defined:

code:
#Header 
{
margin:0px 0px 0px 0px;
padding:0px 0px 0px 0px;
height:75px;
border-style:none;
background-color:#fff;
background-image: url("../images/titlebackground.gif");
voice-family: "\"}\"";
voice-family:inherit;
}





Now this image is how I would like it to look. The main title on the left, with links on the right.

I tried to use a span with the text-align property set to left the the link images, but I was unable to get this to work.

What would I have to do, in order to get this to work, aside from tables.

WarMage
Maniac (V) Mad Scientist

From: Rochester, New York, USA
Insane since: May 2000

posted posted 08-18-2001 20:51

Never mind, simple answer.

<span style="width:49%;float:left;text-align:left><img></span><span style="width:49%;float:right;text-align:right><img><img><img><img></span>

« BackwardsOnwards »

Show Forum Drop Down Menu