![]() |
![]() |
|
|||||||
| Attention Visitor: |
| You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below. |
![]() |
|
|
Thread Tools | Display Modes |
|
#1
|
||||
|
||||
|
Hi all
i have created some hotdeal fragments for my front page and use the code i used on another site yet on my kite site it seems to break and i cant see why The problem can be found here http://www.kitesrus.co.uk/acatalog/test/ both the hotdeal fragments use the same code except for the product which is generated by the new product list, the last few items in the list. Can anyone spot the problem with the 1st fragment extending all the way down the page? Any help would be appreciated Darren |
|
#2
|
||||
|
||||
|
first off, its a very bad idea to use underscores for css class start names.
it causes problems for certain browsers, this may not fix the issue, but strip them out first. take out the underscores plz
|
| The Following User Has Given a Goat Point to Gabriel Crowe For This Post: | ||
Darren (22-03-2010) | ||
|
#4
|
||||
|
||||
|
Hi Gabe long time no speak, how you doing?
Anyway thanks for the help, i have removed the _ from the css but no luck here. The large size is very odd though? no idea were thats comming from |
|
#5
|
||||
|
||||
|
Try adding
Code:
overflow: hidden;
__________________
"If my answers frighten you then you should cease asking scary questions" |
| The Following User Has Given a Goat Point to Chunkford For This Post: | ||
Darren (22-03-2010) | ||
|
#6
|
||||
|
||||
|
You also need to add
Code:
display: inline;
__________________
"If my answers frighten you then you should cease asking scary questions" |
| The Following User Has Given a Goat Point to Chunkford For This Post: | ||
Darren (22-03-2010) | ||
|
#7
|
||||
|
||||
|
Thanks for these i will take a look today and let you know
|
|
#8
|
||||
|
||||
|
Thanks for that, seems to have done the trick on both, uploaded to the live site and all seems well.
Im going to check with other browsers later just to make sure |
![]() |
| Bookmarks |
| Thread Tools | |
| Display Modes | |
|
|