siaush
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: [CSS Problem] Float makes images disappear – Help NeededThanks for the correction lelion ^^
Forum: Fixing WordPress
In reply to: [CSS Problem] Float makes images disappear – Help NeededResolved. Some styles seems to be conflicting, I’ve used style=”width:186px;” instead of width=”186px” in the div and it worked. Thank you. ^^
Forum: Themes and Templates
In reply to: Content Overlaps on Floated DivResolved. Instead of doing that, I increased the margin-right for the floating div. Thanks for the help ^^
Forum: Fixing WordPress
In reply to: [CSS Problem] Float makes images disappear – Help NeededI need the caption to be floated to the right too.. It seems your code only float the image to the right, am I correct?
EDIT: My original codes worked in IE 6 & 7 and Opera 9, but not in Firefox 2.
Is that a possible that the styles conflict with K2’s CSS? Anyone knows it? because in other themes it just worked.
Forum: Fixing WordPress
In reply to: [CSS Problem] Float makes images disappear – Help NeededOk here am I again, with some screenshots:
Problem occurs when using K2 Theme
Worked fine in Cutline ThemeThe codes used behind the scenes are:
The CSS File:
div.right {
float: right;
}div.picdescript {
font-size: 80%;
line-height: 160%;
text-align: center;
background-color: #fffde5;
border-top: 1px solid #f2f0d9;
border-bottom: 1px solid #e6e4cf;
padding: 6px;
margin-top: 2px;
}Codes in Post:
<div class=”right”><img src=”TeshimaAoi.jpg” title=”Teshima Aoi” /><div class=”picdescript”>Teshima Aoi</div></div>
Please, anyone please help me with this. I am dealing it for since morning until now >.< and I still can’t find a way to solve this ‘mystery’
Thank you very very much!
Shihao.Forum: Fixing WordPress
In reply to: Hide AlexKing Share This on PagesOk, thanks for the help ^^.
Forum: Fixing WordPress
In reply to: Hide AlexKing Share This on PagesI’m sorry, but I still do not understand how I can hide Share This links on specific pages, can you explain more please?
Thank you.
Forum: Fixing WordPress
In reply to: Hide AlexKing Share This on PagesErm.. where does it says how I can do that??
Forum: Fixing WordPress
In reply to: Hide AlexKing Share This on PagesI want to hide it from certain pages, not all pages…