Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - ognen

Pages: [1] 2 3 ... 6
1
Announcements & News / Free Joomla and WordPress templates
« on: June 28, 2009, 03:29:34 PM »
New Joomla (1.5) and WordPress themes have been added, check them out in the free templates category.

---

2
Announcements & News / New forum theme.
« on: July 20, 2008, 02:46:37 PM »
The forum version and theme is upgraded. Enjoy!  :)

3
Template Customization / Re: Template Tm07f
« on: March 23, 2008, 02:12:11 PM »
For this template, we supply you .psd file in a layered image where you can edit the button's text. You can open this file in Fireworks (CS2; CS3) also, but with some difference than the original.

---
ognen

4
Our Friends / Re: Thank You
« on: February 18, 2008, 02:21:13 PM »
Thank you Alex! :)
It is always good to know that the final look and feel of the site is achieved.

I wish you a good luck with the website!

---
ognen

5
Questions & Problems / Re: Problem at Kasten Legal
« on: February 10, 2008, 08:13:57 AM »
They forgot to turn off debug mode, now is fine.

---
ognen

6
Questions & Problems / Re: Wierd menu in IE 6
« on: February 09, 2008, 11:53:59 AM »
This is actually a fault of IE6. The way he "understand" inline and block elements is weird. All HTML elements are either a block or an inline. In our menu we have inline element - links <a> and block elements as <div> and <li>.
For the second (sub) level of the menu we have two elements <div> and <a>. Applying display: block turn the <a> into a block element. So for the sub level we have two block elements, note that block elements will always start on a new line. IE 6 puts another line for the block of the <a> element in defiance of absolute position applied to the <div> that contain the links <a>. Don't ask me why... :)
The solution was to compensate this line break after the element by applying inline value (display: inline;) to the <li>. The code is:

#dd li {
  margin: 0px;
  padding: 0px;
  list-style: none;
  display: inline;
  font: bold 11px arial;
}


---
ognen

7
Questions & Problems / Re: Problem at Kasten Legal
« on: February 09, 2008, 04:30:52 AM »
Actually we are responsible for the Joomla layout design and the Lega-Seekâ„¢ search engine itself, but there is some kind of integration problem. I'll contact them to solve this issue.

---
ognen

8
Questions & Problems / Re: Wierd menu in IE 6
« on: February 08, 2008, 06:49:18 PM »
The menu is working now in (Mr.) IE6  ;)

Thanks Alex!

---
ognen

9
Questions & Problems / Re: Wierd menu in IE 6
« on: February 08, 2008, 04:16:11 PM »
Ok, I finally got my Virtual PC (with IE6) running and will work on the mess.


---
ognen

10
Questions & Problems / Re: Wierd menu in IE 6
« on: February 05, 2008, 02:22:58 AM »
Ah, everything come from my advertisers code. I fixed some of the problems for ads where I have access. Check again the page if possible. Thanks!

---
ognen


11
Template Customization / Re: Tm11f
« on: February 01, 2008, 10:39:40 AM »
Thanks Alex, but that's as it should be. An over border effect.  :)

---
ognen

12
Web design and coding tips / Re: align=" "
« on: January 22, 2008, 05:43:21 AM »
Yes, Dreamweaver CS3 is the right choice!  :)


---
ognen

13
Template Customization / Re: .psd for Mo06f
« on: January 22, 2008, 04:53:50 AM »
The template (Mo06f) is designed in Fireworks CS3, so the original layered file is PNG.
Because you are active forum member, I've converted for you the file to PSD, so please check your email ;)


---
ognen

14
Questions & Problems / Re: Wierd menu in IE 6
« on: January 21, 2008, 01:44:55 AM »
Thank you for the feedback Alex!


---
ognen

15
Web design and coding tips / Re: align=" "
« on: January 16, 2008, 09:21:06 AM »
Where you try to use this attribute?
Note that the "align" attribute is deprecated by HTML 4 in most contexts, so the document type declaration is important.

---
ognen

Pages: [1] 2 3 ... 6