Today's Posts Follow Us On Twitter! TFL Members on Twitter  
Forum search: Advanced Search  
Navigation
Marketplace
  Members Login:
Lost password?
  Forum Statistics:
Forum Members: 24,254
Total Threads: 80,792
Total Posts: 566,471
There are 1193 users currently browsing (tf).
 
  Our Partners:
 
  TalkFreelance     Design and Development     HTML/XHTML/DHTML/CSS :

2 newbie questions!

Thread title: 2 newbie questions!
Reply    
    Thread tools Search this thread Display Modes  
10-08-2010, 02:12 PM
#1
taltadin is offline taltadin
Status: I'm new around here
Join date: Sep 2010
Location:
Expertise:
Software:
 
Posts: 4
iTrader: 0 / 0%
 

taltadin is on a distinguished road

  Old  2 newbie questions!

question 1:
The .container is 940px and the .intro is 940px. The picture of the heavens is 940px wide. Why is .intro still sticking out a little? I shouldn't need to put a left:-1; on it , right?

sticking out:
http://www.hackstavastergard.com/gasthem.html

putting left:-1; on it:
http://www.hackstavastergard.com/gasthemv2.html

question2:
Now I have my other problem.
The black lines under every text( http://www.hackstavastergard.com/ima...them_wip01.jpg )...I have no idée how to put it in there. If i make a
Code:
border-bottom : 1px solid #f4j5j66;
on
Code:
.odd
.even
then it will also effect the pictures! I don't want that !
Any idéas?

Reply With Quote
10-08-2010, 02:44 PM
#2
Immersion is offline Immersion
Status: Senior Member
Join date: Dec 2005
Location:
Expertise:
Software:
 
Posts: 918
iTrader: 5 / 100%
 

Immersion is on a distinguished road

  Old

Just set the picture background to be left rather than center

Code:
background: url("images/intro_gasthem.png") no-repeat scroll left top transparent
That will remove the 1px bug. (which is caused by the container being 940px and the image only being 937px wide. Centering that obviously would leave a 1px border either side roughly)

And for the bottom border add the border-bottom to
Code:
 
.odd p {
   border-bottom: 1px solid #000;
}

Reply With Quote
Reply    


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

  Posting Rules  
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump:
 
  Contains New Posts Forum Contains New Posts   Contains No New Posts Forum Contains No New Posts   A Closed Forum Forum is Closed