Inline div

This is a discussion on "Inline div" within the Web Page Design section. This forum, and the thread "Inline div are both part of the Design Your Website category.



Go Back   Webforumz.com > Main Forums > Design Your Website > Web Page Design

Notices


Reply
 
LinkBack Thread Tools
  #1 (permalink)  
Old Feb 3rd, 2006, 16:06
Junior Member
Join Date: Feb 2006
Location: England
Age: 20
Posts: 12
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via ICQ to Echilon Send a message via MSN to Echilon
Inline div

I'm having problems getting inline divs to display properly. I want the orange coloured <div>s to display as they do in picture 1, but in the position in picture two. I need them to have a set width and height. If I use either 'display: inline' OR 'position: relative', but not both, they display with the right dimensions, but in the wrong place. As soon as I set 'display: inline' and 'position: relative', they show as in picture two.


Pic1: Wrong place, right dimensions (Display: inline)


Pic2: Right place, wrong dimensions

Code: Select all
<td class="day">
<div class="weekevent" style="left: 104px">&nbsp;</div>
</td>

.weekevent{
      position: relative;
   height: 32px;
   width: 80px;
   top: 0px;
   display: inline;
}
Full code can be seen at http://thanatos.nu/aurum/index.php?v...th=1&year=2006
Reply With Quote

Reply

Tags
inline, div

Thread Tools

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 On
Pingbacks are On
Refbacks are On

Similar Threads
Thread Thread Starter Forum Replies Last Post
Inline elements and padding Kropotkin Web Page Design 2 Sep 6th, 2007 09:12
Padding on inline navigation mattblackuk2002 Web Page Design 3 Jul 30th, 2007 15:14
display inline ???? hessodreamy Web Page Design 3 Oct 8th, 2005 05:51


All times are GMT. The time now is 16:20.


Powered by vBulletin®
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.2.0 RC8
© 2003-2008 Webforumz.com : All Rights Reserved

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43