Tycoon Talk
Become a Big fish!
The number 1 forum for online business!
Post topics, ask questions, share your knowledge.
Tycoon Talk is part of Freelancer.com - find skilled workers online at a fraction of the cost.

CSS Forum


You are currently viewing our CSS Forum as a guest. Please register to participate.
Login



Reply
Old 04-20-2005, 10:43 PM CSS problems
Junior Talker

Posts: 2
Trades: 0
I'm working on a layout for a friend, (found here: http://null06.net/pb/index2.html )and this is the first layout that I've done completely in CSS, so I'm having some problems. I've gotten through all of them except for this one: The lines on the navbar don't extend down all the way (in either IE or Firefox) and vise-versa when I make the navbar longer than the body. If anyone could tell me how to make it so the lines extend all the way down, that'd be awesome.

Also, my css file is http://null06.net/pb/css2.css
j6stik is offline
Reply With Quote
View Public Profile
 
 
Register now for full access!
Old 04-20-2005, 10:52 PM
brokensoul2271's Avatar
- - - - - - - - -

Posts: 750
Location: Lancashire, UK
Trades: 0
you could make an image that you would use as the background which would be applied to the body. If you make the image 100px high and however wide the navbar is use this CSS,
Code:
body {
background: #000000 url(images/background.gif) left top repeat-y;
}
You can rplace the left and top with the position in pixels or percentages eg, 10px 30px would be 10px from the left and 30 from the top.

I'm not entirely sure if all this is corect as i'm very tired and may have got a couple of small things mixed up so if sum1 could jus clarify the above that would be great...

Oo.. P.S.
The image would just be the lines if you didnt understand (which im sure you did./.)
__________________
Yes, indeed...

Please login or register to view this content. Registration is FREE
|
Please login or register to view this content. Registration is FREE
|
Please login or register to view this content. Registration is FREE
brokensoul2271 is offline
Reply With Quote
View Public Profile Visit brokensoul2271's homepage!
 
Old 04-20-2005, 11:01 PM
Junior Talker

Posts: 2
Trades: 0
I tinkered around with the background image idea for a while and it didn't (and can't to my knowledge) work out the way I'd like it. Does anyone know a code to make it so the lines extend? So far, if I make the navbar longer than the body, then in IE the body line (the one on the right) extends. I can't get it work out with all of them, though.
j6stik is offline
Reply With Quote
View Public Profile
 
Reply     « Reply to CSS problems
 

Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off





   
RSS Feed  Feeds: RSS   JS   XML
RSS Feed  Feeds for this forum: RSS   JS   XML



Page generated in 0.17675 seconds with 12 queries