This is a discussion on "Postioning orange boxes to left of page" within the Web Page Design section. This forum, and the thread "Postioning orange boxes to left of page are both part of the Design Your Website category.
|
|
|
|
|
![]() |
||
Postioning orange boxes to left of page
|
||
| Notices |
![]() |
|
|
LinkBack | Thread Tools |
|
#1
|
|||
|
|||
|
Postioning orange boxes to left of page
Hello all,
I have managed to extend the grey box with my main product info across the page by increasing the box size and by'cutting and pasting' the orange boxes on the right to the bottom. However this has left me with a slight problem in so much that I really would like the orange boxes to be postioned to the left of the page and extend outwards across. Also very odd think has now happended in that my grey box has lost its smooth corners at the top. The page can be viewed here: http://www.usbtvtuner.co.uk/tvstick4.htm Does anyone have any idea why this maybe so please? Regards. John. Last edited by Johnathan; Feb 10th, 2008 at 22:12. Reason: forgot link |
|
|
|
#2
|
||||
|
||||
|
Re: Postioning orange boxes to left of page
Please post your code and a link to your site, would help when trying to figure out the problem
__________________
Last Blog Entry: A Royal Mistake (Feb 20th, 2008)
|
|
#3
|
|||
|
|||
|
Re: Postioning orange boxes to left of page
Hi Criag,
I have posted a link to my page. What code do you need, the CSS page? If so, that is below:
Last edited by Lchad; Feb 10th, 2008 at 23:50. Reason: added code tags for easier viewing |
|
#4
|
||||
|
||||
|
Re: Postioning orange boxes to left of page
Quote:
what exactly do you mean by this? are the orange boxes navigation?
__________________
Last Blog Entry: A Royal Mistake (Feb 20th, 2008)
|
|
#5
|
|||
|
|||
|
Re: Postioning orange boxes to left of page
Your 'right_article' divs are inside a div class="right", this div is floated right. Thats why your orange boxes arent going left
|
|
#6
|
|||
|
|||
|
Re: Postioning orange boxes to left of page
Hi Dan,
Please take a look at http://www.usbtvtuner.co.uk/tvstick4.htmThe 3 orange boxes below the main grey box would look better postioned on the left and not on the right as they currently are. Also I would like the boxes to stretch right across the page. Regards. John. |
|
#7
|
|||
|
|||
|
Re: Postioning orange boxes to left of page
Thanks Dan,
Do you mind advising on the code I need to float them left please? Regards. John. |
|
#8
|
|||
|
|||
|
Re: Postioning orange boxes to left of page
Jonathan, sorry about the late reply getting back to u ive been very busy.
In your CSS file fint this piece of code.....
|
|
#9
|
|||
|
|||
|
Re: Postioning orange boxes to left of page
Thanks for that Danny,
I do not need the 3 orange boxes on the same row but do need them to be the same width as the grey box. I have tried to increase the width in the css sheet from 245px as above to say 400 but the boxes look awful, i.e., the wound edges appear out of sync and in the middle. Any idea how I can avoid this please? The page can be viewed here http://www.usbtvtuner.co.uk/tvstick4.htm Regards. John. |
|
#10
|
|||
|
|||
|
Re: Postioning orange boxes to left of page
I had a quick look at this today and to be honest its not straight forward. I will have another look later and let you know how i get on.
Pat |
|
#11
|
|||
|
|||
|
Re: Postioning orange boxes to left of page
OK give this a try.
|
|
#12
|
|||
|
|||
|
Re: Postioning orange boxes to left of page
Thanks Pat,
I have added the above code to my css sheet but need to know which of the below I need to delete from thr css sheet: .right { float: left; width: 245px; margin: 0 0 10px 0; } .right a { color: #FFFCD1; background: inherit; } .rt { background: #C85E35 url(rt.gif) no-repeat; color: #FFF; height: 7px; } .right_articles { font-size: 0.9em; background: #C85E35 url(rb.gif) no-repeat bottom; color: #FEE1D5; padding: 4px 8px; margin: 0 0 10px 0; } .image { float: left; margin: 0 9px 3px 0; } Regards. Pari. |
|
#13
|
|||
|
|||
|
Re: Postioning orange boxes to left of page
The code I posted has to be inserted into your HTML not your CSS.
Leave your CSS as it is. Here is a screen shot of what you should get. HTH Pat I havent inserted your graphics. |
|
#14
|
|||
|
|||
|
Re: Postioning orange boxes to left of page
Thanks Pat,
As always your comments are very helpful. I have added the code to my webpage and it is not appearing as nicely as in your pic. I know it is something that I am doing wrong. Sorry to be a pain so late in the evening. Is there any other easier way to just add 3 rectangles with round edges to my site. This is driving me bonkers! Regards and thanks again for your help. John. |
|
#15
|
|||
|
|||
|
Re: Postioning orange boxes to left of page
Just looked at your code and their were no chages. Try replacing all your html code with the below code, dont alter the css.
|